mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
updated TODO
This commit is contained in:
parent
f026516673
commit
0e1e5524b3
1 changed files with 2 additions and 3 deletions
5
TODO
5
TODO
|
@ -5,8 +5,7 @@ FUTURE
|
||||||
0.8.0
|
0.8.0
|
||||||
* add ; at end of line to suppress return value output
|
* add ; at end of line to suppress return value output
|
||||||
* Remove message spam (before/after hooks)
|
* Remove message spam (before/after hooks)
|
||||||
* stop commands returning a value and allow all statements to suppress
|
* stop commands returning a value
|
||||||
values being returned by ending line in ';'
|
|
||||||
* use `redo` in the r() method when encounter a command
|
* use `redo` in the r() method when encounter a command
|
||||||
* shell functionality should just use system(), but redirect in and
|
* shell functionality should just use system(), but redirect in and
|
||||||
out to Pry.input and Pry.output by reassining $stdin and $stdout
|
out to Pry.input and Pry.output by reassining $stdin and $stdout
|
||||||
|
@ -15,7 +14,7 @@ FUTURE
|
||||||
* fix documentation, support rdoc and yard properly
|
* fix documentation, support rdoc and yard properly
|
||||||
* only load Ripper if 1.9 AND MRI (support jruby 1.9, using
|
* only load Ripper if 1.9 AND MRI (support jruby 1.9, using
|
||||||
RubyParser)
|
RubyParser)
|
||||||
* secret :cd and :pwd and :ls commands
|
* shell commands invokable file .<command>
|
||||||
* supercharge cat-file so it can syntax highlight sourcecode files
|
* supercharge cat-file so it can syntax highlight sourcecode files
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue