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 click

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-09-14 14:00:07

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.

This commit switches the default parser to Prism. There are a couple of additional changes related to this that are a part of this as well to make this happen.

The fails are RuntimeError: cannot get AST for ISEQ compiled by prism raised by RubyVM::AbstractSyntaxTree.of. I think skipping the failing tests in this repo makes more sense than waiting for the next release of rbs-gem.

@mame the typeprof test suite is failing with some failed assertions that only appear to happen on the SHA in gems/bundled_gems. If I run this version of Ruby with typeprof HEAD, everything passes. Would it be alright to update the SHA for typeprof on Ruby master?

@kddnewton The typeprof master is being rebuilt from scratch and is very different from the current bundled version. I hope to have it bundled by the end of this year, but for now, please wait a bit. In order to merge this PR, can you please add typeprof to TEST_BUNDLED_GEMS_ALLOW_FAILURES and ignore the failure?

Leave a Comment