Skip to content

Conversation

@dzsquared
Copy link
Contributor

@dzsquared dzsquared commented Sep 26, 2025

Description

Adding a CI step for linux jobs to output the antlr log to an archived file, making troubleshooting CI easier. Linux CI is more sensitive to characters in the grammar files

image

antlr-log.zip extracts to NUL file, which contains the grammar errors.

in this case:

ANTLR Parser Generator   Version 2.7.5 (20050128)   1989-2005 jGuru.com
error: Token stream error reading grammar(s):
/home/runner/work/SqlScriptDOM/SqlScriptDOM/SqlScriptDom/Parser/TSql/TSql170.g:16:3: expecting ''', found 'o'
TokenStreamException: expecting ''', found 'o'

Code Changes

@dzsquared dzsquared merged commit 9addf20 into main Sep 29, 2025
8 checks passed
@dzsquared dzsquared deleted the dev/drskwier/linux-CI-troubleshooting branch September 29, 2025 20:02
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.

3 participants