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)



_______________________________________________
help-smalltalk mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to