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

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

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 GMT+02:00 Christophe Demarey

[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. Thanks! I

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 smell,

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 assume that there is a method need

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 (or I think you can specify

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 christophe.dema...@inria.fr 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's why

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 have a

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 thierry.goub...@gmail.com 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

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 since

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 Description:

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 on

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 electronic

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] 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

[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

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

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 and

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. Then,

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 enough

[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

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 steph...@free.fr 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

[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

Re: [Pharo-users] GTSpotter with no results

2015-03-31 Thread Christophe Demarey
...@gmail.com 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 christophe.dema...@inria.fr wrote: Hi, I would like to know if some of you already got this problem: when I open GTSpotter (with the shortcut

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 mean

[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:

[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

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

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 and

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

[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';

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 I get an improper store into ByteArray. It looks like Character

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

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.

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 be a

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

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

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] [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

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: > >

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 tak

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] 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

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

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-06-06 Thread Christophe Demarey
Hi Doru, I think most people understand the great value of moldable tools. Maybe not all will use moldability but is a big plus to have. So, keep pushing! I just think we miss time to make the GT Debugger dealt view as productive as the spec debugger. There are users that do not use shortcuts

Re: [Pharo-users] library for comparing semver versions

2016-05-27 Thread Christophe Demarey
Hi Peter, > Le 27 mai 2016 à 14:21, Peter Uhnak a écrit : > > Hi, > > is there any library available that can compare versions according to > SemVer? http://semver.org/ You can check the SemanticVersion class from CargoPackageManager-Minimal at

Re: [Pharo-users] One comment to new Pharo5 debugger

2016-05-26 Thread Christophe Demarey
Hi Sabine, this point was also « discussed » (no answer) here: http://forum.world.st/gtdebugger-debug-actions-buttons-td4874316.html Yes, the new buttons are counter-productive and there is even no setting to have them

Re: [Pharo-users] File Policy

2016-06-22 Thread Christophe Demarey
> Le 22 juin 2016 à 14:05, Valentin Ryckewaert > a écrit : > > Hello everyone, > > i'm currently working on making Pharo able to manage if it writes on his > files.I created a class which can define it, then I'm already able, for > example, to define if Pharo

Re: [Pharo-users] #inform: Changed in 5.0?

2016-06-20 Thread Christophe Demarey
Hi Sean, > Le 17 juin 2016 à 17:10, Sean P. DeNigris a écrit : > > During startup, I do `UIManager default inform: aString`. It used to show a > Growl morph, but now opens a debugger. Did something change? If so, why and > how do I circumvent the debugger? Thanks. With

Re: [Pharo-users] Pharo Launcher

2016-06-17 Thread Christophe Demarey
> Le 17 juin 2016 à 12:00, Serge Stinckwich <serge.stinckw...@gmail.com> a > écrit : > > On Fri, Jun 17, 2016 at 10:22 AM, Christophe Demarey > <christophe.dema...@inria.fr> wrote: >> Hi, >> >> I just updated Pharo Launcher. A new version 0.

Re: [Pharo-users] Pharo Launcher

2016-06-17 Thread Christophe Demarey
Now fixed. I replaced the DMG on files.pharo.org. Thanks for the report > Le 17 juin 2016 à 13:34, Christophe Demarey <christophe.dema...@inria.fr> a > écrit : > >> >> Le 17 juin 2016 à 12:00, Serge Stinckwich <serge.stinckw...@gmail.com> a >> écrit :

[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] 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] 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

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

2016-02-26 Thread Christophe Demarey
. I will check. Le 26 févr. 2016 à 15:14, Aliaksei Syrel a écrit : > It is because image crashed without saving logs. More likely slave used to > build has no cairo installed. > > Cheers, > Alex > > On Fri, Feb 26, 2016 at 2:47 PM, Christophe Demarey > <christo

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

2016-02-26 Thread Christophe Demarey
For this job, the image crashes because of an OutOfMemory as you can check here: https://ci.inria.fr/moose/job/roassal2/2253/console Le 26 févr. 2016 à 16:01, Christophe Demarey a écrit : > Thanks for the link. > > The ugly java stack trace is because the junit result publishe

[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] Moose-Algos-Graph Library in Pharo 5

2016-04-25 Thread Christophe Demarey
Hi, Moose-Algos-Graph contains very classical algorithmes applying on graphes (Breadth-first search, dijkstra, tarjan, topological sorting, etc). It is now in Pharo 5 because it is used by the dependency analyser. As Alexandre said, there are almost no documentation and it is not so easy to

Re: [Pharo-users] Moose-Algos-Graph Library in Pharo 5

2016-04-28 Thread Christophe Demarey
e, Alexandre, i will give it a try How can i load > "Moose-Tests-Algos-Graph" into Pharo 5.0? > > Thanks, Volkert > > On 25.04.2016 10:23, Christophe Demarey wrote: >> Hi, >> >> Moose-Algos-Graph contains very classical algorithmes applying on graphe

Re: [Pharo-users] Image not starting

2016-07-12 Thread Christophe Demarey
I would try to run pharo through strace (http://linux.die.net/man/1/strace ). This way, you will probably see a system call trying to write to a file in read-only mode. Hope this helps. Christophe > Le 12 juil. 2016 à 15:33, Valentin Ryckewaert

Re: [Pharo-users] Pharo Launcher

2016-06-28 Thread Christophe Demarey
es. Thanks for the feedback. Christophe > > Thanks, > > Tim > > > > Sent from my iPhone >> On 17 Jun 2016, at 13:10, Christophe Demarey <christophe.dema...@inria.fr> >> wrote: >> >> Now fixed. I replaced the DMG on files.pharo.org. >

Re: [Pharo-users] Code loading/unloading order

2017-01-26 Thread Christophe Demarey
> Le 26 janv. 2017 à 12:25, webwarrior a écrit : > > Thanks. > > Reason why I ask is because I ran into some issues with slots that depended > on other classes in the package (when creating slot, like SomeSlot new > valueClass: SomeOtherClass). I had to move slots into

Re: [Pharo-users] Issue with Iceberg

2017-02-17 Thread Christophe Demarey
curl get.pharo.org/vmLatest60 | bash > Le 17 févr. 2017 à 14:48, Alexandre Bergel a écrit : > > Getting the latest unstable VM is a bit mysterious. Where to get it? > Is it available here: > http://files.pharo.org/vm/pharo/mac/ > ? > No idea > > The latest VM on the

[Pharo-users] STON encoding of slashes

2017-01-18 Thread Christophe Demarey
Hi, I just noticed that STON encoding of forward slashes changed. STON toString: 'g...@github.com:foo/bar.git’ => ''g...@github.com:foo\/bar.git’' It used to be ''g...@github.com:foo/bar.git’’. Is it on purpose? Thanks, Christophe

Re: [Pharo-users] Iceberg and git workflow

2016-09-12 Thread Christophe Demarey
Hi Holger, I think your scenario is not covered by Iceberg. It could be a nice feature but not one of the most important. Nicolas will answer but I think he focuses on most common scenarios. In my case, what I miss is to be able to choose what I want to commit. Nicolas already planned to add

Re: [Pharo-users] Iceberg and git workflow

2016-09-13 Thread Christophe Demarey
> Le 12 sept. 2016 à 22:20, Stephan Eggermont <step...@stack.nl> a écrit : > > On 12/09/16 21:51, Christophe Demarey wrote: >> I think your scenario is not covered by Iceberg. It could be a nice feature >> but not one of the most important. > > Why do y

Re: [Pharo-users] loading petitParser

2017-03-28 Thread Christophe Demarey
yes because the current way to load projects is: Metacello new configuration: 'PetitParser'; smalltalkhubUser: 'Moose' project: 'PetitParser'; load. if you want to load a specific group, you should use the #load: message (current groups are Core, Tests, Parser and ParserIDE). Default

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

[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
ion of the windows VM? > > On Tue, Jul 18, 2017 at 10:48 AM, Christophe Demarey > <christophe.dema...@inria.fr <mailto:christophe.dema...@inria.fr>> wrote: > Hi, > > I would like to evaluate a Smalltalk expression in a forked process (i.e. > something lik

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 >

[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

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

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

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

Re: [Pharo-users] (no subject)

2017-09-21 Thread Christophe Demarey
inworld.com > <mailto:b...@openinworld.com>> wrote: > On Thu, Sep 14, 2017 at 8:25 PM, Christophe Demarey > <christophe.dema...@inria.fr <mailto:christophe.dema...@inria.fr>> wrote: > > Hi, > > > > I published an update of the Launcher yesterday fixing some

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

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-14 Thread Christophe Demarey
> Le 14 sept. 2017 à 14:55, stephan <step...@stack.nl> 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-14 Thread Christophe Demarey
Hi Serge, > Le 14 sept. 2017 à 14:59, Serge Stinckwich <serge.stinckw...@gmail.com> a > écrit : > > On Thu, Sep 14, 2017 at 2:25 PM, Christophe Demarey > <christophe.dema...@inria.fr <mailto:christophe.dema...@inria.fr>> wrote: > Hi, > > I published

Re: [Pharo-users] (no subject)

2017-09-14 Thread Christophe Demarey
Hi Stephan, > Le 14 sept. 2017 à 14:49, stephan <step...@stack.nl> 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-versi

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-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

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

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

2017-10-11 Thread Christophe Demarey
> Le 11 oct. 2017 à 12:10, stephan <step...@stack.nl> 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

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

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 <b...@openinworld.com> a écrit : > > On Thu, Oct 12, 2017 at 3:43 PM, Christophe Demarey > <christophe.dema...@inria.fr <mailto:christophe.dema...@inria.fr>> wrote: > Hi Vitor, > >> Le 11 oct. 2017 à 13:4

[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

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

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.

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 > >

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"

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

2017-10-11 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

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? *

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.

  1   2   >