[Pharo-users] Re: P12 new Tonel formatting and PR implications

2024-05-13 Thread Cyril FERLICOT-DELBECQUE via Pharo-users
gt; could you add that in the wiki somewhere. I will publish something on pharo > weekly. > > S > >> On 13 May 2024, at 05:45, Cyril FERLICOT-DELBECQUE via Pharo-users >> wrote: >> >> Hi, >> >> Here are some additional notes to what was already

[Pharo-users] Re: P12 new Tonel formatting and PR implications

2024-05-13 Thread Cyril FERLICOT-DELBECQUE via Pharo-users
rsion of Pharo, this additional line will be ignored and Tonel v1 will be used. With both of those options it should be possible to reduce the pain of the format update. Have a nice day -- Cyril Ferlicot-Delbecque https://ferlicot.fr On Sunday, May 12th, 2024 at 12:21 PM, Tim Mackinnon wrote: >

[Pharo-users] Re: Early rate deadline is approaching....

2024-04-09 Thread Cyril FERLICOT-DELBECQUE via Pharo-users
Hi James, Until the link gets fixed, you can propose your talk here: https://github.com/ESUG/esug.github.io/tree/source/2024-Conference/talks Sorry for the disturbance. Have a nice day :) -- Cyril Ferlicot-Delbecquehttps://ferlicot.fr On Tuesday, April 9th, 2024 at 4:12 PM, James Foster via P

[Pharo-users] Re: Git Repositories browser vs. monticello

2024-01-19 Thread Cyril FERLICOT-DELBECQUE via Pharo-users
Hi, Iceberg is indeed to Git Browser. The menu was updated to be more user friendly because Iceberg is a little cryptic for people new to recent versions of Pharo or to Pharo itself. Git is the primary SCM for a few years now. In Pharo 12 most of the UI of Monticello is been removed because it

Re: [Pharo-users] Problem with adding an instance variable to SmalltalkImage

2016-08-16 Thread Cyril Ferlicot Delbecque
Hi, I get the same: https://puu.sh/qDjG7/5269e6e717.png On 16/08/2016 15:19, Nicolai Hess wrote: > > > 2016-08-16 15:11 GMT+02:00 Valentin Ryckewaert > mailto:valentin.ryckewa...@gmail.com>>: > > Hello everyone, > > when I try to add the instance variable foo to SmalltalkImage I get >

Re: [Pharo-users] change which browser opens when browsing senders/implementors

2016-07-20 Thread Cyril Ferlicot Delbecque
On 20/07/2016 16:47, Peter Uhnak wrote: > Only shortly, because people preferred consistency over convenience, so it > was changed back. > (Note that there is no correct answer here.) > The correct answer could be the third: make it into a setting :) > Peter > -- Cyril Ferlicot http://www

Re: [Pharo-users] What is pharo-local ?

2016-07-15 Thread Cyril Ferlicot Delbecque
On 15/07/2016 12:45, Alexandre Bergel wrote: > Hi! > > Is this the one folder containing all the caches (e.g., package-cache)? > Esteban mentioned this idea some times ago. > Hi, Yes, it is :) > Alexandre > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 Fran

Re: [Pharo-users] Spec vs Brick vs Glamour vs Morphic vs WTF?

2016-07-06 Thread Cyril Ferlicot Delbecque
On 06/07/2016 15:43, Brad Selfridge wrote: > Ok! I'm really confused. I'm wanting to write new GUI and I have no idea > which framework to use. There is very little documentation on any of these > and I don't see a clear cut statement of direction as to where the Pharo > community is heading. >

Re: [Pharo-users] How do I debug: "There was an error while trying to install GitFileTree. Installation was cancelled." from Catalog Browser

2016-07-06 Thread Cyril Ferlicot Delbecque
On 06/07/2016 15:28, Dale Henrichs wrote: > Alistair, > > Well thank you very much ... Those two menu items are very well hidden:) > Until you prompted me to look closely I never even noticed that little > icon... > > Is there a reason that those two menu items are not on the stack pane menu?

Re: [Pharo-users] Pharo Mooc

2016-07-06 Thread Cyril Ferlicot Delbecque
On 06/07/2016 14:00, Arie van Wingerden wrote: > ​Hi, > > on the main Pharo page I see Pharo Mooc mentioned. Obviously I am too > late to join. > > Will there be a similar course in the (near) future? > > Are there other (video) courses available? I checked Udemy and O'Reilly, > but alas, Smallt

Re: [Pharo-users] accepting method without creating variable and code generation

2016-06-28 Thread Cyril Ferlicot Delbecque
On 28/06/2016 15:03, Nicolas Passerini wrote: > Still, I think it would be nice to be able to save a method even when it > does not compile. > I think Marcus added the possibility to do that in Pharo 6 as a Setting. -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 Fr

Re: [Pharo-users] Temporary files

2016-05-11 Thread Cyril Ferlicot Delbecque
On 11/05/2016 15:01, Valentin Ryckewaert wrote: > Hello everyone, > > I would like to use a temporary file for a project and I didn't find an > existing method. > I'm asking my self if it's a better idea to use ffi or OSSubProcess (or > something already build for it) to build a method able to c

