Re: [jruby-dev] Re: Migrating off Kenai

2010-02-13 Thread Ben Evans
On Sat, Feb 13, 2010 at 11:25 AM, DJ wrote: > Considering the investment that this project already has in JIRA, it might > be better to use JIRA Studio. JIRA Studio is basically the combination of > all Atlassian's products which include Confluence for Wiki, FishEye for code > search/statistics, e

Re: [jruby-dev] Startup perf discovery

2010-01-16 Thread Ben Evans
On Sat, Jan 16, 2010 at 1:03 AM, Charles Oliver Nutter wrote: > I have found an interesting clue to poor startup! > > It appears that DefaultRubyParser.yyparse (the main parser method) is > *still* never being jitted by the JVM, in either client or server > modes (at least on OS X Java, which shou

Re: [jruby-dev] Vacation!

2009-06-20 Thread Ben Evans
Have a fantastic time - you really deserve it. Ben On Sat, Jun 20, 2009 at 8:38 AM, Charles Oliver Nutter wrote: > For the first time in probably 4 years, I'm going to take a vacation > without my laptop in tow. If you have "JRuby Core" issues you really > need some help with, rely on others fro

[jruby-dev] Joni help?

2009-06-11 Thread Ben Evans
Hi, I'm interested in using the Joni regex engine in another project. I can't seem to find any source code for it (and a test suite as well would be great). Am I just not using the right search terms / making some other form of schoolboy error? Can someone here help me out with a link? Thanks,

Re: [jruby-dev] Compiler #2 is under way!

2009-03-12 Thread Ben Evans
On Tue, Mar 10, 2009 at 10:13 PM, Charles Oliver Nutter < charles.nut...@sun.com> wrote: > http://blog.headius.com/2009/03/compiling-ruby-to-java-types.html > > > Once you've run this, you've got a MyObject that can be instantiated and > used directly. Behind the scenes, it uses a global JRuby ins

Re: [jruby-dev] Setting priorities for 1.3

2009-03-01 Thread Ben Evans
To my mind, these seem to go together: Compiler refactoring / cleanup Modularisation Additional work on AOT / Compiler #2 and that would help my usage of the codegen piece. Thanks, Ben On Sat, Feb 28, 2009 at 9:11 PM, Charles Oliver Nutter < charles.nut...@sun.com> wrote: > With 1.2 almost ou

Re: [jruby-dev] Setting priorities for 1.3

2009-03-01 Thread Ben Evans
+1 for annotations. My employer, who has several thousand Java devs, is currently talking about blessing a Java-based scripting language (unblessed languages may not be placed into production) - annotations support (for JUnit and JPA at least) would be a major + for JRuby in the language selection

Re: [jruby-dev] ast questions

2009-02-27 Thread Ben Evans
Thanks to everyone who responded - I've finally had a chance to spend a couple of hours on this tonight. On Fri, Feb 20, 2009 at 3:27 PM, Thomas E Enebo wrote: > On Fri, Feb 20, 2009 at 5:22 AM, Ben Evans > wrote: > > Hi, > > > > I'm doing some work with JR

[jruby-dev] ast questions

2009-02-20 Thread Ben Evans
Hi, I'm doing some work with JRuby's ast, and I've run into a few questions about how the various classes are wired together. Any hints on the below would be very helpful - I'm making notes as I go and would be very happy to polish them for a wiki page or javadoc comments if that would be useful.