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
Running bin/srb tc and json 2.9.1 works as expected.
bin/srb tc
2.9.1
But upgrading json to 2.10.1 and updating the RBI with bin/tapioca gem I'm getting the following error in sorbet:
2.10.1
bin/tapioca gem
$ bin/srb tc sorbet/rbi/gems/[email protected]:1914: Unable to resolve constant ParserConfig https://srb.help/5002 1914 |JSON::Ext::Parser::Config = JSON::Ext::ParserConfig
This might be due to their recent changes to the gem but they confirmed the issue is not in the gem: ruby/json#747
The text was updated successfully, but these errors were encountered:
sorbet/sorbet#8538
Sorry, something went wrong.
Great find, will close this issue then! Thank you
No branches or pull requests
Running
bin/srb tc
and json2.9.1
works as expected.But upgrading json to
2.10.1
and updating the RBI withbin/tapioca gem
I'm getting the following error in sorbet:This might be due to their recent changes to the gem but they confirmed the issue is not in the gem: ruby/json#747
The text was updated successfully, but these errors were encountered: