-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Encountering Strange Behavior when upgrading runn #851
Comments
@okazaki-kk Thank you for your report! I will see which is the correct behavior. |
The behavior of v0.92.0 was found to be correct. We are currently finding the cause and fixing it. |
We will be able to fix this when goccy/go-yaml#440 is merged and released. |
k1LoW
added a commit
that referenced
this issue
Apr 22, 2024
@okazaki-kk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! Thanks for this awesome software !
This is a very rare case and we may not have to take care of it, but I would like to report that when I update runn, the behavior was different and the error message reported strange lines.
In versions up to v0.92, example.yml passes, but in v0.93 and later, an error occurs.
Perhaps the backquote on line 7 is recognized as an invalid string, but the error message says line 4 is invalid.
This discrepancy is probably caused by the three lines of comments.
example.yml
version 0.100 (error)
version0.92 (pass)
The text was updated successfully, but these errors were encountered: