[perl6/specs] 0fa12d: Use space instead of underscore in Wikipedia refer...

2014-03-23 Thread GitHub
Mar 2014) Changed paths: M S02-bits.pod Log Message: --- Use space instead of underscore in Wikipedia reference. While both forms, `Mu_(negative)` and `Mu (negative)` are correct, only the form with the space inside is intended to be public version (however, the version

[perl6/specs] bf45e2: recommend :alpha for no underscore

2014-02-27 Thread GitHub
: M S05-regex.pod Log Message: --- recommend :alpha for no underscore

[perl #119513] [BUG] Non-digit parts of a number (like the underscore _) aren't considered to be part of the number in repetition quantifiers in regexes in Rakudo (but are in STD.pm6)

2013-08-29 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #119513] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119513 yoleaux 01:36Z diakopter masak: unexpected in rakudo: say so a x 1_0 ~~ /a **

underscore in numbers

2010-06-17 Thread Aaron Sherman
The spec says, and NQP seems to implement (Rakudo, I think, picks up integer from NQP as defined in HLL-s0.pir, is this right?) that a single underscore is ignored between any two digits in a number, not between the radix and the number. However, it seems to me that this would be very handy

Re: underscore in numbers

2010-06-17 Thread Jonathan Worthington
Aaron Sherman wrote: The spec says, and NQP seems to implement (Rakudo, I think, picks up integer from NQP as defined in HLL-s0.pir, is this right?) that a single underscore is ignored between any two digits in a number, not between the radix and the number. However, it seems to me

vtable entries still have double underscore?

2007-12-19 Thread Klaas-Jan Stol
in PIR you can override (or implement) a vtable method using the :vtable flag. before that, in the past, this was done by prefixing the vtable name with 2 underscores. While ack'ing for .constant (to be replaced with .macro_const), I found that the following file defines constants for all

Re: vtable entries still have double underscore?

2007-12-19 Thread Francois PERRAD
Klaas-Jan Stol wrote: in PIR you can override (or implement) a vtable method using the :vtable flag. before that, in the past, this was done by prefixing the vtable name with 2 underscores. While ack'ing for .constant (to be replaced with .macro_const), I found that the following file defines

Re: vtable entries still have double underscore?

2007-12-19 Thread Allison Randal
Klaas-Jan Stol wrote: 1. is the double__underscore thing still supposed to work and if so, is it deprecated? Deprecated, but not yet entirely removed from the code. 2. are the .constant definitions still needed? i.o.w., does updating that file make sense or can i save myself that trouble.

Re: vtable entries still have double underscore?

2007-12-19 Thread Allison Randal
Francois PERRAD wrote: double__underscore still the only way to overload a non-vtable method, for example, the opcode add (with MMD) : Ah, yes. I'll make a note of that in the MMD PDD I'm about to check in. (It will change.) Allison

Re: vtable entries still have double underscore?

2007-12-19 Thread Klaas-Jan Stol
On Dec 19, 2007 4:57 PM, Allison Randal [EMAIL PROTECTED] wrote: Francois PERRAD wrote: double__underscore still the only way to overload a non-vtable method, for example, the opcode add (with MMD) : thanks for the example. Ah, yes. I'll make a note of that in the MMD PDD I'm about

Re: vtable entries still have double underscore?

2007-12-19 Thread Allison Randal
Klaas-Jan Stol wrote: this sounds like a new sub :flag coming up... The :multi flag already exists, so in this case just the implementation will change. Allison

[perl #43375] Parrot configuration option exec-prefix: hyphen vs. underscore

2007-07-25 Thread James Keenan via RT
No one commented on this in several weeks, so I'm assuming that it's considered of no importance. Closing ticket.

[perl #43375] Parrot configuration option exec-prefix: hyphen vs. underscore

2007-06-25 Thread via RT
it comes to actually setting a key-value pair in the Parrot::Configure object, exec-hyphen-prefix becomes exec-underscore-prefix (as it would have to meet Perl5 rules for hash keys). $conf-data-set( prefix = $prefix, exec_prefix= $eprefix, ... So in the interface

Underscore

2002-11-12 Thread Luke Palmer
I deleted the thread for that first doc, but it just occured to me that it didn't mention the 1_234_567 notation. Luke