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
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
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
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
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
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
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
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
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,
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
10 matches
Mail list logo