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

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

Re: [Pharo-users] [Metacello] about required list

2016-03-29 Thread Christophe Demarey
> Le 28 mars 2016 à 22:36, Dale Henrichs a > écrit : > > Stef, > > You don't need to repeat packages in the requires statement. Requiring > 'Math-DistributionGamma' is sufficient to pick up 'Math-Core', > 'Math-DHB-Numerical', 'Math-Series', and 'Math-Core-Distribution' as > requirements as

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 comb

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

2016-04-28 Thread Christophe Demarey
exandre, 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 graphes &g

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 usab

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 http://smalltalkhub.com/#!/~demarey/CargoPackage

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

[Pharo-users] Pharo Launcher

2016-06-17 Thread Christophe Demarey
Hi, I just updated Pharo Launcher. A new version 0.2.11 is available. Here are the change log: move Pharo Launcher to the latest stable pharo image: pharo 5.0. It implies That Pharo Launcher is now shipped with Spur VM. allow an easy download of the new beta image: pharo 6.0 the Launcher now come

Re: [Pharo-users] Pharo Launcher

2016-06-17 Thread Christophe Demarey
> Le 17 juin 2016 à 12:00, Serge Stinckwich a > écrit : > > On Fri, Jun 17, 2016 at 10:22 AM, Christophe Demarey > wrote: >> Hi, >> >> I just updated Pharo Launcher. A new version 0.2.11 is available. >> Here are the change log: > > Great

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 a > écrit : > >> >> Le 17 juin 2016 à 12:00, Serge Stinckwich a >> écrit : >> >> On Fri, Jun 17, 2016 at 10:22 AM, Christophe Dem

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 the introduction of the s

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 writes on pharo.changes or not.

Re: [Pharo-users] Pharo Launcher

2016-06-28 Thread Christophe Demarey
Christophe > > Thanks, > > Tim > > > > Sent from my iPhone >> On 17 Jun 2016, at 13:10, Christophe Demarey >> wrote: >> >> Now fixed. I replaced the DMG on files.pharo.org. >> Thanks for the report >> >>>> Le 17

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 > a écrit : >

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 th

Re: [Pharo-users] Iceberg and git workflow

2016-09-12 Thread Christophe Demarey
> Le 12 sept. 2016 à 22:20, Stephan Eggermont 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 you think so? In my mind, the t

[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] STON encoding of slashes

2017-01-18 Thread Christophe Demarey
> Le 18 janv. 2017 à 09:51, Sven Van Caekenberghe a écrit : > > Hi Christophe, > >> On 18 Jan 2017, at 09:30, Christophe Demarey >> wrote: >> >> Hi, >> >> I just noticed that STON encoding of forward slashes changed. >> >

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 separate package to > mak

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 files.pharo.org is tagged as

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 will

Re: [Pharo-users] What oo/modelling books/articles do we recommend these days?

2019-03-26 Thread Christophe Demarey
http://books.pharo.org/learning-oop/ ? > Le 26 mars 2019 à 11:09, Tim Mackinnon a écrit : > > Looking a bit further - Chapter 3 of: > http://sdmeta.gforge.inria.fr/FreeBooks/STandOO/Smalltalk-and-OO.pdf > > (Smalltalk and

[Pharo-users] [ANN] Pharo Launcher 1.8.1 released

2019-03-28 Thread Christophe Demarey
Hi all, Pharo Launcher 1.8.1 has just been released! It is available from http://pharo.org/download . Here is the changelog: Bug fixes: #326 Edit image description doesn't update when editing existing description #325 Instance of MacProcess did not understand #waitFo

[Pharo-users] [ANN] Pharo Launcher 1.9.1 released

