Skip to content

Commit

Permalink
updated CHANGELOG and removed leak of debugging info from cd command
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Sep 5, 2011
1 parent 253add8 commit a8dd7ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
* edit command when invoked with no args now works like edit -t * edit command when invoked with no args now works like edit -t
* when edit is invoked (with no args or with -t) inside a multi-line expression input buffer, it dumps that buffer into a temp file and takes you to it * when edit is invoked (with no args or with -t) inside a multi-line expression input buffer, it dumps that buffer into a temp file and takes you to it
* got rid of Pry#null_input? since all that was needed was eval_string.empty? * got rid of Pry#null_input? since all that was needed was eval_string.empty?
* cd command now supports complex syntax: cd ../@y/y/../z


*/7/2011 version 0.9.3 */7/2011 version 0.9.3
* cat --ex (cats 5 lines above and below line in file where exception was raised) * cat --ex (cats 5 lines above and below line in file where exception was raised)
Expand Down
1 change: 0 additions & 1 deletion lib/pry/default_commands/context.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ module DefaultCommands
end end


rescue RescuableException => e rescue RescuableException => e
puts "exception was: #{e.inspect}"
output.puts "Bad object path: #{arg_string}. Failed trying to resolve: #{context}" output.puts "Bad object path: #{arg_string}. Failed trying to resolve: #{context}"
resolve_failure = true resolve_failure = true
end end
Expand Down

0 comments on commit a8dd7ec

Please sign in to comment.