You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a step to run the `verify-parser` goal, but on
Linux VM only, so we don't have any issue (ie, git diff)
on Windows with the CRLF vs LF at the end of the lines.
This will ensure that a PR includes the optimized
parser when running on CI
Fixesbytesparadise#732
Signed-off-by: Xavier Coulon <[email protected]>
Add a step to run the `verify-parser` goal, but on
Linux VM only, so we don't have any diff result when
running `git diff` on Windows because of the
CRLF vs LF at the end of the lines.
This will ensure that a PR includes the optimized
parser when running on CI
Fixes#732
Signed-off-by: Xavier Coulon <[email protected]>
the
make build
goal should pre-runverify-parser
to make sure that a PR includes the optimized grammar built with the latest version of pigeon.The text was updated successfully, but these errors were encountered: