Skip to content

Remove SnakeYAML settings that don't work#653

Merged
headius merged 1 commit into
ruby:masterfrom
headius:remove_ineffective_snakeyaml_settings
Oct 7, 2023
Merged

Remove SnakeYAML settings that don't work#653
headius merged 1 commit into
ruby:masterfrom
headius:remove_ineffective_snakeyaml_settings

Conversation

@headius

@headius headius commented Oct 5, 2023

Copy link
Copy Markdown
Contributor

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
@headius headius deleted the remove_ineffective_snakeyaml_settings branch October 7, 2023 03:23
@headius

headius commented Oct 7, 2023

Copy link
Copy Markdown
Contributor Author

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

@headius

headius commented Oct 9, 2023

Copy link
Copy Markdown
Contributor Author

@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

hsbt commented Oct 11, 2023

Copy link
Copy Markdown
Member

@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants