Re: [Pharo-users] Anyone have a script to take a set of Packages and commit them in chronological order to a git repo?

2013-10-30 Thread GOUBIER Thierry
Hi Paul, as far as I have experienced, if you fetch and push a package with a Gofer script, it will push them in the target repo from oldest to newest. I've done that with gitfiletree: as a target a few times, and this recreates the history in the git repo, but without the 'original' date and '

[Pharo-users] Anyone have a script to take a set of Packages and commit them in chronological order to a git repo?

2013-10-30 Thread Paul DeBruicker
Hi, I'm thinking to use travisci.org to build and test some of the MIT licensed packages I've been maintaining. I'd like to get those packages development histories into git in an orderly way, so the information is there for curiosity's sake. Thanks Paul

Re: [Pharo-users] [Pharo-dev] Pharo presentation at Smalltalk 2013

2013-10-30 Thread Igor Stasenko
i got the message :) On 30 October 2013 16:22, Stéphane Ducasse wrote: > > > > http://www.slideshare.net/pharoproject/2013smalltalksconference-pharo-is-yours > > Stef > -- Best regards, Igor Stasenko.

Re: [Pharo-users] Using FFI

2013-10-30 Thread Igor Stasenko
On 30 October 2013 16:11, Esteban Lorenzano wrote: > mmm... but again, AFAIK... Old FFI will not work in ARM. > > yes. but i replied before knowing that its about ARM :) > On Oct 30, 2013, at 10:12 AM, Igor Stasenko wrote: > > AFAIK, it should be in Configurations browser. > Else try this: > >

[Pharo-users] Pharo presentation at Smalltalk 2013

2013-10-30 Thread Stéphane Ducasse
http://www.slideshare.net/pharoproject/2013smalltalksconference-pharo-is-yours Stef

Re: [Pharo-users] Using FFI

2013-10-30 Thread Esteban Lorenzano
mmm... but again, AFAIK... Old FFI will not work in ARM. On Oct 30, 2013, at 10:12 AM, Igor Stasenko wrote: > AFAIK, it should be in Configurations browser. > Else try this: > > Gofer new > squeaksource: 'MetacelloRepository'; > > package: 'ConfigurationOfFFI'; > load. > (Smalltalk at:

Re: [Pharo-users] Using FFI

2013-10-30 Thread Igor Stasenko
AFAIK, it should be in Configurations browser. Else try this: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfFFI'; load. (Smalltalk at: #ConfigurationOfFFI) project lastVersion load On 30 October 2013 09:41, Annick Fron wrote: > My problem is that the Raspberr

Re: [Pharo-users] Using FFI

2013-10-30 Thread Luc Fabresse
Hi Annick, Probably (others will correct me if I am wrong ;-)) that the easiest is to write a VM plugin, add it in your ARM-based VM and recompile it. Cheers, Luc #Luc 2013/10/30 Esteban Lorenzano > Hi Annick, > > Rapsberry (ARM) does not supports FFI either (current implementation is > x

Re: [Pharo-users] Using FFI

2013-10-30 Thread Esteban Lorenzano
Hi Annick, Rapsberry (ARM) does not supports FFI either (current implementation is x86 architecture). Esteban On Oct 30, 2013, at 5:41 AM, Annick Fron wrote: > My problem is that the Raspberry does not support native boost (as yet !). > Where can I load the old FFI ? > > Le 29 oct. 2013 à

[Pharo-users] CogVM arguments in Win32

2013-10-30 Thread Torsten Bergmann
1. HEADLESS The SqueakVM had support for this and it was usable in the past -headless Tells Squeak to run without a main window. However, for allowing at least some access to Squeak, an icon is added to the system tray. If you double-click this icon, the Squeak wi

Re: [Pharo-users] CogVM arguments in Win32

2013-10-30 Thread Bernat Romagosa
In this direction, I'm trying to call a function in the shell32.dll lib that apparently should let you minimize an app to the system tray, but I'm not having much luck... I guess I don't really understand what am I exactly doing. This is what I found in the MSDN

[Pharo-users] moose 4.9

2013-10-30 Thread Tudor Girba
We are happy to announce version 4.9 of the Moose Suite: http://moosetechnology.org/download/4.9 This is a minor release still based on Pharo 2.0. The differences from Moose 4.8 are: The Mondrian engine was removed. The transition to Roassal is now complete. - Small fixes in Roassal layouts and

Re: [Pharo-users] CogVM arguments in Win32

2013-10-30 Thread Bernat Romagosa
indeed, --headless does "work" but the image just dies after executing it... :( I guess some FFI research to minimize the app to tray is in place. Thanks! 2013/10/29 Esteban Lorenzano > AFAIK you can't. > no matter what you do, it stills shows a pharo in the trial. > > I remember once I hid t

Re: [Pharo-users] Using FFI

2013-10-30 Thread Annick Fron
My problem is that the Raspberry does not support native boost (as yet !). Where can I load the old FFI ? Le 29 oct. 2013 à 16:57, Igor Stasenko a écrit : > > > > On 29 October 2013 16:27, Annick Fron wrote: > Hi > > I want to launch a simple init with the following C signature : > > void