On Tue Sep 15 17:36:06 2015, b...@abrij.org wrote: > On Sun Jun 28 13:31:12 2015, alex.jakime...@gmail.com wrote: > > Obviously, this is a wrong code snippet. I meant this: > > > > my Str $a = 'x'; > > say $a<hello>; > ... > > > > > > Error: > > > postcircumfix:<{ }> not defined for type Str > > > in block <unit> at ./test.pl:3 > > > > > > The problem is that there is no { } in the code. > > This now says: > > "Type Str does not support associative indexing." > > (It would be inefficient to keep the information on > what circumfix was actually used hanging around, but > we are no longer misleading, at least.) > > Fix commit bbf39d7 > Roast commit e60f683
Great! I'm closing this ticket as 'resolved'.