[ANN] ripl-rc 0.2.0 is released
ripl-rc
by Lin Jen-Shin (godfat)
DESCRIPTION:
ripl plugins collection, take you want, leave you don’t.
INSTALL:
gem install ripl-rc
ripl-rc 0.2.0 – 2011-04-10
- [ ripl-rc] tested with MRI 1.8.7, 1.9.2 and Rubinius 1.2.3, JRuby 1.6.0
- [ ripl-rc] fixed some conflicts with bundler
- [ ripl-rc] internal structure rearrangement
- [ ripl-rc] all plugins now have runtime enable/disable ability
e.g. runRipl.disable_color
to disable coloring,
Ripl.enable_color
to enable again. - [multiline] some tweak to make it more accurate
- [last_exception] save last exception in Ripl.last_exception
NOTE
The most important thing for me in this release is the ability totemporary disable
Ripl.anchor
in runtime. Then I can callRipl.disable_anchor
at the beginning of a program, andRipl.enable_anchor
when I start to need the ability to inspectsomething deeply inside the program. This way, I won't need to
skip ripl session by myself! Change breakpoint at runtime!
0 retries:
Post a Comment
Note: Only a member of this blog may post a comment.