Re: [Pharo-users] [ANN] OSSubprocess first milestone

2016-01-14 Thread Ferlicot D. Cyril
Le 14/01/2016 19:33, Mariano Martinez Peck a écrit : > Dear all, > > I am happy to tell you I have a first prototype of the tool for > executing OS processes: > > https://github.com/marianopeck/OSSubprocess > > As I said many times, the main idea was to be as much as possible > FFI-based, only

Re: [Pharo-users] Pharo Docs website broken

2016-01-11 Thread Ferlicot D. Cyril
Le 11/01/2016 10:37, Sven Van Caekenberghe a écrit : > > There is books.pharo.org > > PBE is there, I thought UPBE was not yet ready, if it is, it should > **definitively** be promoted there and on pharo.org in general. > > Please push this, this is really important. > UPBE is not finish but

Re: [Pharo-users] Dolphin Smalltalk open-sourced...

2016-01-04 Thread Ferlicot D. Cyril
Le 04/01/2016 17:13, Tudor Girba a écrit : > Hi, > > I am trying to run it, but I have troubles starting it. > > I have a Windows 7 64 bit. > > I did the following: > 1. I downloaded the repo from: > https://github.com/objectarts/Dolphin > 2. I then tried to run Dolphin7.exe and BootDCE.cmd, but

Re: [Pharo-users] Dolphin Smalltalk open-sourced...

2016-01-04 Thread Ferlicot D. Cyril
Le 04/01/2016 17:13, Tudor Girba a écrit : > Hi, > > I am trying to run it, but I have troubles starting it. > > I have a Windows 7 64 bit. > > I did the following: > 1. I downloaded the repo from: > https://github.com/objectarts/Dolphin > 2. I then tried to run Dolphin7.exe and BootDCE.cmd, but

Re: [Pharo-users] Versionner and package dependencies

2016-01-04 Thread Ferlicot D. Cyril
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 random packages without knowing if they have themselves > dependencies. > What you should do is to

[Pharo-users] Versionner and package dependencies

2015-12-30 Thread Ferlicot D. Cyril
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 package: 'Glamour-EyeSee-Presentations' with: [ spec requires: #

Re: [Pharo-users] why Pillar

2015-12-29 Thread Ferlicot D. Cyril
Le 29/12/2015 13:18, Offray Vladimir Luna Cárdenas a écrit : > Hi, > > > If you're on Mac/Linux. Windows is another story. > Hi, since Pillar 1.0.0 the only difference is that Pillar doesn't generate a Windows script to compile the .tex into pdf. Else Pillar should works on Windows. > Cheers

Re: [Pharo-users] [IMPORTANT] Starting migration to Spur VM

2015-12-17 Thread Ferlicot D. Cyril
Le 17/12/2015 21:55, Stephan Eggermont a écrit : > On 17-12-15 15:54, Johan Fabry wrote: >> >> Guys, how should I adapt my CI job ? > > What about jobs that also target older Pharo images? > Duplicate the job? > You can use a matrix with Pharo in parameter (20/30/40/50) and this command: wget -

Re: [Pharo-users] How I can tell to a startup script to target specific images

2015-12-02 Thread Ferlicot D. Cyril
Le 02/12/2015 11:35, Dimitris Chloupis a écrit : > I have a startup script that loads the libraries and project I mostly > use, including my own, but I want that script to target specific folders > and its subfolders , is this possible ? Hi, You can use "FileSystem workingDirectory" to get the di

Re: [Pharo-users] When exactly an object gets deleted from the system ?

2015-11-30 Thread Ferlicot D. Cyril
Le 30/11/2015 11:40, Dimitris Chloupis a écrit : > I am wondering when an instance of a class is garbage collected and > deleted from the system. > > is there a way to manually deleted it ? If there is no Object that reference your object you can force a Garbage collect with "Smalltalk garbageCol

Re: [Pharo-users] Stuck at lookup implementation in "Building ObjVlisp" tutorial

2015-11-19 Thread Ferlicot D. Cyril
Hi Edward, Le 19/11/2015 13:50, Edouard Delbar a écrit : > Hello everyone, > > I'm new on this mailing list, this is my first mail :-) > > I'm a student from University of Lille (France). I'm studying this > tutorial (I'm using Pharo 4 but it seems not to be a > problem): http://sdmeta.gforge.in

Re: [Pharo-users] Enable/Disable GTSpotter

2015-11-18 Thread Ferlicot D. Cyril
Le 18/11/2015 13:56, Esteban Lorenzano a écrit : > > that’s a workaround, not a solution :) > (I’m ok if that’s the way to do it in Pharo4… I will still add a setting in > Pharo5) > > cheers, > Esteban > Thank you Doru. I opened a bug entry to get a easier way to do it and to add it to the se

Re: [Pharo-users] Enable/Disable GTSpotter

2015-11-18 Thread Ferlicot D. Cyril
Le 18/11/2015 13:25, Tudor Girba a écrit : > Do you mean that you want to have a different search solution when you press > Shift+Enter or when you select it from the World menu? > > At the moment, this is not possible. > > May I ask where is the problem coming from? Perhaps there are things we

[Pharo-users] Enable/Disable GTSpotter

2015-11-18 Thread Ferlicot D. Cyril
Hi, is there an easy way to enable/disable GTSpotter in Pharo 4 ? In GTInspector I think there is a class variable but I don't see something like that in GTSpotter. -- Cyril Ferlicot (cyril.ferli...@synectique.eu) http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc

Re: [Pharo-users] EPUB anyone

2015-11-13 Thread Ferlicot D. Cyril
Le 13/11/2015 18:44, Torsten Bergmann a écrit : > Hi > > Is there anyone working on/with EPUB in Pharo? > > If I remember correctly there was once the idea of an > EPUB exporter for Pillar. > > Status/Plans? Hi, This is on the todo list of Pillar but noone works on Pillar for now except for s

Re: [Pharo-users] Changing playground and monticello shortcuts

2015-11-11 Thread Ferlicot D. Cyril
Le 11/11/2015 11:46, Tudor Girba a écrit : > I actually think we should disable those shortcuts. > > The reason is that they “pollute" the global shortcut space: for example, you > can now not use Cmd+o for any custom action in your own window, and that is > less than ideal. > > The alternative

Re: [Pharo-users] Is there a way to disable code critic ?

2015-11-08 Thread Ferlicot D. Cyril
Le 08/11/2015 17:06, Dimitris Chloupis a écrit : > Code critic is malfunctioning in my image as i mention in pharo-dev > thread, I want to disable it but I could not find it in the Settings > because my problems with it have been getting much worse as it throws > MNUs even for mouse clicks. How may

Re: [Pharo-users] Multiple method deletion

2015-10-29 Thread Ferlicot D. Cyril
Le 29/10/2015 16:33, stepharo a écrit : > Excellent news! > >> Hi, >> >> I think I found how to reproduce it: >> >> https://pharo.fogbugz.com/f/cases/16891/FT-Multi-selection-can-happen-when-it-should-not >> >> >> I think this is a FastTable problem with Nautilus. >> > > The problem is that whe

Re: [Pharo-users] Multiple method deletion

2015-10-29 Thread Ferlicot D. Cyril
Le 09/10/2015 16:44, Alexandre Bergel a écrit : > Hi! > > When I select several methods in Nautilus, and press cmd-m-x it seems to > delete more method that I have selected. It makes me lose code :-( > > Cheers, > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Ber

Re: [Pharo-users] How to programatically select an item in a Spec TreeModel ?

2015-10-26 Thread Ferlicot D. Cyril
Le 26/10/2015 10:38, Edouard KLEIN a écrit : > What is FT ? > FT is FastTable. This is a project begun by Esteban to replace the old slow list on Pharo. Pharo 5 uses FastTable now. > I did some debugging. When I send the selected:#true message to a root > node, it goes down to the Morphic classe

Re: [Pharo-users] Pharo family update

2015-10-24 Thread Ferlicot D. Cyril
Le 24/10/2015 09:27, stepharo a écrit : > Superb! Really nice > Margritte -> Magritte > Mondorian -> Mondrian > > to add > > Never heard about PharoLink but you should have Garage (a database > generic API) > > You could add MongoTalk close to Voyage > > GLORP > Relational > Mapper > >

Re: [Pharo-users] How to programatically select an item in a Spec TreeModel ?

2015-10-24 Thread Ferlicot D. Cyril
Le 24/10/2015 08:11, Peter Uhnák a écrit : > Waiting for the FT-based rewrite is the thing to do. > > > If by waiting you mean doing FT-based rewrite, then sure. :) > > Unless Cyril is going to do the rewrite himself. > > P > Hi, Create a FTTree should be my next work :) I already begun a

Re: [Pharo-users] Pharo family update

2015-10-23 Thread Ferlicot D. Cyril
Le 23/10/2015 23:58, Adam a écrit : > Hello, > > I just updated drawing of projects around Pharo. > > Main idea is to guide people (new users of Pharo) through fields of interests > - something they might be looking for. I choose these 10 fields devided into > some specific subjects. Somewhere

Re: [Pharo-users] Multiple method deletion

2015-10-10 Thread Ferlicot D. Cyril
Le 10/10/2015 07:57, stepharo a écrit : > Are you sure? > Because I code daily with it and I never got this behavior. > I will try. > Hilaire I can tell you that we worked a lot to improve it. > > Stef > > I experienced it 4-5 times this week. -- Cyril Ferlicot http://www.synectique.eu 165

Re: [Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread Ferlicot D. Cyril
Le 07/10/2015 12:26, justonium a écrit : > That doesn't look like something I can run from the command line. Also, > there is no pharo-ui folder in my download. > > Did you have the Virtual Machine ? If you download Pharo with this commandline: curl get.pharo.org | bash You should get a pharo-vm

Re: [Pharo-users] How do I run Pharo on Debian?

2015-10-07 Thread Ferlicot D. Cyril
Le 07/10/2015 11:57, justonium a écrit : > I've downloaded Pharo 4.0. When I open the folder that was downloaded > (pharo4.0), I see a file called pharo. I think I'm supposed to run this, but > I don't know how. When I right click it, there is no run option. What should > I do? > > Hi, You can

Re: [Pharo-users] Pillar for 30 gone the way of the dodo on the CI

2015-09-30 Thread Ferlicot D. Cyril
Le 30/09/2015 22:32, p...@highoctane.be a écrit : > Downloaded the book-skeleton, patched the download script so that it > gets the centos things right and the Pharo4VM. > > Now, changes in Pillar made my books unsuable, namely the introduction > of things like this: > > ${tag:parameter=value|par

Re: [Pharo-users] Pillar for 30 gone the way of the dodo on the CI

2015-09-30 Thread Ferlicot D. Cyril
Le 30/09/2015 18:38, p...@highoctane.be a écrit : > Hello, > > It may have been a long time without it but still... > > I ran the doc job on my CI and got this that wasn't working: > > https://ci.inria.fr/pharo-contribution/job/Pillar/PHARO=30,VERSION=stable,VM=vm/lastSuccessfulBuild/artifact/Pi

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-15 Thread Ferlicot D. Cyril
Le 15/09/2015 16:22, Ben Coman a écrit : > > Thanks. Thats a good read. Its been a while since I was using Pillar. > I can't remember exact features then but there seems to have been > massive progress with lots of new nice features... > > * Sub/super-scripts > > * Unique text alignment per tabl

Re: [Pharo-users] Ecstatic ETSite>>generateHtml file copy philosphy

2015-09-14 Thread Ferlicot D. Cyril
Le 14/09/2015 19:24, Ben Coman a écrit : > > Thanks Peter. > > It would be nice if Pillar was more flexible in this regard. For Hi :) With the version 1.0.0 of Pillar you have the possibility to use "outputDirectory" and the "support" parameters. The first will will generate the files into a new

[Pharo-users] Fwd: Re: Pillar 1.1.0 released

2015-09-13 Thread Ferlicot D. Cyril
Le 13/09/2015 10:28, Johan Brichau a écrit : > Hi, > > I just noticed that in the most recent version of Pillar, the instvar > #embedded was removed from PRReference > This breaks Pier… though right before this change I could make Pier3 work > with Pillar just fine. > > The embedded var is used

[Pharo-users] Pillar 2.0.0: Introduction of PetitPillar

2015-09-11 Thread Ferlicot D. Cyril
Hi everyone! Yes, a new version of Pillar, again! With this version we removed the old parser of Pillar to introduce PetitPillar base on PetitParser. This parser is slower than the previous one but we will be able to improve his speed. We will also be able to improve Pillar at the parser level, wh

Re: [Pharo-users] Loading external Icons

2015-09-06 Thread Ferlicot D. Cyril
Le 06/09/2015 21:07, Offray Vladimir Luna Cárdenas a écrit : > Hi, > > I'm trying to get a more beauty and familiar interface for my > grafoscopio project using Spec, now that is integrated with GT-Tools, > and I remember that someone here (maybe Peter) shared a project to > import new icons on Ph

Re: [Pharo-users] [Pharo-dev] [ANN] Pillar 1.0.0.

2015-09-01 Thread Ferlicot D. Cyril
Le 01/09/2015 18:08, Sven Van Caekenberghe a écrit : > Thank you for your contributions, Cyril, we can only hope that you stick > around. > I'll spend 2 years with Synectique working with so I'll not be far :) -- Cyril signature.asc Description: OpenPGP digital signature

[Pharo-users] [ANN] Pillar 1.0.0.

2015-09-01 Thread Ferlicot D. Cyril
Hello guys! I finished 5 months of internship into the RMoD team. I worked on Pillar and I am glad to announce the version 1.0.0! You can find an updated documentation of this version here : https://ci.inria.fr/pharo-contribution/view/Books/job/EnterprisePharoBook/lastBuild/artifact/book-result/Pi

Re: [Pharo-users] Tabular: https://ci.inria.fr/pharo-contribution/job/Tabular/lastCompletedBuild/testReport/

2015-08-14 Thread Ferlicot D. Cyril
Le 14/08/2015 15:07, H. Hirzel a écrit : > Thank you. > > Build 4 is now done. Where can I see which > > http://ss3.gemtalksystems.com/ss/Tabular/Tabular-HannesHirzel.nn.mcz > > file it picked? > > Hannes > You can find it on the console output. For example for the build development on Pharo

Re: [Pharo-users] string write stream

2015-08-08 Thread Ferlicot D. Cyril
Le 08/08/2015 12:42, Peter Uhnák a écrit : > What is better? > > String new writeStream > or > WriteStream on: String new > or > WriteStream on: '' > > by popularity '' is the winner, however apparently not everyone is happy > with that > https://pharo.fogbugz.com/f/cases/15260/WriteStream-on-ne

Re: [Pharo-users] Pillar hyperref and refs numbering

2015-08-03 Thread Ferlicot D. Cyril
Le 03/08/2015 15:37, Sean P. DeNigris a écrit : > jecisc wrote >> If you compile only 1 chapter in LaTeX then you will only have the >> numbering of the chapter. >> If you compile the whole book you will have the numbering of all chapters. > > This seems to come up quite a bit. Can we add a parame

Re: [Pharo-users] Pillar hyperref and refs numbering

2015-08-03 Thread Ferlicot D. Cyril
Le 03/08/2015 12:44, Peter Uhnák a écrit : > Hi, > Hi > I have two questions: > > 1. > Would it be possible to add \usepackage{hyperref} to Pillar pdf output? > Because currently all links are invisible (well, not invisible but they > look like regular text so if the). > > So if you have sente

Re: [Pharo-users] Pillar automatic anchors

2015-08-03 Thread Ferlicot D. Cyril
Le 31/07/2015 20:06, Peter Uhnák a écrit : > Hi, > > I would like to resolve this issue: > Automatic section anchors: Each section title should automatically > generate an implicit hyperlink target (aka, anchor) pointing to the > section. The text of the hyperlink target (the "reference name") is

Re: [Pharo-users] Pillar and Beamer

2015-07-29 Thread Ferlicot D. Cyril
Le 29/07/2015 10:40, Peter Uhnák a écrit : > Hi, > > there was a presentation (or show us your project) about Pillar and > (LaTeX/)Beamer at ESUG if I am not mistaken. However I don't think there > are videos available from the uni, so is more information available > somewhere? > Hello! Yes this

Re: [Pharo-users] Separate compilation with Pillar?

2015-07-19 Thread Ferlicot D. Cyril
Le 19/07/2015 15:53, Peter Uhnák a écrit : > I think that the biggest hurdle is LaTeX... so for example I disabled > latex exports (since I was interested from 95% only in HTML), and > enabled them only for the final product. > > Peter > I'll work soon on getting ride of the scripts. We'll try t

Re: [Pharo-users] Separate compilation with Pillar?

2015-07-19 Thread Ferlicot D. Cyril
Le 19/07/2015 11:00, Alexandre Bergel a écrit : > Hi! > > Is there a way to separately compile a chapter when writing a book in Pillar? > The compilation time is pretty long... > > Alexandre > Hi Alexandre! You can just do ./pillar export --to={export format} {nameOfYouFile.pillar} If you edit

Re: [Pharo-users] About generating chapters with Pillar/Pier tools

2015-06-22 Thread Ferlicot D. Cyril
Le 21/06/2015 05:21, Hernán Morales Durand a écrit : > Hello, > > I have experimented several dissapointing errors when working with > updated Pillar tools. I am not doing anything special besides working > under Windows. > > Apparently the Pillar CommandLineHandler is not working because > OSEnv