help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] Re: [bug] Class >> securityPolicy causes infinite loop


From: Paolo Bonzini
Subject: [Help-smalltalk] Re: [bug] Class >> securityPolicy causes infinite loop
Date: Tue, 18 Mar 2008 02:56:11 -0700

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

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  sdp
Updated by:   bonzinip
-Status:       active
+Status:       fixed

Just two methods with the wrong name:

diff --git a/kernel/Class.st b/kernel/Class.st
index 2aa5b6e..3dd4b39 100644
--- a/kernel/Class.st
+++ b/kernel/Class.st
@@ -541,12 +541,12 @@ the class category.'>
       aStream nextPutAll: (self nameIn: Smalltalk)
    ]

-    policy [
+    securityPolicy [
^securityPolicy
    ]

-    policy: aSecurityPolicy [
+    securityPolicy: aSecurityPolicy [
securityPolicy := aSecurityPolicy withOwner: self
    ]






reply via email to

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