help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] [bug] Fails to parse class pragma with two arguments


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] [bug] Fails to parse class pragma with two arguments
Date: Sun, 09 Sep 2012 13:20:56 -0700

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

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

GSTFileInParser>>#parseClassTag fails to parse the example below.

Eval [
  | gst |

  gst := 'Object subclass: Bla [
]'.

  STInST.STClassLoader new parseSmalltalkStream: gst readStream with:
STInST.GSTFileInParser.
]





reply via email to

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