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

Make warnings show the right line number #1450

Merged
merged 3 commits into from Jan 27, 2014

Commits on Jan 26, 2014

  1. Added a regression test for issue jruby#1446: Line number in runtime …

    …warnings is one greater than the actual line number.
    DavidEGrayson committed Jan 26, 2014
    Copy the full SHA
    c54cad5 View commit details
    Browse the repository at this point in the history
  2. Fixed two places where RubyWarnings was printing lineNumber+1 instead…

    … of the actual line number. This fixes issue jruby#1446.
    DavidEGrayson committed Jan 26, 2014
    Copy the full SHA
    b379284 View commit details
    Browse the repository at this point in the history
  3. ThreadContext.gatherCallerBacktrace: Got rid of several lines of code…

    … that were computing things that were not used.
    DavidEGrayson committed Jan 26, 2014
    Copy the full SHA
    a00793d View commit details
    Browse the repository at this point in the history