Robert
Robert
@dom96 sessions are in scope for micro frameworks in other languages, i don't think it's unreasonable to add to jester.
:bug:
> Is there a way to turn off .command? `Pry.commands.delete '.'` > This still seems to be an issue. Has anyone found a workaround? remove the `.` command like shown...
yep seems to work
Probably a bug.
These are just warnings that can be safely ignored (fixed on master though): ``` /usr/local/lib/ruby/gems/2.4.0/gems/pry-0.10.4/lib/pry/module_candidate.rb:116:in `first_method_source_location': Pry::WrappedModule::Candidate#method_candidates at /usr/local/Cellar/ruby/2.4.1_1/lib/ruby/2.4.0/forwardable.rb:157 forwarding to private method Pry::WrappedModule#method_candidates /usr/local/lib/ruby/gems/2.4.0/gems/pry-0.10.4/lib/pry/module_candidate.rb:100:in `first_line_of_module_definition': Pry::WrappedModule::Candidate#lines_for_file at /usr/local/Cellar/ruby/2.4.1_1/lib/ruby/2.4.0/forwardable.rb:157 forwarding...
Thanks, I guess it's a bug. On master: ``` $ rake pry pry (main)> edit a.rb pry (main)> show-doc A Error: Couldn't locate a definition for A pry (main)> A...
i think it happens because of coderay, on this line: https://github.com/rubychan/coderay/blob/master/lib/coderay/scanners/scanner.rb#L266
I'm not sure. I'm not involved in this project these days.
> How can I help to fix this? Does it happen on MRI? if not, it's more of a JRuby bug than a Pry bug. i think JRuby prefer getting...