Re: [perl #129909] [BUG] cannot compile to jar files for client use using --target=jvm

2016-10-19 Thread Felipe Valdes
Thank you for the prompt response. I'll review the JVM script provided, it may run! Since the feature isn't finished, is there a way to generate a MOAR file I can provide my users which "just runs" but doesn't include the secret sauce? or is this an unreasonable expectation? On Wed, Oct 19, 2

[perl #129909] [BUG] cannot compile to jar files for client use using --target=jvm

2016-10-19 Thread Pepe Schwarz via RT
On Tue Oct 18 18:07:05 2016, data...@gmail.com wrote: > perl6 --target=jvm --ll-exception --output=guess.jar guess.p6 > > > java.lang.NullPointerException > > in command_eval (gen/jvm/stage2/NQPHLL.nqp:1217) > > in command_eval (src/Perl6/Compiler.nqp:27) > > in command_line (gen/jvm/st

Re: [perl #129909] [BUG] cannot compile to jar files for client use using --target=jvm

2016-10-18 Thread Felipe Valdes
perl6 --target=jvm --ll-exception --output=guess.jar guess.p6 java.lang.NullPointerException in command_eval (gen/jvm/stage2/NQPHLL.nqp:1217) in command_eval (src/Perl6/Compiler.nqp:27) in command_line (gen/jvm/stage2/NQPHLL.nqp:1181) in MAIN (gen/jvm/main.nqp:47) in (gen/jvm/mai

Re: [perl #129909] [BUG] cannot compile to jar files for client use using --target=jvm

2016-10-18 Thread Elizabeth Mattijsen
What happens if you add --ll-exception to the command line? > On 18 Oct 2016, at 05:42, Felipe Valdes (via RT) > wrote: > > # New Ticket Created by Felipe Valdes > # Please include the string: [perl #129909] > # in the subject line of all future correspondence about this issue. > # https://

[perl #129909] [BUG] cannot compile to jar files for client use using --target=jvm

2016-10-18 Thread via RT
# New Ticket Created by Felipe Valdes # Please include the string: [perl #129909] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129909 > I want my clients to be able to run jar files generated by the perl6 command: The progr