Issue status update for
http://sma
lltalk.gnu.org/project/issue/212
Post a follow up:
htt
p://smalltalk.gnu.org/project/comments/add/212
Project: GNU Smalltalk
Version: <none>
Component: STInST
Category: bug reports
Priority: normal
Assigned to: Unassigned
Reported by: S11001001
Updated by: bonzinip
-Status: committed
+Status: active
Attachment: http://smalltalk.gnu.org/files/issues/gst-fix-file
in-vfs.patch (1.25 KB)
Fixed with the attached alternative patch (committed to
master), which
instead overrides the methods in Stream that call the
built-in compiler
(#fileIn does not).
However, I see that there are some problems in Compiler with
the
implementation of deferred variable bindings, exposed by the
following
test:
PackageLoader fileInPackage: 'Compiler'.
PackageLoader fileInPackage: 'SUnit'.
p := (PackageLoader packageAt: 'Complex') test.
p fileIn.
ComplexTest buildSuiteFromSelectors run printNl
Could you take a look?
_______________________________________________
help-smalltalk mailing list
help-smalltalk gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk
|