Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #713, actually delete old generated files #714

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

krame505
Copy link
Member

Changes

Fixes #713 - apparently we were trying to delete the short names of old generated files, not their full paths, which wasn't actually deleting anything. Note that #675 is still an issue, where generated files persist from deleted grammars or grammars not included in the build.

Also add a monadic version of filter, present in Haskell's standard lib.

Documentation

Added a doc comment for filterM.

Copy link
Contributor

@RandomActsOfGrammar RandomActsOfGrammar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I checked and this fixed both the problems with deleting concrete productions and adding new ones.

@krame505 krame505 merged commit 4280d0a into develop Oct 14, 2022
@krame505 krame505 deleted the fix/rm-old-generated branch October 14, 2022 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java error from production changes in concrete syntax
2 participants