You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks! I found the solution. It is because I already had the latest syntax_tree (and thus prettier_print) RBI files, so they didn't get regenerated when spoom was updated. This fixed it:
Describe the bug
Upgrading from spoom 1.2.1 to 1.2.2 produces errors when the RBI file is regenerated using tapioca.
There are 74 errors but all seem to stem from these 2 causes:
Unable to resolve constant SyntaxTree
Spoom::Deadcode::Indexer#... is marked override but does not override anything
To Reproduce
Spoom version: 1.2.2
Steps to reproduce the behavior:
bundle exec tapioca gem spoom
bundle exec srb
Expected behavior
In version 1.2.1
srb
completes with no errors.The text was updated successfully, but these errors were encountered: