Hi all,
While debugging a failing Seaside test on Squeak trunk (see [1]), I
learned that Context>>#tempNames can raise a syntax error. Here's a
repro doIt:
`Context allInstances collect: [:e | e tempNames]`
Anyone willing to look into this? When I try to debug the "calling
process", my image freezes...
Cheers,
Fabio
[1]
https://travis-ci.org/SeasideSt/Seaside/jobs/578335182#L2733