help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Re: [bug] STInST compiler not used for fileins


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: [bug] STInST compiler not used for fileins
Date: Fri, 25 Apr 2008 00:10:03 -0700

Issue status update for http://smalltalk.gnu.org/project/issue/212 Post 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?






reply via email to

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