help-smalltalk
[Top][All Lists]
Advanced

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

Re: [Help-smalltalk] [bug] STInST and gst-parse.c are inconsistent on pa


From: Gwenael Casaccio
Subject: Re: [Help-smalltalk] [bug] STInST and gst-parse.c are inconsistent on parsing trailing '.'
Date: Tue, 10 Sep 2013 01:31:46 -0700

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

Project:      GNU Smalltalk
Version:      <none>
Component:    STInST
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  zecke
Updated by:   MrGwen
Status:       active

  diff --git a/packages/stinst/parser/GSTParser.st
b/packages/stinst/parser/GSTParser.st
  index 66fedcb..7d934e1 100644
  --- a/packages/stinst/parser/GSTParser.st
  +++ b/packages/stinst/parser/GSTParser.st
  @@ -168,6 +168,7 @@ STInST.STFileInParser subclass: GSTFileInParser [
          addInstVars := self
              parseClassBodyElement: addInstVars
              withinExtend: extend ].
   +        currentToken isSpecial ifTrue: [ self skipToken: $. ].
      taggee := oldTaggee.
   ]

hello, I've fixed the parsing issue
just add currentToken isSpecial ifTrue: [ self skipToken: $. ]. line 171
in gstparse
but cairo package still won't load that's another issue :}
to fix it rename Cairo class as CCairo (because it has the same name as
the namespace)





reply via email to

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