Status: FixProposed
Owner:
[hidden email]
Labels: Milestone-1.4
New issue 4668 by
[hidden email]: Remove #isSafeVM
http://code.google.com/p/pharo/issues/detail?id=4668The attached change set removed this method and fixes the senders:
isSafeVM
"False if the VM is a Unix VM that has not been updated to version 4.
Earlier versions may be subject to a bug that can crash the VM when
running AllocationTest."
self flag: #toRemove. "April 2010 dtl - remove this about one year from
now"
^ OSPlatform isUnix not
or: [((Smalltalk vmFullPath
findTokens: FileDirectory slash)
anySatisfy: [:e | e beginsWith: '4.'])]
Attachments:
CleanIsSaveVM.1.cs 712 bytes
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker