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
I'm unfamiliar with how pry works. Have you asked them what might be causing this? It would help us if we can reduce the problem a little further with their help.
I just tried the example snippet on 1.7 and 9k branch and both show the proper line. Closing. Not sure when it was fixed and not worth the time to isolate when for posterity.
I am sure this is a minor bug: It seems as if jruby get's the currently executed line wrong. Take this example file:
Now with the
pry
gem installed in both jruby and mri:You see how in jruby pry thinks it's still in the first line, though it must be in the third line or the repl wouldn't have kicked in?
The text was updated successfully, but these errors were encountered: