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
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
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
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,
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
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
+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
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
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.