When you compile Mirah directly to byte code, this processing (which
depends on javac) doesn't happen.
Does Mirah have some kind of post-compilation hook to inspect the
resulting bytecode / source files? That would enable us to hook
necessary processing (although that needs to be written as the current
@Extension listup depends on javac.)
2010/11/22 David Calavera <david.c...@gmail.com>:
--
Kohsuke Kawaguchi
Is Mirah interpreted scripting language? (in the sense that you can
generate bycode from source tree at runtime, much like JRuby does,
instead of ahead-of-time compilation?) If so, perhaps the Mirah parser
should have enough hooks to do something like this.
Assuming the parser part is shared with JRuby, such a change would
benefit JRuby/Hudson plugin integration, too.
2010/11/23 David Calavera <david.c...@gmail.com>:
--
Kohsuke Kawaguchi
Tyler, wouldn't it be great to cross-post this at hudson-labs.org? WDYT?
I think maven-hpi-plugin can be extended to do Mirah-based HPI
packaging. Again, if we do it once, we can rinse and repeat for other
language bindings.
2010/11/23 David Calavera <david.c...@gmail.com>:
--
Kohsuke Kawaguchi
> Nice!
>
> Tyler, wouldn't it be great to cross-post this at hudson-labs.org? WDYT?
>
> I think maven-hpi-plugin can be extended to do Mirah-based HPI
> packaging. Again, if we do it once, we can rinse and repeat for other
> language bindings.
If David has no problems with it, I can schedule a cross-post for tomorrow
morning on hudson-labs.org
- R. Tyler Croy
--------------------------------------
GitHub: http://github.com/rtyler
Twitter: http://twitter.com/agentdero
2010/11/24 David Calavera <david.c...@gmail.com>:
--
Kohsuke Kawaguchi