Skip to content

Conversation

@paracycle
Copy link
Contributor

The C extension defines an included hook for the JSON::Ext::Generator::GeneratorMethods::String module but neglects to call super in the hook. This can break the functionality of various other code that rely on the fact that included on Module will always be called.

The C extension defines an `included` hook for the
`JSON::Ext::Generator::GeneratorMethods::String` module but neglects to
call `super` in the hook. This can break the functionality of various
other code that rely on the fact that `included` on `Module` will always
be called.
@paracycle paracycle force-pushed the uk-call-super-in-included branch from 4637155 to cd8bbe5 Compare October 25, 2021 13:01
@hsbt hsbt merged commit a877630 into ruby:master May 10, 2023
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