Skip to content
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

Remove SnakeYAML settings that don't work #653

Merged
merged 1 commit into from
Oct 7, 2023

Conversation

headius
Copy link
Contributor

@headius headius commented Oct 5, 2023

These settings are not enforced at the parser level in SnakeYAML Engine, instead being enforced during the construction of the YAML node graph. Because the JRuby Psych wrapper around SnakeYAML only uses the parser directly, the settings have no effect. This commit removes the ineffective settings until we can decide what to do about them.

See #613, #647, and #649.

These settings are not enforced at the parser level in SnakeYAML
Engine, instead being enforced during the construction of the YAML
node graph. Because the JRuby Psych wrapper around SnakeYAML only
uses the parser directly, the settings have no effect. This commit
removes the ineffective settings until we can decide what to do
about them.

See ruby#613, ruby#647, and ruby#649.
@headius headius merged commit cc5daad into ruby:master Oct 7, 2023
60 checks passed
@headius headius deleted the remove_ineffective_snakeyaml_settings branch October 7, 2023 03:23
@headius
Copy link
Contributor Author

headius commented Oct 7, 2023

@hsbt This is merged and could be released. Let me know if you will do it or if I should do it.

@headius
Copy link
Contributor Author

headius commented Oct 9, 2023

@tenderlove @hsbt Can we release this week? JRuby 9.4.4.0 should be next week and I'd like to get this update in there.

@hsbt
Copy link
Member

hsbt commented Oct 11, 2023

@headius I released Psych 5.1.1 with this fix. Let me know if you have another request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants