What have you found for these years?

2011-04-10

[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. run Ripl.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 to
temporary disable Ripl.anchor in runtime. Then I can call
Ripl.disable_anchor at the beginning of a program, and
Ripl.enable_anchor when I start to need the ability to inspect
something 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.



All texts are licensed under CC Attribution 3.0