add implicit ID rule call for cross refs to getAllReachableRules
add implicit ID rule call for cross refs to getAllReachableRules Fixes #1151
is the build fail related to my changes? do we need to reserve sorting?
@cdietrich Yes, the errors are related to your changes. The order of terminals is very important for the Chevrotain lexer, which is why it needs to be preserved.
what do i need to execute to replicate the github action build locally? (so that i can try locally without pushing) where is the rules from imported rules sorted in? at the end?
You just need to run npm test to run the test that the Actions suite is running.
where is the rules from imported rules sorted in? at the end?
Yes, local rules have priority over imported rules. They should be at the end.