We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See sorbet/sorbet#1216
The EndOfContent class has different ancestors than CRuby, which apparently causes trouble for Sorbet.
EndOfContent
$ 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]
The text was updated successfully, but these errors were encountered:
expected to be fixed with def8609 (will be available in >= 0.13.0)
Sorry, something went wrong.
No branches or pull requests
See sorbet/sorbet#1216
The
EndOfContent
class has different ancestors than CRuby, which apparently causes trouble for Sorbet.The text was updated successfully, but these errors were encountered: