Re: Enumerating prefix operators, and spec changes

2011-03-09 Thread Patrick R. Michaud
On Wed, Mar 09, 2011 at 04:40:19PM -0800, Stefan O'Rear wrote: > This is a more general problem: the distinction between prefix ops > and functions is not well defined. For instance, 'defined 1 && 0' > is parsed as defined(1) && 0 by Rakudo, but as defined(1 && 0) by > STD and derivatives. I thin

Enumerating prefix operators, and spec changes

2011-03-09 Thread Stefan O'Rear
[In response to a comment on perl6-compiler, in the thread "[perl #85746] spec/S29-context/sleep.t is way too relax"] On Wed, Mar 09, 2011 at 12:31:34PM -0600, Patrick R. Michaud wrote: > While researching this ticket, I notice that S29 has a C > function defined (line 246); this seems to be in c