# New Ticket Created by  Aaron Sherman 
# Please include the string:  [perl #128811]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128811 >


>From tonight's IRC:

[01:01] <harmil> I'm not sure how to read this error: Only identical
operators may be list associative; since '..' and '..' differ, they are
non-associative and you need to clarify with parentheses
...
[01:05] <TimToady> m: say 1 .. 2 .. 3
[01:05] <+camelia> rakudo-moar f1313d: OUTPUT«===SORRY!=== Error while
compiling <tmp>␤Only identical operators may be list associative; since
'..' and '..' differ, they are non-associative and you need to clarify with
parentheses␤at <tmp>:1␤------> say 1 .. 2⏏ .. 3␤    expectin…»
[01:05] <TimToady> it's LTA for sure
[01:06] <TimToady> .. should really be considered non-associative, probably
[01:06] <harmil> TimToady: Great example. I'll rakudobug that before I turn
in.
[01:06] <TimToady> m: 1 but 2 but 3
[01:06] <+camelia> rakudo-moar f1313d: OUTPUT«===SORRY!=== Error while
compiling <tmp>␤Only identical operators may be list associative; since
'but' and 'but' differ, they are non-associative and you need to clarify
with parentheses␤at <tmp>:1␤------> 1 but 2⏏ but 3␤    expecti…»
[01:07] <TimToady> yeah, non-associatives are somehow getting treated as
list associatives
[01:07] <TimToady> m: say 1 <=> 2 <=> 3
[01:07] <+camelia> rakudo-moar f1313d: OUTPUT«===SORRY!=== Error while
compiling <tmp>␤Only identical operators may be list associative; since
'<=>' and '<=>' differ, they are non-associative and you need to clarify
with parentheses␤at <tmp>:1␤------> say 1 <=> 2⏏ <=> 3␤    expe…»
[01:07] <TimToady> it's just the wrong error

--
Aaron Sherman, M.:
P: 617-440-4332 Google Talk, Email and Google Plus: a...@ajs.com
Toolsmith, developer, gamer and life-long student.

Reply via email to