[jruby-dev] [jira] (JRUBY-7098) silence_stream cause backtrace in rails console

2013-02-15 Thread Matthew Conway (JIRA)
Matthew C

[jruby-dev] [jira] (JRUBY-7099) silence_stream causes backtrace running rails console

2013-02-15 Thread Matthew Conway (JIRA)
Matthew C

[jruby-dev] [jira] (JRUBY-7100) Raising an unchecked java exception causes pry to exit

2013-02-15 Thread Matthew Conway (JIRA)
Matthew C

[jruby-dev] [ANN] XNI - an alternative native interface for accessing C/C++ code from JRuby

2013-02-15 Thread Wayne Meissner
Just thought I'd let people know about a project I've been tinkering with - XNI - https://github.com/wmeissner/xni XNI is an attempt to provide a good ruby <-> C/C++ api for JRuby, without the problems of the legacy MRI cext interface, nor having to write extensions directly in JNI. The basic goa