-
Notifications
You must be signed in to change notification settings - Fork 228
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
Panic when trying to unmarshal specific yaml #13
Comments
I'm having the same issue. |
Here's a very basic sample that reproduces this issue: https://play.golang.org/p/-HW2JX08zd |
nvm, looks like #7 is the fix. |
@bacongobbler Did you verify this is fixed in latest? |
@ghodss I am pretty sure @bacongobbler realized the issue he was experiencing was fixed with #7 (not that it was the same issue as the original ticket I made here) |
@ccampbell Are you able to test your issue against latest? |
Yep! I can verify that this was fixed in latest. Thank you! |
@ccampbell not sure if it is relevant to your issue, but the example I put up does cause the same panic to trigger as shown in the OP, so either they are the same issue or at least related to each other. Either way, upgrading to master resolved the panic for me. :) |
Aha! I just tried on latest master and it is working for me as well. Thanks! |
Updated OWNERS file to include link to docs
This is a pretty bizarre one. When trying to unmarshal this yaml:
I get this panic:
Interestingly it seems like it might be something specific to the word
Processes
cause if I change that toProcess
or really any other word it works fine. I was previously using an older version of your library c3eb24a and it works fine there.The text was updated successfully, but these errors were encountered: