SqueakMap2 loader 1.03 (r6) syntax error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

SqueakMap2 loader 1.03 (r6) syntax error

Florian Minjat-2
I tried to install the last version of SqueakMap2 loader and found
this syntax error in the repository :

--------------------------------
!SMLoader methodsFor: 'menus' stamp: 'gk 7/12/2004 14:43'!
categorySpecificOptions
        | choices |.
[...]
--------------------------------
The compiler seems to dislike the point after the variables declaration.

Florian


Reply | Threaded
Open this post in threaded view
|

Re: SqueakMap2 loader 1.03 (r6) syntax error

Florian Minjat-2
sorry for this mail...
It seems NewCompiler is more (too much?) sensible to thoses tiny errors.
After I disabled it, the installation worked fine.

Florian

Florian Minjat wrote:

> I tried to install the last version of SqueakMap2 loader and found
> this syntax error in the repository :
>
> --------------------------------
> !SMLoader methodsFor: 'menus' stamp: 'gk 7/12/2004 14:43'!
> categorySpecificOptions
>     | choices |.
> [...]
> --------------------------------
> The compiler seems to dislike the point after the variables declaration.
>
> Florian

Reply | Threaded
Open this post in threaded view
|

Re: SqueakMap2 loader 1.03 (r6) syntax error

Marcus Denker

On 02.02.2006, at 16:55, Florian Minjat wrote:

> sorry for this mail...
> It seems NewCompiler is more (too much?) sensible to thoses tiny  
> errors.
> After I disabled it, the installation worked fine.


Yes, the new compiler is too picky wrt. to not-needed dots. Will be  
fixed (it's
on the looong list...)

     Marcus