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

Not working #4

Open
amerov opened this issue Dec 20, 2016 · 2 comments
Open

Not working #4

amerov opened this issue Dec 20, 2016 · 2 comments
Labels

Comments

@amerov
Copy link

amerov commented Dec 20, 2016

pry-inline

ruby 2.3.1p112

cat Gemfile.lock

...
    pry (0.10.3)
      coderay (~> 1.1.0)
      method_source (~> 0.8.1)
      slop (~> 3.4)
    pry-byebug (3.3.0)
      byebug (~> 8.0)
      pry (~> 0.10)
    pry-doc (0.8.0)
      pry (~> 0.9)
      yard (~> 0.8)
    pry-inline (1.0.2)
      pry (~> 0.10.0)
      unicode (~> 0.4.4)
    pry-rails (0.3.4)
      pry (>= 0.9.10)
    pry-stack_explorer (0.4.9.2)
      binding_of_caller (>= 0.7)
      pry (>= 0.9.11)
...
@amerov amerov changed the title Don't work Don't workштп Dec 20, 2016
@amerov amerov changed the title Don't workштп Don't working Dec 20, 2016
@amerov amerov changed the title Don't working Not working Dec 20, 2016
@seikichi seikichi added the bug label Jan 3, 2017
@seikichi
Copy link
Owner

seikichi commented Jan 3, 2017

Sorry, the current implementation of pry-inline not works when a context (displayed ruby code) is invalid ruby code. For example, in your screenshot, the context (L109 ~ L119) is invalid code because it begins with end.

I'll fix it soon. Thank you for reporting!

@sashaegorov
Copy link

Subscribing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants