[Pkg] Packages: Packages-Squeak310-kph.38.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Sat Jun 7 03:15:35 UTC 2008


A new version of Packages-Squeak310 was added to project Packages:
http://www.squeaksource.com/Packages/Packages-Squeak310-kph.38.mcz

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

Name: Packages-Squeak310-kph.38
Author: kph
Time: 7 June 2008, 4:15:05 am
UUID: 64c7bd27-3a06-4bfb-9c50-1c87ea46cb85
Ancestors: Packages-Squeak310-kph.37

adjusted FFI in the light of recent MC1.5

=============== Diff against Packages-Squeak310-kph.37 ===============

Item was changed:
  ----- Method: PackagesSqueak310>>FFI (in category 'System') -----
  FFI
  
      self name: 'FFI'.
  	self version: '3.9.1'.
      info category: 'System'.
      info description: 
  'The Squeak foreign function interface.'.
      info maintainer: 'Lex Spoon <lex at lexspoon.org>'.
      info homepage: 'http://wiki.squeak.org/squeak/1414'.
      info squeakMapID: ''.
      info url: 'http://map.squeak.org/accountbyid/cf58c358-46ee-465e-b6db-2740e9b32a53/files/InstallFFI3.st'.
  
  
      self provides: #().
  
      self dependsOn: #().
  
      self load: [
  	(Installer mantis) "patch to stop NetNameResolver being broken when FFI is loaded"
  		bug: 6980 
  		fix:	'SystemDictionary-recreateSpecialObjectsArray-M6980.st'.	
+ 	 
+ 	Installer installUrl:'http://map.squeak.org/accountbyid/cf58c358-46ee-465e-b6db-2740e9b32a53/files/InstallFFI3.st'.
- 	(Installer mantis) "patch to fix loading FFI with MC1.5"
- 		bug: 6952 
- 		fix:	'ClassBuilder-nameinEnvironmentsubclassOftypeinstanceVariableNamesclassVariableNamespoolDictionariescategoryunsafe.st'.
-      Installer installUrl:'http://map.squeak.org/accountbyid/cf58c358-46ee-465e-b6db-2740e9b32a53/files/InstallFFI3.st'.
  	"preamble/postscript are not run with older versions of MC1.5, so recreateSpecialObjectsArray now"
  	Smalltalk recreateSpecialObjectsArray
      ].
  
      self unloadDependsOn: { self taskUnloadDependants }.
      self unload: [
          Installer mc unload: 'FFI'.
      ].!



More information about the Packages mailing list