1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

added ROADMAP to the TODO file with an idea of features for the upcoming 0.9.0 release

This commit is contained in:
John Mair 2011-05-08 18:22:02 +12:00
parent 69ebdde4c1
commit 083babf127

28
TODO
View file

@ -1,6 +1,32 @@
ROADMAP
FUTURE
* allows pipes (|) for commands
--------
* Pry server and Pry client for SLIME style remote repl connectinos.
* i18n support
0.9.0
Major features
--------------
* Restructure command system and helpers (almost complete)
* Delete unnecessary commands, add a couple of new ones (e.g amend-line)
* Readline history
* Plugin support
* Support Rubinius core methods
* in[] and out[] arrays
* Improve test coverage (test some commands, etc)
Minor changes
-------------
* improve edit-method support for various editors
* ensure all commands have appropriate error handing and informative error messages
* show-doc should include signature of method
Optional
--------
* multi-line readline support
0.8.0
* allow #{} interpolation of all commands