[jruby-dev] Keyword arguments and the compiler

2013-10-01 Thread Jon Zeppieri
[Apologies to the list admin who probably received a couple of these already, as I've been fighting with the mailer daemon.] I'm attempting to add keyword argument support to the compiler, but since I'm completely new to the codebase, I have a few questions. I really appreciate any help you can

Re: [jruby-dev] Keyword arguments and the compiler

2013-10-01 Thread Charles Oliver Nutter
Many questions! On Tue, Oct 1, 2013 at 3:41 PM, Jon Zeppieri zeppi...@gmail.com wrote: - Are NotCompilableExceptions caught somewhere, allowing the interpreter to carry on? (I did a simple grep for this, but didn't find it.) Or was that code path not taken, at all? NotCompileableException is