Issue status update for
http://smalltalk.gnu.org/project/issue/212Post a follow up:
http://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-filein-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
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk