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
If I try to compile KSY with errors, than compiler set exit status to 2 and show in console messages about discovered problems.
But this messages will be printed into stdout process's stream, while I expect them in stderr.
Probably a valid assumption, shouldn't be hard to fix.
Please note, though, that for machine-readable error log, it's preferable to use --ksc-json-output.
If I try to compile KSY with errors, than compiler set exit status to
2
and show in console messages about discovered problems.But this messages will be printed into
stdout
process's stream, while I expect them instderr
.Demo KSY:
Compiler message:
/types/header/seq/0/id: invalid attribute ID: 'Magic', expected /^[a-z][a-z0-9_]*$/
The text was updated successfully, but these errors were encountered: