A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/gsamokovarov/skiptrace

https://github.com/gsamokovarov/skiptrace - Version 0.2.0

The major feature of this release is the publicly exposed Bindex.current_bindings method, used internally to collect the current bindings while raising an exception. Other changes include:

  • JRuby support is now written entirely in Java.
  • Minor CRuby support cleanup.

Bindex is still pretty early in development. Please, report any bugs found on the issues tracker.

- Ruby
Published by gsamokovarov about 11 years ago

https://github.com/gsamokovarov/skiptrace - Version 0.1.1

0.1.1 comes with a couple of Rubinius fixes.

  • Filter out bindings with nil variables. This caused binding set to fail when running inside of event machine. 6e6e8ab70d05b082ddecf6afd4a26a510367f0a1
  • Filter out ::Kernel#raise bindings. The backtrace contains the other internal backtraces. 6e6e8ab70d05b082ddecf6afd4a26a510367f0a1
  • Don't reassign the bindings if once set. This fixes a bug where bindings will be cut off, when an exception was reraised. d6278f2a1271b36258addbaa423fe52ec3d9ea34

Bindex is still pretty early in development. Please, report any bugs found on the issues tracker.
Source code (zip)

- Ruby
Published by gsamokovarov about 11 years ago

https://github.com/gsamokovarov/skiptrace - Version 0.1.0

This is the initial release! Includes support for:

  • CRuby 1.9.3 and above.
  • JRuby 1.7.x and JRuby 9.0.0.0
  • Rubinius 2.2.x

Bindex is still pretty early in development. Please, report any bugs found on the issues tracker.

- Ruby
Published by gsamokovarov about 11 years ago