[jruby-dev] [jira] Created: (JRUBY-2854) AST offset error for StrNode and DStrNode

2008-07-23 Thread Tor Norbye (JIRA)
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

[jruby-dev] [jira] Created: (JRUBY-2326) Invalid cast during parsing of recursive.rb in facelets-2.3.0 (org.jruby.ast.YieldNode cannot be cast to org.jruby.ast.BlockAcceptingNode)

2008-03-26 Thread Tor Norbye (JIRA)
) -- 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

Re: [jruby-dev] jruby-openssl, jruby 1.0.3, and rails 2.0.x

2007-12-11 Thread Tor Norbye
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

Re: [jruby-dev] Move javasupport .rb files out of jar?

2007-10-29 Thread Tor Norbye
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)

Re: [jruby-dev] Move javasupport .rb files out of jar?

2007-10-27 Thread Tor Norbye
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

[jruby-dev] [jira] Created: (JRUBY-1474) Include java support files in exploded form

2007-10-25 Thread Tor Norbye (JIRA)
: 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

[jruby-dev] [jira] Created: (JRUBY-1473) Mark implementation-oriented classes and methods in the javasupport with :nodoc:

2007-10-25 Thread Tor Norbye (JIRA)
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

[jruby-dev] [jira] Created: (JRUBY-1443) Wrong position information for a CallNode with parentheses

2007-10-16 Thread Tor Norbye (JIRA)
: 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

[jruby-dev] [jira] Created: (JRUBY-1435) YieldNodes sometimes have wrong position information

2007-10-15 Thread Tor Norbye (JIRA)
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-dev] [jira] Created: (JRUBY-1292) No filename in error message for some types of errors

2007-08-27 Thread Tor Norbye (JIRA)
, 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

Re: [jruby-dev] ByteList Lexer support patch

2007-08-17 Thread Tor Norbye
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

Re: [jruby-dev] Developing JRuby in NB

2007-05-21 Thread Tor Norbye
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

[jruby-dev] [jira] Created: (JRUBY-970) Issue doing migrate with Oracle

2007-05-21 Thread Tor Norbye (JIRA)
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