lookup for generated files: support file names used by automake#45
Merged
Conversation
automake uses uses a set of different extensions and "basename" files, see [Automake manual, Yacc and Lex support](https://www.gnu.org/software/automake/manual/html_node/Yacc-and-Lex.html) and executes the yacc/lex programs with ylwrap to produce this result
Contributor
Author
|
oh no, not even a squash merge, so I'm now forever doomed to be documented to checked in a bunch of intermediate versions ;-) [that was one of the reasons to mark it as a draft (and may still be adjusted when merging to main), the second part is that I can't get the "build folder" part to work, see https://github.com//issues/27#issuecomment-4260029735] |
Owner
|
Oh no, I didn't notice it was still a draft! I thought there were just a few things to fix, which I did in fix/issue-27 — sorry about that, I'll be more careful next time. Everything will be available in the next release! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
automake uses uses a set of different extensions and "basename" files, see Automake manual, Yacc and Lex support and executes the yacc/lex programs with ylwrap to produce this result
Type of change
What does this PR do?
Additional: enables a manual action run in any branch (I can split that from this PR, and I think the CI should possibly run in any branch on commit/push, no?)
Related issue
missing piece for #27
How to test manually
use an automake project like GnuCOBOL, from a release tarball (in which case bison/flex generated files won't even be re-generated, so no configure/make needed)
Checklist
npm run compilepasses with no new errors -> as seen in CInpx ts-node ...) -> not planned, but sounds possible