Re: [Pharo-users] ensureCreateFile

2016-04-26 Thread Cyril Ferlicot Delbecque
On 26/04/2016 11:31, Valentin Ryckewaert wrote: > I used this because here it's the folder which doesn't exist so I didn't > know if FileDoesNotExist were a good idea, here it's as you want. > In fact I did not see but there is also a DirectoryDoesNotExist :) -- Cyril Ferlicot http://www.syn

Re: [Pharo-users] ensureCreateFile

2016-04-26 Thread Cyril Ferlicot Delbecque
On 26/04/2016 11:31, Valentin Ryckewaert wrote: > I used this because here it's the folder which doesn't exist so I didn't > know if FileDoesNotExist were a good idea, here it's as you want. > In Unix (at least) a directory is a file. I don't know if it's the same in Windows. So in my opinion i

Re: [Pharo-users] ensureCreateFile

2016-04-26 Thread Cyril Ferlicot Delbecque
On 26/04/2016 10:34, Valentin Ryckewaert wrote: > Hi ! > > I made this if it's ok for you i'll post it on fogbugs : > > AbstractFileReference > createFile > "Create if necessary a file for the receiver. If the parent does not > exist return an exception" > self parent ensureCreateDirectory. > s

Re: [Pharo-users] [Pharo-Users] Unzip a file

2016-04-19 Thread Cyril Ferlicot Delbecque
On 19/04/2016 14:48, Valentin Ryckewaert wrote: > Hi, > > I'm trying to unzip a file I did this : > GZipReadStream unzip:'aPath/myZip.zip' to: 'aPath/test' asFileReference > > It's not working and I don't really understand the doc of the method, > why does unzip want as first argument the name

Re: [Pharo-users] Rename a file

2016-04-18 Thread Cyril Ferlicot Delbecque
On 18/04/2016 10:56, Valentin Ryckewaert wrote: > I'm on Linux > > Is it wanted that root / 'a' / 'foo.txt' is different than root / > '.foo.txt' ? I find that strange > If you want a relative path from the image location you can use `FileSystem workingDirectory / 'foo.txt'` -- Cyril Ferlico

Re: [Pharo-users] Rename a file

2016-04-18 Thread Cyril Ferlicot Delbecque
On 18/04/2016 10:44, Valentin Ryckewaert wrote: > Using your method (A string asFileReference) it works thanks ! > > But if you use FileSystem root / I get the "same" object but it's > still not working. Did I make a mistake somewhere? > Hi, Did you try `FileSystem root / 'a' / 'Path' /

Re: [Pharo-users] Pharo-users Question about the symbols

2016-04-08 Thread Cyril Ferlicot Delbecque
On 08/04/2016 09:05, Henrik Nergaard wrote: > | s1 s2 | > > s1 := 1234 asString. > s2 := 1234 asString. > > s1 = s2. "true" > s1 == s2. "false" > > s1 asSymbol = s2 asSymbol. "true" > s1 asSymbol == s2 asSymbol. "true" > > (s1 class allInstances select: [:s | s = s1 ]) size. "2" > (s1 asSymbo

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

2016-03-26 Thread Cyril Ferlicot Delbecque
On 26/03/2016 22:00, stepharo wrote: > Hi > > using the dependency analyser I see that may packages have the following > dependencies > > for example > > package: 'Math-DistributionGamma' with: [ spec requires: > #('Math-Core' 'Math-DHB-Numerical' 'Math-Series' > 'Math-Core-Distribution')

Re: [Pharo-users] How can we use Bootstrap mixin?

2016-03-16 Thread Cyril Ferlicot Delbecque
On 16/03/2016 11:45, Sven Van Caekenberghe wrote: > And there is even a CSS tool in Pharo to augment CSS like Less & SASS, I > forgot the name ... > > RenoirST? https://ci.inria.fr/pharo-contribution/view/Books/job/EnterprisePharoBook/lastSuccessfulBuild/artifact/book-result/RenoirST/RenoirS

Re: [Pharo-users] Call for action for Roassal

2016-02-24 Thread Cyril Ferlicot Delbecque
On 24/02/2016 12:42, stepharo wrote: > Great call and initiative. > > I would like see > - better arrows (this is related also to the third point) > - get the graphViz algo finished (even if not fully working) Anne > and guillaume got lost in translation there > but it would be a rea

Re: [Pharo-users] How to set the server debugger in seaside?

2016-02-02 Thread Cyril Ferlicot Delbecque
On 02/02/2016 09:47, stepharo wrote: > Hi guys > > I hate so much this bad configuration interface of seaside. > I lose all the time 20 min to find how to set the debugger. > So I have to do a presentation and I cannot show the debugger. > What a great wonderful experience. > > How can I configur

Re: [Pharo-users] Problem to open Pharo 50 on Windows

2016-01-31 Thread Cyril Ferlicot Delbecque
On 31/01/2016 18:55, Franck Warlouzet wrote: > I tried to help Justine a bit, but I have the same OS, the same VM, the > same image, the same sources and it works for me but not for her, I just > don't get why. It was working with the pre-spur VM + pharo 5 with the > same configuration for both h