help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] little bug in PackageLoader


From: Vladimir Machulsky
Subject: [Help-smalltalk] little bug in PackageLoader
Date: Wed, 8 May 2002 15:54:12 -0700 (PDT)

Hi ! Little sweet bug :
!PackageLoader class methodsFor: 'testing'!
canLoad: package
    "Answer whether all the needed C call-outs are
registered within
     GNU Smalltalk"
    self
        extractDependenciesFor: {package}
        onError: [ ^false ].
    ^true
! !

must be : onError: [ :errMsg | ^false ].

Bye !

=====
BR, Vladimir Machulsky. address@hidden

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com



reply via email to

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