2019-07-08 Thread Christophe Demarey
Hi all, We are pleased to announce Pharo Launcher 1.9.1 release! The goal of this release is to have a better Windows support. Indeed Pharo Launcher now uses a new library OSWinSubprocess (https://github.com/pharo-contributions/OSWinSubprocess

Re: [Pharo-users] [ANN] Pharo Launcher 1.9.1 released

2019-07-08 Thread Christophe Demarey
Better with the right url: https://files.pharo.org/pharo-launcher/1.9.1 <https://files.pharo.org/pharo-launcher/1.9.1> > Le 8 juil. 2019 à 10:32, Christophe Demarey a > écrit : > > Hi all, > > We are pleased to announce Pharo Launcher 1.9.1 release! > The goal o

Re: [Pharo-users] [Pharo-dev] [ANN] Pharo Launcher 1.9.1 released

2019-07-09 Thread Christophe Demarey
ersion is always the 64-bits one. > which one is for mac? > S > >> On 8 Jul 2019, at 10:32, Christophe Demarey > <mailto:christophe.dema...@inria.fr>> wrote: >> >> Hi all, >> >> We are pleased to announce Pharo Launcher 1.9.1 release! >&

Re: [Pharo-users] [Pharo-dev] [ANN] OSWinSubprocess a library to spawn Windows System processes

2019-07-09 Thread Christophe Demarey
Hi Torsten, > Le 8 juil. 2019 à 20:44, Torsten Bergmann a écrit : > > Without having a deeper look I guess what was done for Windows now is > wrapping the usual STARTUPINFO, CreateProcess() > functions and friends yet again … Indeed. A subtle difference is that we use the Unicode version of t

Re: [Pharo-users] Pharo launcher

2019-10-08 Thread Christophe Demarey
Hi Ilker, It looks like you got the same issue as https://github.com/pharo-project/pharo-launcher/issues/349 If you do not run Pharo Launcher from cmd line or unzip is not in the path, it should works fine (waiting for a proper fix). Please try to delete corrupted VMs (you can use Pharo Launcher

Re: [Pharo-users] Migration from Spec to Spec2

2020-01-24 Thread Christophe Demarey
Hi Kasper, > Le 24 janv. 2020 à 20:14, Kasper Østerbye a écrit > : > Do not silently delete features. Be brave and include a method oddRowColor > with a comment saying it is not going to be implemented in this version, and > why I add the same issue and I wrote a small fix for TablePresenter.

Re: [Pharo-users] Migration from Spec to Spec2

2020-01-27 Thread Christophe Demarey
> Le 27 janv. 2020 à 13:36, Guillermo Polito a > écrit : > > Be careful, this is no solution but a patch that will work in some cases > only, it is an architectural violation. Yes, true. I needed the functionality fast and was proposed to use this solution as workaround for now. For now, th

[Pharo-users] [ANN] Pharo Launcher 2.0 released!

2020-04-17 Thread Christophe Demarey
Hi all, Pharo Launcher 2.0 has just been released! It is available from http://pharo.org/download . This new version introduces major changes: The UI has been fully rewritten using the new Spec2 framework and the Commander2 library

Re: [Pharo-users] [Pharo-dev] [SPAM] Re: [ANN] Pharo Launcher 2.0 released!

2020-04-18 Thread Christophe Demarey
Hi Graham, > Le 18 avr. 2020 à 11:30, Graham McLeod a écrit : > > Hi > > This looks like a major update with some very welcome features and improved > UI. > Very welcome and thanks for the work! > > One item I would like to see is a mention in the help on implications of > upgrading from t

Re: [Pharo-users] Pharo.org is down?

2020-04-18 Thread Christophe Demarey
Yes, was down. I restarted it. > Le 18 avr. 2020 à 14:07, Tim Mackinnon a écrit : > > Is there planned maintenance on pharo.org? Is been down for a while today….

Re: [Pharo-users] [ANN] Pharo Launcher 2.0 released!

2020-04-20 Thread Christophe Demarey
Hi Tomaz, > Le 19 avr. 2020 à 19:36, Tomaž Turk a écrit : > > Congratulations on the new launcher! The experience is far better than with > the previous version, nice work! thanks. > I noticed something peculiar - I have two computers and am syncing the > folders structure between them. If I

Re: [Pharo-users] [ANN] Pharo Launcher 2.0 released!

2020-04-20 Thread Christophe Demarey
/‘ > <https://pharo-project.github.io/pharo-launcher/create-images/%E2%80%98> > > Any way of doing that ? > > > > Cheers, > > Cédrick > > > >> Le 17 avr. 2020 à 18:08, Christophe Demarey > <mailto:christophe.dema...@inria.fr>> a é

Re: [Pharo-users] Deleting images / saving as - in Pharo Launcher auncher

2020-05-14 Thread Christophe Demarey
Hi Cédrick, > Le 7 mai 2020 à 08:24, Cédrick Béler a écrit : > > Hi Christophe, > > > This version is definitely cooler :) Thanks > I just wander as for the previous version why deleting image can take some > time, whereas it’s quick to delete the image repository. Is it normal ? In Pharo,

Re: [Pharo-users] smalltalkhub down

2020-07-13 Thread Christophe Demarey
Hi all, Sorry for the downtime. Smalltalkhub should be up again. Also, even if it is not yet fully ready, you can take a look at the static version of smalltalkhub: http://static.smalltalkhub.com/ Regards > Le 13 juil. 2020 à 17:20, Offray Vladimir Luna Cárdenas > a écrit : > > I can confirm

Re: [Pharo-users] smalltalkhub down

2020-07-16 Thread Christophe Demarey
Hi Sven, > Le 13 juil. 2020 à 21:19, Sven Van Caekenberghe a écrit : > > Hi Christophe, > > Thanks a lot for taking care. > > About the static version: that already looks great, it even has a search > interface. > > What functionality is still missing if I may ask ? Do you need help ? No fu

Re: [Pharo-users] Iceberg: Installing a baseline from a self hosted Git/Gitea repository branch

2020-07-16 Thread Christophe Demarey
Hi Offray, You can also use something like: location := FileLocator localDirectory / 'iceberg' / 'pharo-contributions' / 'taskit'. (IceRepositoryCreator new location: location; remote: (IceGitRemote url: 'https://github.com/pharo-contributions/taskit.git'); createReposit

Re: [Pharo-users] Metacello, Github and Cryptography

2020-07-17 Thread Christophe Demarey
Hi Francis, > Le 16 juil. 2020 à 16:43, Francis via Pharo-users > a écrit : > > > De: Francis > Objet: Metacello, Github and Cryptography > Date: 16 juillet 2020 à 16:43:34 UTC+2 > À: pharo-users@lists.pharo.org > > > Hi Guys, > > I'm looking for a guide on how to load a project from githu

[Pharo-users] [ANN] Pharo Launcher 2.2 released!

2020-07-20 Thread Christophe Demarey
/pharo-launcher/releases/tag/2.1 (not announced, was buggy). Regards > Le 17 avr. 2020 à 18:08, Christophe Demarey a > écrit : > > Hi all, > > Pharo Launcher 2.0 has just been released! It is available from > http://pharo.org/download <http://pharo.org/download

[Pharo-users] Smalltalkhub is now in archive mode (static version)

2020-08-27 Thread Christophe Demarey
Hi all, Since May, Smalltalk is in read-only mode, allowing people to get back their data and move it to another forge if needed. We had several unexpected downtimes with the deprecated version of Smalltalkub (different software stack due to server migration). To enhance the user experience, we

[Pharo-users] Re: SmalltalkHub download problem

2020-10-08 Thread Christophe Demarey
Hi Bruno, > Le 7 oct. 2020 à 20:08, bruno buzzi brassesco a > écrit : > > Hi, > > Trying to download: > http://www.smalltalkhub.com/mc/PharoExtras/XPath/main/ConfigurationOfXPath-monty.169.mcz > > > or

[Pharo-users] Re: [ANN] New Pharo VM released (v8.6.1)

2020-11-03 Thread Christophe Demarey
Hi Tom, Pharo Launcher downloads VMs as a zip archive (HTTP GET) and then extract it to the desired path. Probably Kaspersky puts a flag on files downloaded from the web until you explicitly give your approbation that it is not a malicious software. Maybe you can configure Kaspersky to whitelist

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

2018-01-25 Thread Christophe Demarey
Hi Mariano, > Le 25 janv. 2018 à 12:33, Mariano Martinez Peck a > écrit : > > Hi Christoph, > > One issue I am having is that the Launch without settings is actually running > the settings anyway... (it was not the case before). > > Do you see this as well? Hum, yes I’m able to reproduce t

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

2018-01-25 Thread Christophe Demarey
> Le 25 janv. 2018 à 13:54, Christophe Demarey a > écrit : > > Hi Mariano, > >> Le 25 janv. 2018 à 12:33, Mariano Martinez Peck a >> écrit : >> >> Hi Christoph, >> >> One issue I am having is that the Launch without settings is actually

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

2018-01-25 Thread Christophe Demarey
> Le 25 janv. 2018 à 14:46, Mariano Martinez Peck a > écrit : > > Thanks Christophe, > > Is there a way to update my existing Launcher image or should I wait until > you release a future binary (no problem, I can wait). > > Thanks! > > On Thu, Jan 25, 201

Re: [Pharo-users] Iceberg and resource files

2018-01-29 Thread Christophe Demarey
Hi Ken, > Le 27 janv. 2018 à 15:38, kmo a écrit : > > I don't understand how iceberg handles resource files that you might also > like to version along with the pharo code. For now, Iceberg do not really handle these files but it is planned in a next future. > Say I have an CSV file and a tex

Re: [Pharo-users] Black screen on Mac OSX

2018-03-27 Thread Christophe Demarey
Hi Hilaire, I think the problem comes from the VM shipped. If the VM is too old, it does not work well on recent distributions. You could try to use the stable VM of Pharo 4 instead and it should work. Christophe > Le 26 mars 2018 à 14:19, H. Fernandes a écrit : > > Hi, > > I just noted DrGe

Re: [Pharo-users] Launcher User Templates

2018-03-28 Thread Christophe Demarey
Hi Sean, > Le 27 mars 2018 à 16:04, Sean P. DeNigris a écrit : > > How would I make my own images available via Launcher. Where can I read about > this or can you point me to a hook? Thanks! If you mean "How would I make my own templates available via Launcher? » then, you can check: https://

Re: [Pharo-users] Launcher User Templates

2018-03-29 Thread Christophe Demarey
> Le 28 mars 2018 à 21:55, Sean P. DeNigris a écrit : > > demarey wrote >> If you mean "How would I make my own templates available via Launcher? > > Yes, that's it. Sorry about the wrong terminology! No problem! Does the doc answer your needs?

Re: [Pharo-users] Launcher User Templates

2018-03-29 Thread Christophe Demarey
> Le 29 mars 2018 à 19:14, Sean P. DeNigris a écrit : > > demarey wrote >> Does the doc answer your needs? > > It clearly describes current options, but I think I will have to extend, > especially because some of the templates would come from CI for private > projects. I'll keep you posted! I

Re: [Pharo-users] Launcher User Templates

2018-03-29 Thread Christophe Demarey
> Le 30 mars 2018 à 01:05, Sean P. DeNigris a écrit : > > CyrilFerlicot wrote >> I also have a way to add a private Jenkins, but I need to clean it >> before integrating it to the Pharo Launcher. > > Cool :) In my case, I'm wanting to integrate with GitLab CI. That said, I'm > definitely intere

