-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parser regression in 0.7.0 #455
Comments
Investigated a bit, turning ryml debug and looking at the parser debug trace. Some observations.
When capturing stdout and stderr to the same file, messages can mixed, as seen here:
Please consider to flush stdout before writing to stderr, when raising a parse error.
The error is raised at From what I can tell, when seeing
|
I hope this debugging helps. |
The following yaml parses fine with 0.6.0:
With 0.7.0, I get a parse error on
sampler:
:The text was updated successfully, but these errors were encountered: