1.1.3
Environment: OSX
Reporter: Tor Norbye
Assignee: Thomas E Enebo
Fix For: JRuby 1.1.4
Attachments: aliasing.rb
For the attached source file (from Rails), the offset errors for some of the
StrNodes are wrong: the starting position is higher
)
--
Key: JRUBY-2326
URL: http://jira.codehaus.org/browse/JRUBY-2326
Project: JRuby
Issue Type: Bug
Components: Parser
Affects Versions: JRuby 1.1RC2
Reporter: Tor Norbye
Assignee: Thomas E Enebo
See this NetBeans issue
On Dec 11, 2007, at 1:23 PM, Thomas E Enebo wrote:
Ok so I can put out a binary distro of 1.0.3 and in order for that to
be smooth I need to release an updated jruby-openssl. Here is the
problem (for windows):
1. Rails 2 requires openssl
2. JRuby 1.0.3 binary is compiled against Java 1.4 becau
On Oct 27, 2007, at 11:00 AM, Charles Oliver Nutter wrote:
This would fit with the typical .rb/extension pair in Ruby, where
a .rb file exposes some public utility APIs based upon the
interface implemented by an extension. The only difference here is
that the extension itself (java support)
On Oct 27, 2007, at 1:46 AM, Bill Dortch wrote:
On 10/26/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote:
What would you folks say to moving all the javasupport .rb files
out of
the jruby.jar file and into a directory under lib?
Hmm. Those files are very closely integrated with the Java
: Tor Norbye
Assignee: Thomas E Enebo
All the Ruby libraries are provided in file form (under lib/ruby/1.8/) - but
the Java extension stuff is hidden inside jruby.jar, making it harder to find
and read. I think it would be nice if these were also provided in the JRuby
distribution in
Issue Type: Bug
Affects Versions: JRuby 1.0.1
Reporter: Tor Norbye
Assignee: Thomas E Enebo
The Ruby files in builtin/java/ contain a number of classes and method
extensions which adds Java integration to Ruby.
Some of these methods are clearly intended to be used
: Parser
Affects Versions: JRuby 1.0.1
Environment: OSX
Reporter: Tor Norbye
Given this document:
(x) >> 10
you get a CallNode for this (>>), but the CallNode has invalid offsets. It gets
range (1,9) but it should be (0,9). In other words, it doesn't inclu
Affects Versions: JRuby 1.0.1
Environment: OSX
Reporter: Tor Norbye
YieldNodes seem to have the wrong position information (start and end offsets).
For a document containing just this:
yield x
you get a YieldNode that has positions 5-8. That's obviously wrong; it should
b
, JRuby 1.0.1
Environment: OSX
Reporter: Tor Norbye
Assignee: Thomas E Enebo
Create a simple file containing this single line:
raise 'hey!'
Then run it with C Ruby: you get
% ruby foo.rb
foo.rb:1: hey! (RuntimeError)
Note that the filename and line
On Aug 15, 2007, at 1:15 PM, Thomas E Enebo wrote:
I implemented a patch which allows a bytelist to be read directly by a
lexersource. This ends up with the following (plusses and minuses):
+ We do not convert the bytelist to a String in order to parse
during evals
+ We do not save a copy o
On May 15, 2007, at 8:21 AM, Daria wrote:
Dear JRuby developers,
I would like to let you now that we have recently ported JRuby 0.9.8
environment into NetBeans IDE.
Hi Daria,
If you check out JRuby via Subversion you'll see that JRuby -already-
comes with a NetBeans project preconfigured
Reporter: Tor Norbye
Assignee: Thomas E Enebo
The following bug was filed in the NetBeans Ruby support issue tracker as
http://www.netbeans.org/issues/show_bug.cgi?id=104038 . It looks like a generic
JRuby issue (or maybe ActiveJDBC?) to me so I'm posting it here instead of
closin
13 matches
Mail list logo