-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
TypeError PrettyPrint regression #534
Labels
bug
Something isn't working
Comments
A bisect determined that #483 is the PR that broke this. |
8 tasks
The entire |
Merged
Thank you for your reports ! I've fixed this problem with |
Thank you for the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Somewhere between v1.12.0 and v1.14.0, pretty printing for a type unmarshalling error broke.
To Reproduce
https://go.dev/play/p/51SbJmfrX_D
Expected behavior
Manually running this with
go-yaml
v1.12.0 I get:I implemented this feature in #280
Screenshots
If applicable, add screenshots to help explain your problem.
Version Variables
The text was updated successfully, but these errors were encountered: