[Pharo-users] Re : Re: STON Question

2017-06-14 Thread Christophe Demarey
+1 It is exactly what i've done with Cargo. Define your own specific object for serialization / deserialization. It is the simplest way to have a human readable conf file (e.g. urls, pathes default serialization is not what you expect) Christophe - Sven Van Caekenberghe a écrit : > STON ca

[Pharo-users] get output of a forked process on windows

2017-07-18 Thread Christophe Demarey
Hi, I would like to evaluate a Smalltalk expression in a forked process (i.e. something like OSProcess thisOSProcess waitForCommandOutput: 'pharo Pharo.image eval "SystemVersion current dottedMajorMinor"'). It is doable on linux/mac with OSProcess but not on Windows. Is there another way to do

Re: [Pharo-users] get output of a forked process on windows

2017-07-18 Thread Christophe Demarey
Tue, Jul 18, 2017 at 10:48 AM, Christophe Demarey > mailto:christophe.dema...@inria.fr>> wrote: > Hi, > > I would like to evaluate a Smalltalk expression in a forked process (i.e. > something like OSProcess thisOSProcess waitForCommandOutput: 'pharo > Pharo.

Re: [Pharo-users] get output of a forked process on windows

2017-07-19 Thread Christophe Demarey
Hi Thierry, > Le 18 juil. 2017 à 15:40, Thierry Goubier a écrit > : > > Hi Christophe, > > You have to use ProcessWrapper. > > Metacello new > configuration: 'ProcessWrapper'; > repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo40/main >

Re: [Pharo-users] Pharo launcher on Linux Mint

2017-08-01 Thread Christophe Demarey
Hi Sebastian, > Le 30 juil. 2017 à 18:12, Sebastian Heidbrink via Pharo-users > a écrit : > > > De: Sebastian Heidbrink > Objet: Pharo launcher on Linux Mint > Date: 30 juillet 2017 18:12:07 UTC+2 > À: Any question about pharo is welcome > Hi! > > I used Pharo launcher on Windows and Ubuntu

Re: [Pharo-users] (no subject)

2017-09-14 Thread Christophe Demarey
Hi, I published an update of the Launcher yesterday fixing some issues to run Pharo images from Linux. You can find latest-versions (0.2.13) here: http://files.pharo.org/platform/launcher/ It already propose to download Pharo 70 images. The VM is now downloaded automatically if the adequate o

Re: [Pharo-users] (no subject)

2017-09-14 Thread Christophe Demarey
Hi Serge, > Le 14 sept. 2017 à 14:59, Serge Stinckwich a > écrit : > > On Thu, Sep 14, 2017 at 2:25 PM, Christophe Demarey > mailto:christophe.dema...@inria.fr>> wrote: > Hi, > > I published an update of the Launcher yesterday fixing some issues to run >

Re: [Pharo-users] (no subject)

2017-09-14 Thread Christophe Demarey
Hi Stephan, > Le 14 sept. 2017 à 14:49, stephan a écrit : > > On 14-09-17 14:25, Christophe Demarey wrote: >> I published an update of the Launcher yesterday fixing some issues to run >> Pharo images from Linux. You can find latest-versions (0.2.13) here: >> http

Re: [Pharo-users] (no subject)

2017-09-14 Thread Christophe Demarey
> Le 14 sept. 2017 à 14:55, stephan a écrit : > > On 14-09-17 14:25, Christophe Demarey wrote: >> Let us know if everything is fine. > > Downloaded latest 7 64: > Cannot open iceberg, libgit2 can not be found Thanks for the report. I will check that

Re: [Pharo-users] (no subject)

2017-09-18 Thread Christophe Demarey
> Le 17 sept. 2017 à 05:21, Sean P. DeNigris a écrit : > > demarey wrote >> Let us know if everything is fine. > > Was this issue [1] fixed: >> I think I found it. It seems to be a bug in the way Launcher/Pharo unzips >> the downloaded VM. >> The symlink libgit2.dylib becomes unlinked and app

Re: [Pharo-users] (no subject)

2017-09-20 Thread Christophe Demarey
Hi Sean, Stephan, I just updated the PharoLauncher and it should now work fine for 64-bits images. I just had time to test it roughly but you can give it a try (https://ci.inria.fr/pharo/view/Launcher/job/Launcher/149/). Christophe. > Le 20 sept. 2017 à 10:52, stephan a écrit : > > On 20-09-

Re: [Pharo-users] (no subject)

2017-09-21 Thread Christophe Demarey
> Le 20 sept. 2017 à 23:36, Stephan Eggermont a écrit : > > On 17/09/17 05:21, Sean P. DeNigris wrote: >> demarey wrote >>> Let us know if everything is fine. >> Was this issue [1] fixed: >>> I think I found it. It seems to be a bug in the way Launcher/Pharo unzips >>> the downloaded VM. >>> The

Re: [Pharo-users] (no subject)

2017-09-21 Thread Christophe Demarey
> Le 21 sept. 2017 à 13:25, Stephane Ducasse a écrit : > > Christophe > > which version should we take? For now, the bleeding edge. I will publish a stable as soon as it gets tested enough.

Re: [Pharo-users] (no subject)

2017-09-21 Thread Christophe Demarey
gt; On Thu, Sep 14, 2017 at 8:25 PM, Christophe Demarey > mailto:christophe.dema...@inria.fr>> wrote: > > Hi, > > > > I published an update of the Launcher yesterday fixing some issues to run > > Pharo images from Linux. You can find latest-versions (0.2.13) he

[Pharo-users] Re : Force headless mode

2017-09-26 Thread Christophe Demarey
Hi What about deploying a minimal image without UI ? But, as you probably know, headless mode does not prevent to dump the code. Christophe - Cyril Ferlicot a écrit : > Hi, > > At Synectique we are working on the deployment of a web application > and we would like to force the headless mod

[Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-06 Thread Christophe Demarey
Hi all, I just released a new version of the PharoLauncher 1.0.1. Here are major improvements since last version: Pharo launcher is now distributed with a Pharo 60 image with a 32-bits threaded VM (to avoid hangs when using OSProcess). Add a VM management utility able to find (and download) the a

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-06 Thread Christophe Demarey
Hi Gabriel, > Le 6 oct. 2017 à 15:48, Gabriel Cotelli a écrit : > > I've tried it on Linux, and after the download has finished it cannot launch > a Pharo 6.1 image. Find attached the PharoDebug.log > > Seems it's searching for the sources file in a wrong location. > Pharo cannot locate the so

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-07 Thread Christophe Demarey
Hi Nicolai, > Le 7 oct. 2017 à 09:38, Nicolai Hess a écrit : > > Just starting pharolauncher on windows still does not work (if you put it > into the default "program" folder). > On start, it tries to create a local direcitory "pharo-local" and does not > have the permission to do so. > You ne

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-09 Thread Christophe Demarey
> Le 7 oct. 2017 à 14:26, Ben Coman a écrit : > > On Sat, Oct 7, 2017 at 3:38 PM, Nicolai Hess > wrote: > Just starting pharolauncher on windows still does not work (if you put it > into the default "program" folder). > On start, it tries to create a local direcit

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-09 Thread Christophe Demarey
Hi Peter, > Le 6 oct. 2017 à 21:13, Peter Uhnák a écrit : > > +1.0.1 :-) > > > Pharo Launcher files (images, VMs) are now considered as user Documents > > (easier to find). Consequently, they are now stored in the standard > > documents folder, i.e. > > $HOME/Pharo > > This seems like a ste

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-09 Thread Christophe Demarey
> Le 6 oct. 2017 à 22:43, Gabriel Cotelli a écrit : > > I've tried running it from the terminal and it works!. > > If I double-click it from the file manager and choose "Run in Terminal" it > gives the previously commented error. I fear I cannot do much for this problem. I tried on ubuntu and

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-10 Thread Christophe Demarey
> Le 9 oct. 2017 à 15:56, Peter Uhnák a écrit : > I guess I hate when applications are throwing their garbage into my $HOME > (this also goes for VirtualBox, Eclipse, and everyone else). Perfectly understandable. > If I am not accessing the files directly, but they are pretty much always > m

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-11 Thread Christophe Demarey
Hi Vitor, > Le 10 oct. 2017 à 19:00, Vitor Medina Cruz a écrit : > > « Program » folder is the default location where to install apps on Windows. > If a user does not have admin rights, he can simply install it under its home > directory. > >> Also there is the UAC Virtualization fiasco that

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-11 Thread Christophe Demarey
> Le 11 oct. 2017 à 12:10, stephan a écrit : > > On 06-10-17 13:26, Christophe Demarey wrote: >> For those wanted more info on how the adequate VM is computed, here is the >> process: >> determine the image format version >> find (and optionnaly fetch) a com

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-12 Thread Christophe Demarey
Hi Vitor, > Le 11 oct. 2017 à 13:44, Vitor Medina Cruz a écrit : > > Hi Christophe, > > Yes, but: > 1- I can’t execute it if I don’t have administrative rights > ok. That the point I missed. I think I will add a zip file with PharoLauncher for windows for user like you not having admin rights

Re: [Pharo-users] [Ann] PharoLauncher v1.0.1 released!

2017-10-13 Thread Christophe Demarey
Hi Ben, > Le 13 oct. 2017 à 06:20, Ben Coman a écrit : > > On Thu, Oct 12, 2017 at 3:43 PM, Christophe Demarey > mailto:christophe.dema...@inria.fr>> wrote: > Hi Vitor, > >> Le 11 oct. 2017 à 13:44, Vitor Medina Cruz > <mailto:vitormc...@gmail.com>>

Re: [Pharo-users] PharoLauncher directories

2017-11-09 Thread Christophe Demarey
Hi Stefan, > Le 8 nov. 2017 à 15:56, stephan a écrit : > > I run into all kinds of issues with the directory structure used by the new > PharoLauncher. pharo-local seems to be shared now for multiple images. I never saw this issue. PharoLauncher does not have influence on the pharo-local direc

Re: [Pharo-users] PharoLauncher directories

2017-11-09 Thread Christophe Demarey
> Le 9 nov. 2017 à 10:18, Guillermo Polito a écrit : > > - launching Pharo from the pharo launcher (taken from this thread) > Apparently the pharo launcher is launching the image from a > directory internal to the launcher. In the Pharo launcher, I explicitly set the current work

Re: [Pharo-users] PharoLauncher directories

2017-11-09 Thread Christophe Demarey
thanks > Le 9 nov. 2017 à 20:10, stephan a écrit : > > On 09-11-17 11:49, Christophe Demarey wrote: >> Stephan, could you open an issue for that on GH? > > https://github.com/pharo-project/pharo-launcher/issues/51 > > Stephan > > >

Re: [Pharo-users] Travis build failing because of bad CRC

2017-11-23 Thread Christophe Demarey
> Le 23 nov. 2017 à 09:08, Marcus Denker a écrit : > > We need to exit Inria and do our own infrastructure. Marcus, could you elaborate? Why do we need to exit Inria? Do you have money to pay the infrastructure? Inria provides it for free for the Pharo consortium. Of course, the problem is su

Re: [Pharo-users] Travis build failing because of bad CRC

2017-11-23 Thread Christophe Demarey
incident open at renater and gtt. My contact will push today to see if we can have an solution soon > Le 23 nov. 2017 à 10:19, Norbert Hartl a écrit : > > Christophe, > >> Am 23.11.2017 um 09:33 schrieb Christophe Demarey >> : >> >> >>> Le

Re: [Pharo-users] Travis build failing because of bad CRC

2017-11-23 Thread Christophe Demarey
> Le 23 nov. 2017 à 12:34, Norbert Hartl a écrit : > > > >> Am 23.11.2017 um 11:39 schrieb Christophe Demarey >> : >> >> Hi Norbert, >> >> I understand your point of view that others probably share. >> I also agree the situation is ver

Re: [Pharo-users] Travis build failing because of bad CRC

2017-11-24 Thread Christophe Demarey
Hi Norbert, > Le 23 nov. 2017 à 14:49, Norbert Hartl a écrit : > > If you are not confident about the diagnosis that's fine. But then it would > be cool to come up with a better one Sorry but I do not have a better diagnostic than yours today. > and not giving that "works for me ». This sent

Re: [Pharo-users] Travis build failing because of bad CRC

2017-11-24 Thread Christophe Demarey
Hi, The new server is now available to the world: http://file-pharo.inria.fr/ Could you test and tell me if you still encounter slowness and bad CRC? Christophe Note: latest data is not there since we still publish to files.pharo.org.

Re: [Pharo-users] Travis build failing because of bad CRC

2017-11-24 Thread Christophe Demarey
> Le 24 nov. 2017 à 11:53, Christophe Demarey a > écrit : > > Hi, > > The new server is now available to the world: http://file-pharo.inria.fr/ > Could you test and tell me if you still encounter slowness and bad CRC? In addition, could you test this this third server

Re: [Pharo-users] I love the launcher!!!!

2017-11-28 Thread Christophe Demarey
Hi Phil, > Le 26 nov. 2017 à 22:25, p...@highoctane.be a écrit : > > So, I try it on my CentOS 7 64 bit and... as there is no 64 bit version of > the launcher… Right. Can’t you use the 32 bit version? Anyway, I think it would be good to have a 64 bit version. Could you open an issue for that

[Pharo-users] files.pharo.org downloads => needs testers

2017-11-28 Thread Christophe Demarey
Hi all, We set up 2 new servers to replace (at least for some time) the problematic files.pharo.org server (slow downloads, bad CRC). Please, could you test these new servers and give us feedback to see if downloads are fast and nom ore CRC errors? * http://file-pharo.i

Re: [Pharo-users] I love the launcher!!!!

2017-11-29 Thread Christophe Demarey
> Le 28 nov. 2017 à 22:00, Stephane Ducasse a écrit : > > Christophe > > I think that we should remove the blessed folder. After we moved the file-server, I will do a big cleanup of pharo launcher files. I think I will only publish OS-packages (win,linux, OS X) and create a pharo-luacher fold

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Christophe Demarey
Thanks Ben and John for the first feedbacks. I also run a test on Travis CI: https://travis-ci.org/demarey/test-files-pharo-org/builds/308846128?utm_source=github_status&utm_medium=notification

Re: [Pharo-users] files.pharo.org downloads => needs testers

2017-11-29 Thread Christophe Demarey
Thanks to all of you for the tests. It is surprising how average speed can differ from a server to another according to the region. As Marcus, we will moved files.pharo.org on a server rented by the Pharo consortium (cloud provider). We hope to have better stability, we

Re: [Pharo-users] Pharo Launcher name

2017-12-18 Thread Christophe Demarey
I agree. We should rename it PharoLauncher. > Le 18 déc. 2017 à 03:05, Sean P. DeNigris a écrit : > > Mariano Martinez Peck wrote >> I also find having it called Pharo quite disturbing. PharoLauncher should >> be much better… > > +1. IIRC the original idea was that the launcher would be *the* w

[Pharo-users] [ANN] PharoLauncher v1.1 released!

2018-01-16 Thread Christophe Demarey
Hi all, I just released PharoLauncher 1.1. There are now 64-bits versions for Mac and Linux. Jenkins build is now managed through a Jenkins file. Here is the changelog (details on https://github.com/pharo-project/pharo-launcher/issues): New features: #66 new command: import an image int

Re: [Pharo-users] [ANN] PharoLauncher v1.1 released!

2018-01-18 Thread Christophe Demarey
> Le 18 janv. 2018 à 21:16, Stephane Ducasse a écrit : > > supe super col > Christophe? do have I just to replace the previous version and use > this one and I will get everything as before > but with the new version? yes. Only settings directory is different but it did not work very well b

Re: [Pharo-users] Packaging Pharo for many distributions at once

2014-09-24 Thread Christophe Demarey
Le 24 sept. 2014 à 11:00, Thierry Goubier a écrit : > Hi Damien, > > I would be interested in a zeroinstall [http://0install.net/] version :) A > cool system because it is user-level (no need to go into system admin mode). It looks interesting but requires the user to install 0install before

Re: [Pharo-users] Packaging Pharo for many distributions at once

2014-09-25 Thread Christophe Demarey
Le 24 sept. 2014 à 18:51, Damien Cassou a écrit : > On Wed, Sep 24, 2014 at 12:47 PM, Thierry Goubier > wrote: >> All non-native package managers have that issue. > > > nix included I know ... That's why native packages are still interesting even if it's difficult to manage various package d

Re: [Pharo-users] Versioneer. nice. mmMmmm...

2014-09-29 Thread Christophe Demarey
Hi Ben, Le 22 sept. 2014 à 18:23, Ben Coman a écrit : > > While I had done the Versioneer tutorial some time ago, I had some inertial > problem using it in anger. Now I'm happy to report using it just now to > update the ConfigurationOfPharoLauncher was simple and smooth - which is > great s

Re: [Pharo-users] Versioneer. nice. mmMmmm...

2014-09-30 Thread Christophe Demarey
Hi Kilon, Le 29 sept. 2014 à 19:24, kilon alios a écrit : > great tool, the only thing missing is a button to load the configurations What do you mean? > /versions. To load a version, select a version in the version list, rigth-click and select "load". Isn't it enough? smime.p7s Descripti

Re: [Pharo-users] Versioneer. nice. mmMmmm...

2014-09-30 Thread Christophe Demarey
Le 30 sept. 2014 à 11:15, kilon alios a écrit : > Not really, not if you are a begineer like me and does not come to mind to > right click on the entry. A GUI should have as button all the basic > functionality. Obviously not all functionality should be crammed into a GUI , > though depending

Re: [Pharo-users] Versioneer. nice. mmMmmm...

2014-10-03 Thread Christophe Demarey
Hi Kilon, Le 30 sept. 2014 à 15:53, kilon alios a écrit : > Actually the best thing to do when you 2 choices is to pick the third one. In > this case its what I call "double mode" , you see it quite frequently with > software synthesizer, as you can imagine a synthesizer is a complex > electro

Re: [Pharo-users] inria survey

2014-11-06 Thread Christophe Demarey
Le 6 nov. 2014 à 12:21, Bernat Romagosa a écrit : > What should I enter under "Establishment"? Is it the company/institution > where one works/studies? Yes, your company/institution where one works/studies smime.p7s Description: S/MIME cryptographic signature

Re: [Pharo-users] [ann] gtspotter: a moldable interface for spotting objects

2014-12-08 Thread Christophe Demarey
Hi Doru and all, Great work. All these tools are really moving the development experience a step forward :) I will try it ASAP. At this time, I just wonder if it is possible to search text in method sources. It is often useful. Another related thing I don't know how to do, is to refactor a set o

[Pharo-users] Nautilus groups

2015-02-10 Thread Christophe Demarey
Hello, We would like to know if some of you use Nautilus groups functionality: dynamic groups: 'Last modified packages', 'Most viewed classes', 'Work' user defined groups : from the menu, you can flatten the content of many packages and get all classes into the newly created group. We have the fe

Re: [Pharo-users] Nautilus groups

2015-02-10 Thread Christophe Demarey
Le 10 févr. 2015 à 16:39, Martin Bähr a écrit : > Excerpts from Christophe Demarey's message of 2015-02-10 14:28:19 +0100: >> We would like to know if some of you use Nautilus groups functionality: >> dynamic groups: 'Last modified packages', 'Most viewed classes', 'Work' > > do you mean 'last m

Re: [Pharo-users] GTTools and Mongo

2015-03-10 Thread Christophe Demarey
Really nice addition! Thanks Le 10 mars 2015 à 10:20, Torsten Bergmann a écrit : > After loading MongoTalk or VoyageMongo in Pharo 4 you can additionally > load the package: "Mongo-Pharo-Tools" from mongotalk repo on SmalltalkHub. > > This way you can browse your mongo database (collections an

Re: [Pharo-users] GTTools and Mongo

2015-03-11 Thread Christophe Demarey
Hi Phil, Le 11 mars 2015 à 08:48, p...@highoctane.be a écrit : > FWIW Mapless and its mongo support is quite awesome. I am using it for a > feature and it has tremendous potential. > I would be interested to have a small comparison between voyage and mapless (pros and cons). Do you have enoug

[Pharo-users] Jenkins build trigger

2015-03-11 Thread Christophe Demarey
Thanks to Esteban add-on on Smalltalkhub, it is now possible to notify Jenkins that there is a new package published for your project. What we do for now is to poll very often (each minute) smalltalkub to check if there is an update. It is a big waste of resources! Now we can do better! It would

Re: [Pharo-users] Pillar parser rewrite: PetitParser or not?

2015-03-12 Thread Christophe Demarey
Le 11 mars 2015 à 23:07, Tudor Girba a écrit : > I completely agree. > > I think there are mostly pros. It can be that the parsing will be slower, but > I do not think this is a critical issue for Pillar. not sure about the speed. I hope we will adopt pillar for class / packages comments. The

Re: [Pharo-users] Omit a method from a mc commit

2015-03-17 Thread Christophe Demarey
Hi, Le 17 mars 2015 à 00:27, Serge Stinckwich a écrit : > Hi all, > > is there any way to omit a method from a Monticello commit for example > in the case of containing a password that you don't want to publish ? If it is one shot, you can use kommiter to cherry pick the changes you want to co

Re: [Pharo-users] How to silently generate and remove code

2015-03-30 Thread Christophe Demarey
Le 30 mars 2015 à 09:10, Marcus Denker a écrit : > >> On 29 Mar 2015, at 10:32, stepharo wrote: >> >> Before that I would like that the compiler outputs classes definition in an >> environment (that can be the default one) but that can be the one >> I want and specified from the outside of th

[Pharo-users] GTSpotter with no results

2015-03-31 Thread Christophe Demarey
Hi, I would like to know if some of you already got this problem: when I open GTSpotter (with the shortcut) and I start to type quickly (before any result appears) in the text I'm searching for, I get no result at all. Even If I remove all characters from the search field, GTSpotter still prese

Re: [Pharo-users] GTSpotter with no results

2015-03-31 Thread Christophe Demarey
> wrote: > I got this error once or twice but could not reproduce it. > > > Cheers, > Andrei > > On Tue, Mar 31, 2015 at 10:47 AM, Christophe Demarey > wrote: > Hi, > > I would like to know if some of you already got this problem: when I open > GTS

Re: [Pharo-users] Gitfiletree unstable on Windows

2015-03-31 Thread Christophe Demarey
Le 31 mars 2015 à 16:29, Peter Uhnák a écrit : > Metacello new > baseline: 'FileTree'; > repository: 'github://dalehenrich/filetree:pharo4.0_dev/repository'; > load: 'Git' " > I thought that you needed to have GitFileTree loaded to have github:// and > Git support. Is that false? Does that

Re: [Pharo-users] Eating your own dog food (Site/Blog)

2015-04-08 Thread Christophe Demarey
There is a plan to have pillar rendering with TextModel. I don't think it will support the full pillar syntax. Le 8 avr. 2015 à 11:16, Norbert Hartl a écrit : > What you are after? A static site generator or a dynamic engine? Btw. what do > you use to render pillar inside the image to something

[Pharo-users] ZnUrl directory

2015-04-13 Thread Christophe Demarey
Hi, I just tried to evaluate: (ZnUrl fromString: 'file:///tmp/') directory and got 'tmp/' as result. I'm a bit suprised. Shouldn't it be '/tmp/' ? Be fore trying to fix I would like to be sure what is the expected behavior. Thanks, Christophe. smime.p7s Description: S/MIME cryptographi

Re: [Pharo-users] ZnUrl directory

2015-04-13 Thread Christophe Demarey
ved and instead use a File reference? Thanks for the reply. > >> On 13 Apr 2015, at 16:43, Christophe Demarey >> wrote: >> >> Hi, >> >> I just tried to evaluate: >> (ZnUrl fromString: 'file:///tmp/') directory >> and go

[Pharo-users] Versionner repository moved to PharoExtras

2015-04-23 Thread Christophe Demarey
Hi, I just moved the Versionner repository from http://smalltalkhub.com/#!/~demarey/Versionner/ to http://smalltalkhub.com/#!/~PharoExtras/Versionner/. It will ease contributions and it will be easier to find with other tools / library of Pharo. Regards, Christophe. smime.p7s Description: S/M

Re: [Pharo-users] Spec TreeModel dynamic contents

2015-05-21 Thread Christophe Demarey
Le 19 mai 2015 à 18:04, webwarrior a écrit : > I want to make a tree using TreeModel that reacts to changes in underlying > data - when an item changes, tree node for that item should update its state > (recompute its children, etc.). > > Rebuilding the whole tree is ok, as long as selections an

Re: [Pharo-users] Metacello changes in Pharo 3?

2014-03-13 Thread Christophe Demarey
Hi, I don't think there is a doc explaining differences between Metacello and Metacello 2 (also known as Metacello Preview) that is now used in Pharo 3.0. But here is the doc for Metacello 2: https://github.com/dalehenrich/metacello-work/blob/master/docs/MetacelloUserGuide.md You can also use V

Re: [Pharo-users] How to tell Versionner to load certain additional packages?

2014-03-28 Thread Christophe Demarey
Hello Sergi, Le 28 mars 2014 à 16:09, Sergi Reyner a écrit : > I created a ConfigurationOfArtie > (http://smalltalkhub.com/#!/~SergiReyner/Artie) that loads Bootstrap, > Magritte3, Pillar and ApplicationSecurity. I´d like it to load some other > packages like Magritte-Seaside or Bootstrap-Magr

Re: [Pharo-users] [ANN] BabyMock 2

2014-04-08 Thread Christophe Demarey
Hello, Thanks. Very nice library! I have a question: is it possible to expect a method to throw an Exception? I would like something like: protocol describe once: mock recv: #aMethod ; signal: anError. I did not find anything in the documentation. I don't

Re: [Pharo-users] [ANN] BabyMock 2

2014-04-09 Thread Christophe Demarey
Thanks Guillaume. It works well. With BabyMock2, the syntax is => aBlock Le 9 avr. 2014 à 11:13, Guillaume Larcheveque a écrit : > I think you can have your mock send an exception by using #answers:aBlock and > signal the exception in the block > > > 2014-04-08 15:58 GM

[Pharo-users] Versionner screencast

2014-04-22 Thread Christophe Demarey
Hello, I made a small screencast on Versionner to explain how to use it: https://www.youtube.com/watch?v=S5Dbmmln8tA Regards, Christophe. smime.p7s Description: S/MIME cryptographic signature

Re: [Pharo-users] [ANN] BabyMock 2

2014-04-23 Thread Christophe Demarey
Hi, Le 17 avr. 2014 à 19:22, Attila Magyar a écrit : > Hi Christophe, > > Sorry for my late response. You can use the following syntax to signal an > error in response to an incoming message: > > protocol describe >once: mock recv: #msg; >signals: Error. I did not notice this one. Than

Re: [Pharo-users] [ANN] BabyMock 2

2014-04-23 Thread Christophe Demarey
Le 23 avr. 2014 à 15:37, Attila Magyar a écrit : > Hi Christophe, > > I'm not sure I fully understand, are you referring to partial mocking? Where > you have a real object but with some mocked methods? If this is the case, > then no, this is not supported. Some people consider this as a test sme

Re: [Pharo-users] [ANN] BabyMock 2

2014-04-24 Thread Christophe Demarey
Le 23 avr. 2014 à 22:25, Attila Magyar a écrit : > Christophe Demarey wrote >> ... but sometimes, even in a well-designed class, you may need to test a >> very small part of this class, and in this case, you need a real object >> with some mocked methods. > > I as

Re: [Pharo-users] Versionner: Specifying un-configured packages as dependencies

2014-05-20 Thread Christophe Demarey
Hi, Le 20 mai 2014 à 15:01, Johan Fabry a écrit : > Hi all, > > I’m using Versionner to make a ConfigurationOf and things are working quite > well (thanks for that!) until I want to add the Roassal2Spec package as a > dependency. The dialog box only shows packages with a configuration, and >

Re: [Pharo-users] Versionner: Specifying un-configured packages as dependencies

2014-05-21 Thread Christophe Demarey
Le 20 mai 2014 à 22:53, Sean P. DeNigris a écrit : > Christophe Demarey wrote >> but it will not work as it is hosted on another repository > > Not that I'm recommending it, but if necessary, you could always copy it > into your project's repo to get around that (

Re: [Pharo-users] Versionner: Specifying un-configured packages as dependencies

2014-05-22 Thread Christophe Demarey
Le 22 mai 2014 à 01:02, Johan Fabry a écrit : > > On May 21, 2014, at 5:07 AM, Christophe Demarey > wrote: > >> To me, it is preferable to add a configuration (even if very small) for each >> dependency outside your project. It is the way it should be done (that&#

Re: [Pharo-users] Unintuitive behavior of class-side initialize

2014-08-28 Thread Christophe Demarey
Le 27 août 2014 à 19:04, p...@highoctane.be a écrit : > Yeah don't do super initialize unless you know why on the class side. > > That being said class side initialize is pretty cool when loading new > packages and setting everything up automagically. > In my opinion, it would be better to hav

Re: [Pharo-users] gtInspectorPresentation:, TreeModel, pragmas, visitors and polluting protocols

2015-06-18 Thread Christophe Demarey
Why not try to use TreeNodeModel to define different kind of nodes? On each node you can redefine the way to get children, the icon, etc. Then you give these nodes as the tree roots. Le 18 juin 2015 à 10:10, Peter Uhnák a écrit : > > > I don't fully understand the TreeModel example, what would

Re: [Pharo-users] stream not working with MemoryFileSystemFile

2015-07-01 Thread Christophe Demarey
Le 1 juil. 2015 à 14:42, Torsten Bergmann a écrit : > Christophe Demarey >> I tried to create an in-memory file as following: >> (MemoryFileSystemFile named: 'Foo') >> writeStreamDo: [ :stream | stream nextPutAll: 'bar' ] >> >> Then

[Pharo-users] loading with gofer without network

2015-07-01 Thread Christophe Demarey
Hi, I'm trying to load a package (mcz) from the package cache with Gofer. |gofer| gofer := Gofer new repository: MCCacheRepository uniqueInstance; repository: (MCSmalltalkhubRepository owner: 'Seaside' project: 'Grease11'); version: 'Grease-Core-JohanBrichau.94'; d

Re: [Pharo-users] Request to put up my under-development application for automated build

2015-07-09 Thread Christophe Demarey
Le 9 juil. 2015 à 10:17, Stephan Eggermont a écrit : > On 09-07-15 09:47, Peter Uhnák wrote: >> As I've been through this just a week ago... >> >> 1. register for CI https://ci.inria.fr/ >> 2. request participation in pharo-contribution >> 3. _read documentation_ >> 4. https://ci.inria.fr/pharo-

Re: [Pharo-users] Becoming good at VM development

2015-08-28 Thread Christophe Demarey
Hi Le 28 août 2015 à 10:11, Ichiseki a écrit : > Hi > hello to everyone & everybody > I am interesting in going deeply into VM design, development, optimization, > etc. I know a lot of Haskell, a good amount of C and some languages that use > VM like Python, Lua and Pharo of course. > What would

Re: [Pharo-users] Mocking ZnClient

2015-09-14 Thread Christophe Demarey
It is very easy to do by using BabyMock2 for example Le 14 sept. 2015 à 15:31, Damien Cassou a écrit : > Hi, > > I need to write unit tests for code that fetches data on the web through > ZnClient. Is there a way to temporarily replace all creations of > ZnClient instances by instances of anothe

Re: [Pharo-users] [Pharo-dev] TestAsserter>>assertCollection:hasSameElements:

2015-10-24 Thread Christophe Demarey
Hi Peter, Le 24 oct. 2015 à 20:36, Peter Uhnák a écrit : > bump? :) > > On Tue, Sep 29, 2015 at 12:57 AM, Peter Uhnák wrote: > How practical it is to do set-based comparison in > TestAsserter>>assertCollection:hasSameElements: ? > > For example #(1 1 2) has same elements as #(1 2) which may m

Re: [Pharo-users] Basic versioning of GitHub repositories from within Pharo

2015-11-30 Thread Christophe Demarey
Hi, Le 29 nov. 2015 à 20:00, Dimitris Chloupis a écrit : > And there lies the trap. > > If you end up making something that works with everything, you will create > something that just works with everything instead of something that works > very well with one thing. could be. But we do not wa

Re: [Pharo-users] About GTSpotter matching

2015-12-08 Thread Christophe Demarey
Hi, By the way, is it possible to have exact match now? At least, I expect to have expect match on the top of the result list. A simple use case, open Spotter search number dive into implementors category The exact matches are lost in the middle of hundreds of other selectors. This way, it is ve

Re: [Pharo-users] When a metaclass is initialised by the system ?

2015-12-08 Thread Christophe Demarey
yes, we miss a package initialize method ... Le 8 déc. 2015 à 16:35, Mariano Martinez Peck a écrit : > Dimitris, > > Relying in class side initialize is not very cool. Mostly, because it's hard > to know EXACTLY when Monticello will send it. For sure it's the first time > you load that class.

Re: [Pharo-users] CI build stuck?

2015-12-23 Thread Christophe Demarey
Le 23 déc. 2015 à 00:32, Johan Fabry a écrit : > Hi all, > > I noticed that since some days the CI builds for LRP are stuck, they take > forever and don’t do anything. I thought it was aCI issue and the dev team > was aware of this and it might clear itself up after some time but apparently >

Re: [Pharo-users] Versionner and package dependencies

2016-01-04 Thread Christophe Demarey
Hi Cyril, Le 30 déc. 2015 à 10:17, Ferlicot D. Cyril a écrit : > Hi, > > I wanted to use versionner to manage some existing configurations but in > one of these configuration there is some dependencies on packages that > have no project. > > For example in the baseline there is: > > spec

Re: [Pharo-users] [Pharo-dev] Pharo-contribution down

2016-01-04 Thread Christophe Demarey
yes, a problem on the CI infrastructure. IT team told me it will be fixed tomorrow Le 2 janv. 2016 à 18:51, Esteban Lorenzano a écrit : > everything is down > I think we need to wait ‘till monday to fix it :( > > Esteban > >> On 02 Jan 2016, at 18:39, Damien Cassou wrote: >> >> The Jenkins fo

Re: [Pharo-users] Versionner and package dependencies

2016-01-04 Thread Christophe Demarey
Le 4 janv. 2016 à 10:52, Ferlicot D. Cyril a écrit : > Le 04/01/2016 10:44, Christophe Demarey a écrit : >> Hi Cyril, >> >> It is not something we want in Versionner. >> An external project *must* have a configuration to refer to it. If not, >> you will take r

Re: [Pharo-users] [Pharo-dev] Pharo-contribution down

2016-01-05 Thread Christophe Demarey
pharo-contribution is now alive but a lot of jobs in the queue. It will take time to flush it Le 4 janv. 2016 à 13:14, Christophe Demarey a écrit : > yes, a problem on the CI infrastructure. > IT team told me it will be fixed tomorrow > > Le 2 janv. 2016 à 18:51, Esteban Loren

Re: [Pharo-users] Understanding the role of the sources file

2016-01-13 Thread Christophe Demarey
Le 13 janv. 2016 à 10:57, Dimitris Chloupis a écrit : > I was adding a short description to the UPBE about sources file , I always > thought that the sources file is the file that contains the source code of > the image because the image file itself stores only the bytecode. > > However its j

[Pharo-users] Smalltalkhub scheduled maintenance next monday (February, 1st)

2016-01-29 Thread Christophe Demarey
Hello, Smalltalk will be down next monday (february, 1st) from 12:30 to 13:30 (french local time). IT will add storage to the root partition. Regards, Christophe

[Pharo-users] Smalltalkhub scheduled maintenance today (February, 22nd)

2016-02-22 Thread Christophe Demarey
Hello, Smalltalk will be down today (february, 22nd) from 12:30 to 13:30 (french local time). IT will add storage to the root partition (last maintenance finally did not take place). Regards, Christophe

Re: [Pharo-users] Smalltalkhub scheduled maintenance today (February, 22nd)

2016-02-22 Thread Christophe Demarey
Smalltalkhub is now back on line! Le 22 févr. 2016 à 10:59, Christophe Demarey a écrit : > Hello, > > Smalltalk will be down today (february, 22nd) from 12:30 to 13:30 (french > local time). > IT will add storage to the root partition (last maintenance finally did no

[Pharo-users] Re : Re: [Pharo-dev] help needed for testing the order in spotter

2016-02-24 Thread Christophe Demarey
Hi Doru, I don't see a better way to have beta-testers than having your code on the pharo alpha image ;) You will have very soon feedback and then you can iterate. Cheers, Christophe

Re: [Pharo-users] Pb with the CI @ INRIA?

2016-02-26 Thread Christophe Demarey
Hi Alex, Could you provide the link to the job providing this output? Le 26 févr. 2016 à 09:57, Alexandre Bergel a écrit : > Hi! > > We regularly get this error: > > Failed to read test report file /builds/workspace/roassal2/Roassal2GT-Test.xml > org.dom4j.DocumentException: Error on line 27 o

  1   2   >