Re: Best way to get a PCRE6 on the JVM?

2016-09-29 Thread Joachim Durchholz
Am 29.09.2016 um 21:41 schrieb Patrick R. Michaud: On Thu, Sep 29, 2016 at 01:30:29PM +0200, Joachim Durchholz wrote: Can you tell me where the sources for the regex engine live? At the detailed-technical-spec level, I found S05, and I can find the NQP spec, but I don't know my way around the

Re: Best way to get a PCRE6 on the JVM?

2016-09-29 Thread Patrick R. Michaud
On Thu, Sep 29, 2016 at 01:30:29PM +0200, Joachim Durchholz wrote: > Can you tell me where the sources for the regex engine live? At the > detailed-technical-spec level, I found S05, and I can find the NQP spec, but > I don't know my way around the interpreter sources yet. The regex engine lives

Re: Best way to get a PCRE6 on the JVM?

2016-09-29 Thread Joachim Durchholz
Am 28.09.2016 um 15:21 schrieb Will Coleda: To start with, there isn't a PCRE6. Good to know, then this is indeed the right list to discuss this. If you want, more generically, to be able to use Perl 6 Regular Expressions in Java, you can build a rakudo that runs (with reduced functionality)

Re: Best way to get a PCRE6 on the JVM?

2016-09-29 Thread Joachim Durchholz
Am 28.09.2016 um 15:46 schrieb Patrick R. Michaud: A simpler approach might be to build an NQP that runs on the JVM, Sounds reasonable, given NQP's position in the toolchain. Not sure what you mean with "build an NQP" - a compiler, a runtime, both, something else? > and find a way to call

[perl #122732] [jvm] control operator crossed continuation barrier

2016-09-29 Thread Christian Bartolomaeus via RT
The workaround for JVM has been removed with Rakudo commit c4055e455d. I'm closing this ticket as 'resolved'.

[perl #129763] LTA error when attempting to modify return value within phaser

2016-09-29 Thread via RT
# New Ticket Created by Aaron Sherman # Please include the string: [perl #129763] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129763 > Via IRC: [13:51] a very slightly LTA error: [13:51] m: sub test { return (state $x =

[perl #129762] [BUG] Array.clone does not return a properly independent array

2016-09-29 Thread via RT
# New Ticket Created by Sam S. # Please include the string: [perl #129762] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129762 > Calling .clone on an Array returns a new Array object, but (even shallow) changes to one

[perl #129761] Missing outer scoped variables in phasers in whenever clauses

2016-09-29 Thread Brian S. Julin
# New Ticket Created by "Brian S. Julin" # Please include the string: [perl #129761] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=129761 > It is possible to enter a LAST phaser in a whatever clause in such a way that