[squeak-dev] The Inbox: System-hsj.454.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Aug 18 09:51:01 UTC 2011


A new version of System was added to project The Inbox:
http://source.squeak.org/inbox/System-hsj.454.mcz

==================== Summary ====================

Name: System-hsj.454
Author: hsj
Time: 18 August 2011, 11:50:35.656 am
UUID: 35f24b27-934a-4a28-a012-c140a395fe0f
Ancestors: System-hsj.453

Fixed reference to Pharo-specific PrimitiveFailed error.

=============== Diff against System-hsj.453 ===============

Item was changed:
  ----- Method: SmalltalkImage>>maxExternalSemaphores (in category 'vm parameters') -----
  maxExternalSemaphores
  	"The size of array in some VM's where external signals for semaphores in externalObjects are handled.
  	Essentially, if a semaphore is registered in externalObjects outside its bounds, they will not be signalled."
+ 	^[self vmParameterAt: 49] on: Error do: [:ex | ex return: nil]!
- 	^[self vmParameterAt: 49] on: PrimitiveFailed do: [:ex | ex return: nil]!




More information about the Squeak-dev mailing list