[squeak-dev] The Inbox: AlienInstaller-mha.1.mcz

Casimiro de Almeida Barreto casimiro.barreto at gmail.com
Thu Sep 3 20:04:27 UTC 2009


Basic doubt:

If I have FFI and applications that use FFI, would Alien interfere with
FFI/applications?

Best regards

Casimiro

Em 03-09-2009 16:22, commits at source.squeak.org escreveu:
> A new version of AlienInstaller was added to project The Inbox:
> http://source.squeak.org/inbox/AlienInstaller-mha.1.mcz
>
> ==================== Summary ====================
>
> Name: AlienInstaller-mha.1
> Author: mha
> Time: 3 September 2009, 6:22:29 am
> UUID: 7bf1bf82-a874-46e5-98a3-5684e0120ab2
> Ancestors: 
>
> use "AlienInstaller install" to install Alien in the trunk image
>
> ==================== Snapshot ====================
>
> SystemOrganization addCategory: #AlienInstaller!
>
> Object subclass: #AlienInstaller
> 	instanceVariableNames: ''
> 	classVariableNames: ''
> 	poolDictionaries: ''
> 	category: 'AlienInstaller'!
>
> ----- Method: AlienInstaller class>>install (in category 'installation') -----
> install
> 	| repository |
> 	repository := (Installer repository: 'http://www.squeaksource.com/') project: 'Alien'.
> 	#( 'Alien-Core-First' 'Alien-Core' 'Alien-Examples' 'Alien-LibC' 'Alien-CoreTest' 'Alien-Last-Class-Initialize' )
> 		do: [ :p | repository install: p ]
> 		displayingProgress: 'Installing Alien packages ...'.
> 	(PackageInfo named: 'Alien') methods
> 		do: [:ea | ea actualClass recompile: ea methodSymbol]
> 		displayingProgress: 'Recompiling...'!
>
>
>
>   


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20090903/634315a0/signature.pgp


More information about the Squeak-dev mailing list