Re: [Pharo-users] Launcher User Templates

2018-04-04 Thread Christophe Demarey
> Le 31 mars 2018 à 06:02, Sean P. DeNigris a écrit : > > CyrilFerlicot wrote >> Maybe gitlab has such tokens? > > Yes, Gitlab artifacts can be accessed that way: > > # Reference https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts > # Project ID available in general settings > curl --lo

[Pharo-users] [Pharo-Launcher] call for tests on Windows

2018-04-16 Thread Christophe Demarey
Hi, Regarding the various problems Pharo Launchers had on Windows, we worked on a new installer based on Advanced Installer [1] to avoid UAC (User Account Control) and write permissions problems. This new installer now installs Pharo Launcher in the user’s local app data folder (where for sure,

Re: [Pharo-users] Launcher not launching

2018-04-25 Thread Christophe Demarey
Hello, > Le 25 avr. 2018 à 11:57, Jan Blizničenko a écrit : > > Hello > > On Windows 10, I updated launcher from the one on > https://ci.inria.fr/pharo/view/Launcher/job/Package-and-Publish-Launcher-stable-Win/ > (1.0.1) to the one now on official website http://pharo.org/web/download > (1.1),

Re: [Pharo-users] Problem with PharoLauncher on Ubuntu 18.04 (64 bit)

2018-05-29 Thread Christophe Demarey
Hi Francisco, > Le 29 mai 2018 à 00:30, Francisco Lizarralde > a écrit : > > Hi all, > > I was using the PharoLauncher (32 bits) version on Ubuntu 14.04 (32 bits) > without problem. But two days ago I installed Ubuntu 18.04 (64 bits) and > tried to run PharoLauncher-linux-1.1-x64 and when I tr

Re: [Pharo-users] Problem with PharoLauncher on Ubuntu 18.04 (64 bit)

2018-05-31 Thread Christophe Demarey
Hi Francisco, I now get your problem. You tried to run a Pharo 6.1 32-bits image that requires a 32-bit VM on a 64-bit system. It is doable but to do that, you first need to install 32-bit libraries required by Pharo VM. If you do not want to do that, you could simply try to use a 64-bit version

Re: [Pharo-users] How to contribute to Pharo Launcher?

2018-06-15 Thread Christophe Demarey
Hi Tim, > Le 14 juin 2018 à 18:48, Tim Mackinnon a écrit : > > Is PharoLauncher using git - there is a note saying the StHub repo is about > to be moved? > > I ask as I wanted to contribute a simple change that shows the modified date > of the images and lets you sort by that (I sometimes for

Re: [Pharo-users] How to contribute to Pharo Launcher?

2018-06-19 Thread Christophe Demarey
Hi Tim, Thanks a lot for your contributions. Looks good to me. It is a nice addition. Could you open an issue https://github.com/pharo-project/pharo-launcher/issues/new so that we can keep a trace of your contribution (we open issues for features / improvements also)? Thanks also to Cyril who

Re: [Pharo-users] How to contribute to Pharo Launcher?

2018-06-19 Thread Christophe Demarey
gt; > Ironically its quite nicely structured code - although it could do with a few > more tests - so maybe thats one to double up on. > > Tim > >> On 19 Jun 2018, at 09:51, Christophe Demarey >> wrote: >> >> Hi Tim, >> >> Thanks a lot for you

[Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-19 Thread Christophe Demarey
Hi all, I just released PharoLauncher 1.2. It includes a new windows installer that you can use without administrator privileges as well as binary signing for OS X and Windows. Also, Pharo Launcher is not anymore identified as ‘Pharo’ application and comes with its own icon. Here is the change

Re: [Pharo-users] [Pharo-dev] [Ann] Iceberg v1.1.1

2018-06-19 Thread Christophe Demarey
Hi Norbert, > Le 19 juin 2018 à 14:06, Norbert Hartl a écrit : > > I have no use for an environment where people only care about coding new cool > stuff. If it would be like this I would quit all my pharo businesses, move to > mainstream and would use pharo only for hobbyist projects because t

Re: [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-20 Thread Christophe Demarey
> Le 19 juin 2018 à 16:28, Serge Stinckwich a > écrit : > > Thank you Christophe for your work ! > I really appreciate it. > > I dl the 64 bits VM for macOS. Everytime I run a 32 bits image, I have a > warning that using a 32 bits images, require a 32 bits VM. > And then when I select yes, ev

Re: [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-20 Thread Christophe Demarey
> Le 20 juin 2018 à 10:48, Serge Stinckwich a > écrit : > > On Wed, Jun 20, 2018 at 9:04 AM Christophe Demarey > mailto:christophe.dema...@inria.fr>> wrote: > >> Le 19 juin 2018 à 16:28, Serge Stinckwich > <mailto:serge.stinckw...@gmail.com>> a éc

Re: [Pharo-users] Cargo

2018-06-20 Thread Christophe Demarey
Hi Norbert, Sadly, I’m late on this project. I recently did a model refactoring to Cargo to focus on most wanted features: - git support - loadable project (and dependencies) without having a cargo package repository, i.e. only loading code from git repositories - metacello support : let Cargo us

Re: [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-21 Thread Christophe Demarey
> Le 20 juin 2018 à 20:08, Tim Mackinnon a écrit : > > A simple way is to have a tick box - don’t show me again? Yes, I will do that.

Re: [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-21 Thread Christophe Demarey
> Le 20 juin 2018 à 16:08, Sean P. DeNigris a écrit : > > demarey wrote >> I just released PharoLauncher 1.2 > > Thanks! > > Warning to users: This new release is based on 64-bit Pharo. This caused a > bit of unexpected havoc for me as my projects are not all tested on 64-bit. Indeed, defaul

Re: [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-21 Thread Christophe Demarey
> Le 20 juin 2018 à 13:31, Christophe Demarey a > écrit : > > >> Le 20 juin 2018 à 10:48, Serge Stinckwich > <mailto:serge.stinckw...@gmail.com>> a écrit : >> >> On Wed, Jun 20, 2018 at 9:04 AM Christophe Demarey >> mailto:christophe.dema...@i

Re: [Pharo-users] [ANN] Pharo Launcher v1.2 release

2018-06-21 Thread Christophe Demarey
> Le 21 juin 2018 à 14:57, Peter Uhnák a écrit : > > Thanks for the release! > > Just a note regarding the Windows installer. I managed to crash and corrupt > my Pharo Launcher (probably unrelated to PL.. I normally modify PharoLauncher > to fit me better), so I wanted to reinstall it. As fa

Re: [Pharo-users] Interesting Pharo Launcher feedback

2018-06-26 Thread Christophe Demarey
Hi Tim, > Le 26 juin 2018 à 03:00, Ben Coman a écrit : > > On 26 June 2018 at 06:17, Tim Mackinnon > wrote: > Hi everyone - at tonights month UK Smalltalk Meetup, we got some nice > compliments on the state of Pharo (the participants - all ex small talkers - > althoug

Re: [Pharo-users] Request for Windows test

2018-07-12 Thread Christophe Demarey
I also had the problem with PharoLauncher. OS X and now Windows expect to have signed applications else they do not trust it. If Dr Geo is signed with a proper certificate, it should solve the issue. > Le 11 juil. 2018 à 17:05, Ben Coman a écrit : > > On 11 July 2018 at 18:19, Hilaire wrote: >

Re: [Pharo-users] Using Icerberg programmatically.

2018-07-25 Thread Christophe Demarey
Hi Arthur, The starting point is the IceRepository. You can build you own repository with IceRepositoryCreator or get an existing one from IceRepository registry. Then on the repository you can call #pull. Christophe > Le 24 juil. 2018 à 20:09, Arturo Zambrano a écrit > : > > Hi All, > the

Re: [Pharo-users] Pharo launcher

2018-09-26 Thread Christophe Demarey
Hi Dario, The problem is probably fixed in the latest PharoLauncher version (1.4) available from http://pharo.org/download. If not, as specified in the dialog text, please run the given command from the command line to give us more information on what is the problem. Regards, Christophe > Le 2

[Pharo-users] Smalltalkhub server maintenance planned February, 5th

2019-02-01 Thread Christophe Demarey
Hello, A maintenance of smalltalkhub server is planned next Tuesday: February, 5th starting at 7:30 UTC time. The service should be back a few minutes later. The Pharo team.

[Pharo-users] [ANN] Pharo Launcher 1.6 released

2019-02-01 Thread Christophe Demarey
Hi all, Pharo Launcher 1.6 has just been released! It is available from http://pharo.org/download. This new version introduces two major changes: the list of template sources is now externalized as a Ston file. Pharo Launcher will check regularly (at startup and each day) if there are changes b

Re: [Pharo-users] Pharo Launcher and Command Line

2019-02-08 Thread Christophe Demarey
Hi Sergio, > Le 5 févr. 2019 à 14:55, sergio ruiz a écrit : > > Hey, all. > > I REALLY dig the pharo launcher! this is a great addition. > > One quick question. > > How do i go about running a method from the command line? > > Specifically, I usually run something like: > > ./pharo Pharo.im

Re: [Pharo-users] [ANN] Pharo Launcher 1.6 released

2019-02-11 Thread Christophe Demarey
Hi Ben, > Le 8 févr. 2019 à 15:23, Ben Coman a écrit : > > > > On Fri, 1 Feb 2019 at 21:28, Christophe Demarey <mailto:christophe.dema...@inria.fr>> wrote: > Hi all, > > Pharo Launcher 1.6 has just been released! It is available from > http://pharo.org

Re: [Pharo-users] Pharo Launcher update installation issues

2019-02-25 Thread Christophe Demarey
Hi, > Le 24 févr. 2019 à 06:33, Sanjay Minni a écrit : > > Hi, > > I am trying to install Pharo Launcher 1.6 (.msi) in Windows 10 > it says "a more ecent version is already installed" and does not proceed > but the version installed is 1.5.1 > > also > in 1.5.1 the left panel shows in the Dis

Re: [Pharo-users] Mac OS X test [ smaller image ]

2019-02-26 Thread Christophe Demarey
Hi Hilaire, > Le 25 févr. 2019 à 21:55, Sven Van Caekenberghe a écrit : > > > >> On 25 Feb 2019, at 21:41, Hilaire wrote: >> >> I think I am running out of option. >> >> Since about 10 years, it is the first time I am stuck with Pharo to >> deliver an end user application on Mac. >> >> Any

Re: [Pharo-users] Mac OS X test [ smaller image ]

2019-02-26 Thread Christophe Demarey
> Le 26 févr. 2019 à 20:39, Hilaire a écrit : > > Thanks, > > Not sure about what is the nib and xib you are mentioning. Will check on > that later. Basically, it is where you design the UI part of the app. In our case, it is just the menu of the main app. > I noted the Info.plist is a lot

Re: [Pharo-users] Mac OS X test [ smaller image ]

2019-02-28 Thread Christophe Demarey
I also did a quick test: > Le 28 févr. 2019 à 13:08, Cédrick Béler a écrit : > > I will try to help you there Hilaire too. > >> Le 27 févr. 2019 à 17:57, Hilaire > > a écrit : >> >> Hi, >> >> I have a build script too to build the drgeo bundle from scratch [1], I >>

Re: [Pharo-users] Pharo OSX bundle in Mojave - how to sign ? (Was Re: OS X bundle, some progress)

2019-03-12 Thread Christophe Demarey
Hi Cedrick, > Le 9 mars 2019 à 10:10, Cédrick Béler a écrit : > > Hi, > > I tried a bit more to make DrGeo bundle works. > > I have Mojave (10.14) and the problem of corrupted files seems to come from > Gatekeeper with prevent unsigned applications (from unknot developper) to > open. > > Ga

Re: [Pharo-users] Pharo OSX bundle in Mojave - how to sign ? (Was Re: OS X bundle, some progress)

2019-03-12 Thread Christophe Demarey
Hi Hilaire, > Le 11 mars 2019 à 21:27, Hilaire a écrit : > > Hi, > > Today I realized another problem on some Mac OSX. It looks like when you > download an app on the net, whenever your run it, OS X re-localizes it > on a read only location. A guess a protection measure. It leads to > obvious p

[Pharo-users] [ANN] Pharo Launcher 3.0 released!

2022-04-14 Thread Christophe Demarey
Hi all, Pharo Launcher 3.0 has just been released! It is available from http://pharo.org/download. It is based on latest Spec2 and Pharo 10 image. It now comes with a native Apple Silicon version and Mac OS packages are notarized. Big thanks to all contributors, including issue reports. Here i

[Pharo-users] [ANN] Pharo Launcher 3.0.1 released!

2022-04-29 Thread Christophe Demarey
Hi all, Pharo Launcher 3.0.1 has just been released! It is available from http://pharo.org/download . It fixes some issues reported on Pharo Launcher 3.0. Here is the changelog: Pharo Launcher v3.0.1 Bug fixes: #554

[Pharo-users] Re: [Pharo-dev] [ANN] Pharo Launcher 3.0 released!

2022-04-29 Thread Christophe Demarey
> Pharo Launcher to startup the new image from its own new terminal. Just an > idea. > > Again. Thanks for all the work you do. > > Jimmie > > > > On 4/14/22 07:26, Christophe Demarey wrote: >> Hi all, >> >> Pharo Launcher 3.0 has just been

[Pharo-users] Re: [Pharo-dev] [ANN] Pharo Launcher 3.0.1 released!

2022-05-03 Thread Christophe Demarey
ce appears in > TaskMan. > > Shaping > > From: Christophe Demarey > Sent: Friday, 29 April, 2022 03:50 > To: Pharo Development List ; Pharo-users > > Subject: [Pharo-dev] [ANN] Pharo Launcher 3.0.1 released! > > Hi all, > > Pharo Launcher 3.0.1 h

[Pharo-users] Re: Packages

2023-05-09 Thread Christophe Demarey
Hi Steffen, > Le 8 mai 2023 à 13:40, Steffen Märcker a écrit : > > Hi, > > is there a way to create an empty package programatically, RPackageOrganizer default createPackageNamed: #packageName > and how do I > rename a package programmatically? You can take a look at RBRenamePackageTransform

[Pharo-users] Pharo contribution Jenkins end of service

2023-05-11 Thread Christophe Demarey
Hi all, Some years ago, we provided a Jenkins instance to check the health / quality of projects that are not in Pharo core but important for the community: https://ci.inria.fr/pharo-contribution/ Since, we moved to GitHub and GitHub actions are mainly

[Pharo-users] [ANN] Pharo Launcher 3.2 released!

2024-07-10 Thread Christophe Demarey
Hi all, Pharo Launcher 3.2 has just been released! It is available from http://pharo.org/download. Pharo Launcher now comes with a command-line version that you can use from a terminal! You can check the documentation of commands at https://pharo-project.github.io/pharo-launcher/commands-cmd-l

[Pharo-users] Server update: files.pharo.org on November, 13th

2024-11-07 Thread Christophe Demarey
Hi, We would like to inform you that we are currently setting up a new server to host Pharo files. Indeed, our current server reached its maximal storage capacity (500 GB) and we need to move it to another provider. The Pharo file server is used: - to publish new Pharo images and Virtual machine

[Pharo-users] files.pharo.org scheduled downtime

2024-12-23 Thread Christophe Demarey
Dear Pharo users, We would like to inform you that the files.pharo.org service will be unavailable due to an electrical maintenance intervention in the server room. Downtime Schedule (CET): Start: Thursday, January 2nd, 6:00 PM End: Friday, January 3rd, 10:00 AM We apologize for any inconvenien

<    1   2