Release v1.5.3#49
Merged
Merged
Conversation
fix: correct Show in Source navigation (#line offset + unquoted filenames)
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
chore: consolidate CI workflows and add full test suite
lookup for generated files: support file names used by automake
feat: add Bison/Flex Navigation output channel for Show in Generated
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.
Type of change
Summary
Show in Source— correct#lineoffset + unquoted filename supportShow in Generated File— cached lookup +${workspaceFolder}multi-root resolutionbisonFlex.buildDirectorydocumented in READMETest plan
Show in Sourcefrom a.tab.cwith#line 42 parser.y(unquoted) → opens at the correct lineShow in Generated Filefrom.ywithbuildDirectory=${workspaceFolder}/build→ finds the file, output channel visible${workspaceFolder}to its own rootparser_tab.c/lex._.cfound correctlyChecklist
npm run compilepasses with no new errorsnpx ts-node ...)