Skip to content
New issue

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

Check syntax before instrumenting & remove require_utility #1082

Merged
3 commits merged into from
Nov 18, 2019

Conversation

ghost
Copy link

@ghost ghost commented Nov 6, 2019

closes #1081

@ghost ghost self-requested a review November 6, 2019 20:35
@codecov-io
Copy link

codecov-io commented Nov 14, 2019

Codecov Report

Merging #1082 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1082   +/-   ##
=======================================
  Coverage   84.15%   84.15%           
=======================================
  Files         165      165           
  Lines       15746    15746           
=======================================
  Hits        13251    13251           
  Misses       2495     2495

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c648dd...20a90de. Read the comment docs.

@ghost
Copy link

ghost commented Nov 18, 2019

I removed the lambda eval code, and some old monkey patches to the irb lexing code. Added a new monkey patch to keep the lexing code from looping forever in the given 'puts "#{foo"' case. Also discovered/fixed an instrumentation problem where multiple return values weren't working. Ready to merge. 👍

Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments

@ghost ghost merged commit 53fdec0 into master Nov 18, 2019
@ghost ghost deleted the test_runner_syntax_check branch November 18, 2019 18:56
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ruby Syntax Error Checker Hangs Test Runner
3 participants