help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [bug] Class variables only bound in methods followi


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] [bug] Class variables only bound in methods following them
Date: Wed, 30 Jan 2013 02:38:42 -0700

Issue status update for http://smalltalk.gnu.org/project/issue/286 Post a follow up: http://smalltalk.gnu.org/project/comments/add/286

Project:      GNU Smalltalk
Version:      <none>
Component:    VM
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  dpollet
Updated by:   bonzinip
-Status:       active
+Status:       won't fix

We could force the class variables to come before any method.  That
would still have problems in the "extend" case.

I also thought about restricting the grammar to have a constant on the
right side.  This would simplify exporting to other dialects.  However,
there is really no restriction because you can use ##(...) to treat
anything as a constant.

So in the end it is really a case of "if it hurts, don't do it"...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]