JoshCheek / seeing_is_believing

Displays the results of every line of code in your file
1.3k stars 54 forks source link

Use `Parser::Source::TreeRewriter` #129

Closed JoshCheek closed 6 years ago

JoshCheek commented 6 years ago

B/c this:

1+1  # => 2Parser::Source::Rewriter is deprecated.
Please update your code to use Parser::Source::TreeRewriter instead
JoshCheek commented 6 years ago

Ugh, fix this, it's so obnoxious!!

JoshCheek commented 6 years ago

IDC if the windows build is failing, it's a deadlock issue, but that's pretty rare in practice, and might not be solvable anyway (b/c it seems like a Ruby issue). Fix this and release it!!