Re: Not catching an typo.

2013-12-05 Thread yary
does ":b(2) :c(3)" mean "a pair ':b(2)' with an adverb ':c(3)'"? If so I agree it's a big potential opportunity for mistakes. -y On Thu, Dec 5, 2013 at 10:01 AM, Richard Hainsworth wrote: > A difficult bug in a program led to the problem below. I am not sure if it > is a bug in rakudo or not, bu

Not catching an typo.

2013-12-05 Thread Richard Hainsworth
A difficult bug in a program led to the problem below. I am not sure if it is a bug in rakudo or not, but it seems a nasty place for typos if it ain't. I was using pair notation to define a hash. I missed a comma on the end of one of the pairs, which led to the next pair not being recognised.