Skip to content

EndOfContent has different ancestors than CRuby #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

Closed
headius opened this issue Mar 4, 2021 · 1 comment
Closed

EndOfContent has different ancestors than CRuby #228

headius opened this issue Mar 4, 2021 · 1 comment

Comments

@headius
Copy link
Member

headius commented Mar 4, 2021

See sorbet/sorbet#1216

The EndOfContent class has different ancestors than CRuby, which apparently causes trouble for Sorbet.

$ jruby -ropenssl -e "p OpenSSL::ASN1::EndOfContent.ancestors"
[OpenSSL::ASN1::EndOfContent, OpenSSL::ASN1::Primitive, OpenSSL::ASN1::ASN1Data, Object, Kernel, BasicObject]

$ ruby26 -ropenssl -e "p OpenSSL::ASN1::EndOfContent.ancestors"
[OpenSSL::ASN1::EndOfContent, OpenSSL::ASN1::ASN1Data, Object, Kernel, BasicObject]
@kares
Copy link
Member

kares commented May 13, 2022

expected to be fixed with def8609 (will be available in >= 0.13.0)

@kares kares closed this as completed May 13, 2022
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

No branches or pull requests

2 participants