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
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
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
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://
# 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