[jruby-dev] [jira] Created: (JRUBY-2888) Exception handling in compiler is much more bytecode now that Java exceptions work too

2008-08-02 Thread Charles Oliver Nutter (JIRA)
Exception handling in compiler is much more bytecode now that Java exceptions work too -- Key: JRUBY-2888 URL: http://jira.codehaus.org/browse/JRUBY-2888 Project: JRu

Re: [jruby-dev] Using jruby-ffi

2008-08-02 Thread Praki
Thanks Wayne. The article you point to is very helpful. Praki Wayne Meissner wrote: > > You can also look at http://pluskid.lifegoo.com/?p=370 > > Everything there _should_ work, except for the vararg functions (not > implemented yet). > > If you find something that doesn't work, please put i

Re: [jruby-dev] Enhancements for Java exceptions

2008-08-02 Thread Charles Oliver Nutter
Charles Oliver Nutter wrote: 3. rescue can now rescue Java exceptions directly ... It's working correctly for both interpreted and compiled logic. Basically this just adds a Java catch (Exception e) to rescue logic so any exceptions passing through will be inspected, like all Ruby exceptions

[jruby-dev] Enhancements for Java exceptions

2008-08-02 Thread Charles Oliver Nutter
I just added some enhancements that are a little experimental but likely to stay in. Discuss please :) 1. Exceptions that bubble all the way out of the main thread, when run from the command line, are now reformatted Ruby-style: ➔ jruby -rjava -e "raise java.lang.NullPointerException.new" sun

Re: [jruby-dev] Using jruby-ffi

2008-08-02 Thread Wayne Meissner
You can also look at http://pluskid.lifegoo.com/?p=370 Everything there _should_ work, except for the vararg functions (not implemented yet). If you find something that doesn't work, please put in a JIRA issue for it. If you get stumped on something, feel free to ask here. And be prepared for A

[jruby-dev] [jira] Created: (JRUBY-2887) jna-posix set file access time

2008-08-02 Thread Nicholas Riley (JIRA)
jna-posix set file access time -- Key: JRUBY-2887 URL: http://jira.codehaus.org/browse/JRUBY-2887 Project: JRuby Issue Type: New Feature Components: Core Classes/Modules Reporter: Nicholas Ri

Re: [jruby-dev] Bamboo is dead, long live bamboo

2008-08-02 Thread Joseph Athman
Not to sound cynical, but since Sun has a vested interest in the progress of JRuby (i.e. paying a couple salaries) I have to think they have more than a few servers laying around that could be used. Or are you guys trying to keep the project as free from Sun tethers as possible? Joe On Thu, Jul 3

[jruby-dev] [jira] Created: (JRUBY-2886) Extending a final Java class should be rescuable as a normal Ruby exception type

2008-08-02 Thread Charles Oliver Nutter (JIRA)
Extending a final Java class should be rescuable as a normal Ruby exception type Key: JRUBY-2886 URL: http://jira.codehaus.org/browse/JRUBY-2886 Project: JRuby

Re: [jruby-dev] Using jruby-ffi

2008-08-02 Thread Praki
Hi Vladimir, Thanks for your reply. I will take a look at zlib and syslog and see if I can make some progress. Thanks Vladimir Sizikov-2 wrote: > > Hi Praki, > > The JRuby-FFI thing is brand new and there is not much documentation > about it exists yet (there are some samples in JRuby trunk,

[jruby-dev] [jira] Created: (JRUBY-2885) jna-posix isatty for Windows

2008-08-02 Thread Nicholas Riley (JIRA)
jna-posix isatty for Windows Key: JRUBY-2885 URL: http://jira.codehaus.org/browse/JRUBY-2885 Project: JRuby Issue Type: Improvement Components: Core Classes/Modules Environment: Windows XP