Re: [Pharo-users] Loading code from a local git repository

2015-07-28 Thread Thierry Goubier
You can also add a makefile to build the pharo image in the git repository. I usually have a src/pharo packages build/Makefile structure. Thierry Le 28 juil. 2015 1:14 PM, "François Stephany" a écrit : > As Sven mentionned it, you can simply put your filetree files in a > subdirectory. > You can

Re: [Pharo-users] Download only metainfo about mcz when selected

2015-08-01 Thread Thierry Goubier
9, 2015 at 11:52 AM, Jan Blizničenko wrote: >> >> Thank you, then it seems fastest way is looking at repository web pages (for >> example http://www.smalltalkhub.com/#!/~ObjectProfile/Roassal2/commits ). >> >> Jan >> >> >> Thierry Goubier wrote >> >

Re: [Pharo-users] OSProcess crashes when launching a command

2015-08-04 Thread Thierry Goubier
Hi Damien, do you have other OSProcess commands crashing in the same way? Thierry Le 04/08/2015 20:02, Damien Cassou a écrit : Hi, when evaluating this, Pharo crashes (log attached): OSProcess command: 'firefox' this used to work fine. I'm on Pharo4.0

Re: [Pharo-users] Git Topic Branches and CI

2015-08-05 Thread Thierry Goubier
Le 5 août 2015 7:55 PM, "Sean P. DeNigris" a écrit : > > When using a branch-per-issue, it's not so easy to define #development a la > Metacello. How are you handling this? Are you somehow dynamically doing a > CI-build-per-branch? If you use Travis as CI as in filetree on github, you get one CI

Re: [Pharo-users] Help for #fullscreen window

2015-08-05 Thread Thierry Goubier
Hi jigyasa, You have an openFullScreen method somewhere, which really opens full screen (and makes it hard to close;) ). Thierry Le 5 août 2015 5:30 PM, "Jigyasa Grover" a écrit : > Hi ! > I am using *WidgetExamples exampleBuilder* to make an accordion widget. I > open a model *newPluggableWind

Re: [Pharo-users] OSProcess crashes when launching a command

2015-08-05 Thread Thierry Goubier
Hi Damien, Le 05/08/2015 22:13, Damien Cassou a écrit : Hi Thierry, Thierry Goubier writes: do you have other OSProcess commands crashing in the same way? I tried with hellowWorld, helloStderr, chDir and getCwd, all of them work fine. Ok, I tried on my system (ubuntu 15.04 64bits) and

Re: [Pharo-users] Nautilus questions

2015-08-19 Thread Thierry Goubier
2015-08-19 0:45 GMT+02:00 Stephan Eggermont : > On 18/08/15 21:59, Peter Uhnák wrote: > >> >> ... > And finally, code-wise I've never really interacted with Morphic and >> stayed in Spec, so when I was digging through code it seems that the way >> Morphs are composed are through these "addMorph:f

[Pharo-users] SmaCC 2.0.5 released

2015-08-19 Thread Thierry Goubier
Hi All, I have released SmaCC 2.0.5, aligned on the main SmaCC[1] with a small fix on the Java parser, a few additional parsers (Cucumber), the addition of the Javascript parser, and continuous improvements on the performance and source code coverage of SmaCC generated parsers (with many thanks to

Re: [Pharo-users] SmaCC 2.0.5 released

2015-08-19 Thread Thierry Goubier
put it, and as I erase and rebuild my images often, I'm sure it's gone) It's easy to explain, if you're interested. Thierry Thanks. On Wed, Aug 19, 2015 at 11:30 AM, Thierry Goubier mailto:thierry.goub...@gmail.com>> wrote: Hi All, I have released SmaCC 2

Re: [Pharo-users] [Pharo-dev] issue with large file path on windows

2015-08-23 Thread Thierry Goubier
Le 23/08/2015 14:28, Tudor Girba a écrit : This is great news! I had tons of problems last year with that and I did not know what to do about this. A possible solution would have been to rewrite a bit the filetree support so that it could load packages directly from the zip archive downloade

Re: [Pharo-users] [ann] brick on top of bloc - preview

2015-08-26 Thread Thierry Goubier
2015-08-26 10:51 GMT+02:00 Marcus Denker : > > > On 26 Aug 2015, at 10:42, Tudor Girba wrote: > > > > Aha. Thanks for the help, Vincent. > > > > Now, the next problem: Does anyone know why the "Unrecognized class > definition" problem occurs? :) > > > > It seems that > > 1) MC model loading of th

Re: [Pharo-users] SixxExamples class >> example 4 . Preferences in Pharo 4.0

2015-08-28 Thread Thierry Goubier
2015-08-28 11:49 GMT+02:00 Marcus Denker : > Yes, we need re-thing and improve Preference modelling and storage. > I very strongly agree... Anything which prevents failure on non-present class, or settings selector change, gets my vote. Thierry > > > > > On 28 Aug 2015, at 11:39, Sven Van Caek

Re: [Pharo-users] Modifying the AST of a method

2015-09-07 Thread Thierry Goubier
Hi Günter, Sean, have a look at Jejak (https://github.com/ThierryGoubier/Jejak), it does exactly what you describe: take a method, scan the ast, rewrite some of the nodes (i.e. inject new ast nodes), recompile the method... uninstall the modified method. Ask me if you have any question about

Re: [Pharo-users] Error pasting UTF8 text (Pharo 5-50298)

2015-09-08 Thread Thierry Goubier
On linux, you also need to start the vm with the --textenc UTF-8 for the paste to work in some cases (like from the Chrome browser). Regards, Thierry Le 08/09/2015 10:08, H. Hirzel a écrit : _Displaying_ a text keyboarded into Pharo works if the proper font is chosen. 1. Go for the 'Setting

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-09 Thread Thierry Goubier
2015-09-09 16:29 GMT+02:00 Damien Cassou : > > something else I forgot: > > - what happens if a Metacello description loads a project hosted in git > but I still want to be able to hack on this dependency. So, this > dependency should not be read-only for me > Can you give an example? > > -

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-09 Thread Thierry Goubier
2015-09-09 16:04 GMT+02:00 Damien Cassou : > Hi, > > today I wanted to have a look at how git integrates with Pharo. This is > what I found (mostly done by Thierry Goubier, thank you very much) and > what I didn't find: > > - there is some documentation here: >

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-09 Thread Thierry Goubier
2015-09-09 16:43 GMT+02:00 Peter Uhnák : > - a discussion about moving a smalltalkhub repository to git while >> preserving history > > > I've migrated some time ago > > http://forum.world.st/moving-to-git-and-preserving-monticello-history-td4806386.html > > some (if not all) of the issues w

Re: [Pharo-users] Observing changes of regular attributes

2015-09-09 Thread Thierry Goubier
Le 09/09/2015 21:00, Mariano Martinez Peck a écrit : If you can live with only intercepting setters (not assigments) , then you can run some code AFTER loading the code, to install some method wrappers or Marea CompiledMethod proxy that intercept the execution of the setter method and do whatever

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-10 Thread Thierry Goubier
could use that and have everything it needs. Would someone be interested by that? Thierry Alexandre Le 9 sept. 2015 à 11:38, Thierry Goubier mailto:thierry.goub...@gmail.com>> a écrit : - A tool to resolve merge conflicts in Pharo. We should reuse the diff widget

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-10 Thread Thierry Goubier
names under windows. And it may be slow to write plenty of small files. Thierry Cheers, Alexandre Thierry Alexandre Le 9 sept. 2015 à 11:38, Thierry Goubier mailto:thierry.goub...@gmail.com>> a écrit : - A tool to resolve merge conflicts in Pharo. We should reuse the diff widge

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-10 Thread Thierry Goubier
Le 10/09/2015 20:29, Alexandre Bergel a écrit : But, all well considered, relying only on the underlying vcs for versions, but writing chunk files, could it work? With the gitfiletree framework, all version / meta information is external to the source files, so Metacello could use that and have e

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-10 Thread Thierry Goubier
9, 2015, at 11:04 AM, Damien Cassou wrote: Hi, today I wanted to have a look at how git integrates with Pharo. This is what I found (mostly done by Thierry Goubier, thank you very much) and what I didn't find: - there is some documentation here: https://ci.inria.fr/pharo-contribution

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-10 Thread Thierry Goubier
Le 11/09/2015 06:56, Damien Cassou a écrit : Thierry Goubier writes: 2015-09-09 16:29 GMT+02:00 Damien Cassou : something else I forgot: - what happens if a Metacello description loads a project hosted in git but I still want to be able to hack on this dependency. So, this

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-11 Thread Thierry Goubier
; >> Alexandre > >> > >>> On Sep 9, 2015, at 11:04 AM, Damien Cassou > wrote: > >>> > >>> Hi, > >>> > >>> today I wanted to have a look at how git integrates with Pharo. This is > >>> what I found (mostly do

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-11 Thread Thierry Goubier
o a more extensive refresh in a Smalltalkhub repository. Thierry > > Alexandre > > > > > On Sep 11, 2015, at 4:56 AM, Thierry Goubier > wrote: > > > > Salut Alexandre, > > > > je creuse encore un peu l'idée de l'autre format et... > >

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-11 Thread Thierry Goubier
s Torvalds, you don't throw your community on a new system overnight ;) Thierry > Alexandre > > > > > On Sep 11, 2015, at 10:35 AM, Thierry Goubier > wrote: > > > > > > > > 2015-09-11 15:28 GMT+02:00 Alexandre Bergel : > > > >

Re: [Pharo-users] Having a look at Git+Pharo

2015-09-11 Thread Thierry Goubier
Alexandre > > > > > On Sep 11, 2015, at 10:38 AM, Thierry Goubier > wrote: > > > > > > > > Le 11 septembre 2015 15:33, Alexandre Bergel > a écrit : > > [ answer in the mailing list since it may interest other ] > > > > Another pr

Re: [Pharo-users] Modify AST to send a message on Character nodes

2015-09-12 Thread Thierry Goubier
Le 12/09/2015 15:46, Peter Uhnák a écrit : If you don't want to manually operate on AST, you can use Mark's Rewrite Tool ( http://screencast.com/t/LCEl0hFl , https://medium.com/@peteruhnak/using-rewrite-tool-for-fixing-deprecated-code-12a595b291d8 ) As for ASTs I would be also curious about the

Re: [Pharo-users] Modify AST to send a message on Character nodes

2015-09-12 Thread Thierry Goubier
Hi Julien, Mark and Peter, here is a RB approach: | rewriter | rewriter := RBParseTreeRewriter new replace: ' `#aLiteral `{:node | node value isCharacter}' with: '`#aLiteral aMessage'; yourself. rewriter executeTree: (RBParser parseExpression: 'Array with: $a asciiValue with: $b with: #

Re: [Pharo-users] Modify AST to send a message on Character nodes

2015-09-12 Thread Thierry Goubier
Le 12/09/2015 18:20, Mark Rizun a écrit : Need to keep all those snipets somewhere. And I think the chapter in Pharo for the enterprise does not explain well the conditional stuff in { }. I always forget the syntax of writing condition on nodes :) I was missing the fact that the c

Re: [Pharo-users] Modify AST to send a message on Character nodes

2015-09-13 Thread Thierry Goubier
Le 13/09/2015 08:56, Marcus Denker a écrit : On 12 Sep 2015, at 19:23, Peter Uhnák mailto:i.uh...@gmail.com>> wrote: | rewriter | rewriter := RBParseTreeRewriter new replace: ' `#aLiteral `{:node | node value isCharacter}' with: '`#aLiteral aMessage'; yourself. rewr

Re: [Pharo-users] A keyboard controlled code editor, how difficult would that be?

2015-09-21 Thread Thierry Goubier
Le 21/09/2015 20:57, Stephan Eggermont a écrit : When experienced (non-smalltalk) developers come to Pharo, they often complain about the (perceived) lack of keyboard control. Spotter has made it easy to open new browsers and inspectors, but navigating between all the open windows is still mostly

Re: [Pharo-users] Integrating a custom spotter, reusing current code

2015-09-22 Thread Thierry Goubier
2015-09-22 14:02 GMT+02:00 Peter Uhnák : > > Also, how do I get to a list > > of the implementers/senders/references/etc of the method/class? > > What is the improved and approved way to do this :) ? > > do you mean sending them #senders and #implementors? Or am I missing > something? > > aCompile

Re: [Pharo-users] is " #^ " legal syntax?

2015-09-27 Thread Thierry Goubier
Hi Udo, #^ is invalid by definition. #'^' is the right way to write it. The definition is that # can be followed by a message selector (including binary selectors such as -), or by a quoted string, or by an opening parenthesis (array literal). Regards, Thierry Le 27/09/2015 12:27, Udo Schn

Re: [Pharo-users] is " #^ " legal syntax?

2015-09-27 Thread Thierry Goubier
Thierry cheers -ben On Sun, Sep 27, 2015 at 7:05 PM, Thierry Goubier wrote: Hi Udo, #^ is invalid by definition. #'^' is the right way to write it. The definition is that # can be followed by a message selector (including binary selectors such as -), or by a quoted string

Re: [Pharo-users] not yet / should be implemented

2015-09-28 Thread Thierry Goubier
Le 28/09/2015 21:09, Peter Uhnák a écrit : What is the difference? — *ShouldBeImplemented* * * I am ShouldBeImplemented, an exception signaled when some method should have been implemented but was not. Usually in a abstract class to signal that a concrete su

Re: [Pharo-users] not yet / should be implemented

2015-09-28 Thread Thierry Goubier
Le 28/09/2015 21:53, Peter Uhnák a écrit : On Mon, Sep 28, 2015 at 9:36 PM, Thierry Goubier mailto:thierry.goub...@gmail.com>> wrote: Le 28/09/2015 21:09, Peter Uhnák a écrit : What is the difference? — *ShouldBeImple

Re: [Pharo-users] Pharo 5 update of Grafeo

2015-09-30 Thread Thierry Goubier
Yes, quite a cool toolkit. Thierry 2015-09-30 10:05 GMT+02:00 Alexandre Bergel : > Wow! > > Cool! > > Alexandre > > > On Sep 30, 2015, at 10:02 AM, Stephan Eggermont > wrote: > > > > Grafeo is a nice Morphic graph editing toolkit by Eiichiro Ito. > > It forms the basis for Fluo. > > https://vim

Re: [Pharo-users] Analysis/Visualizations of DBs

2015-10-02 Thread Thierry Goubier
2015-10-02 14:34 GMT+02:00 Torsten Bergmann : > Hi, > > we have many nice analysis and visualizations tools available (Moose, > Roassal, ViDi, ...) > Often it is focused on development or code. Also we have refactoring tools. > > What would be cool would be to have some tool for doing this on > (r

Re: [Pharo-users] Problem with Copy-and-Paste on Google Chrome in Ubuntu

2015-10-07 Thread Thierry Goubier
Hi Fabio, for the copy paste to work from Chrome, you need to start your Pharo with the --textenc utf8 command line option. Regards, Thierry 2015-10-07 16:17 GMT+02:00 Fábio Petrillo : > Dear Pharo Manager, > > I am a really newby in Pharo and I was trying to copy-and-paste a code in > a Play

[Pharo-users] [ANN] Windows support for GitFileTree

2015-10-09 Thread Thierry Goubier
Hi all, thanks to the help of Nicolai and Levente (and others), GitFileTree has now working support for Windows users through ProcessWrapper (on the development versions). A way for it to work is to have git in your path and simply load: Metacello new configuration: 'GitFileTree';

Re: [Pharo-users] Is RubMethodEditingExample supposed to work?

2015-10-12 Thread Thierry Goubier
2015-10-12 16:52 GMT+02:00 Stephan Eggermont : > On 02-10-15 10:57, Stephan Eggermont wrote: > >> On 02-10-15 08:27, Nicolai Hess wrote: >> >>> Maybe it was supposed to work but isn't finished? >>> There is another example >>> RubPluggableTextMorphExample >>> That one can save changes. >>> >> >> A

Re: [Pharo-users] [ANN] Windows support for GitFileTree

2015-10-12 Thread Thierry Goubier
not have too much time but is a start, I hope. Cheers, Hernán 2015-10-09 18:35 GMT-03:00 Thierry Goubier mailto:thierry.goub...@gmail.com>>: Hi all, thanks to the help of Nicolai and Levente (and others), GitFileTree has now working support for Windows users through P

Re: [Pharo-users] [ANN] Windows support for GitFileTree

2015-10-13 Thread Thierry Goubier
2015-10-13 9:29 GMT+02:00 Peter Uhnák : > On Tue, Oct 13, 2015 at 8:11 AM, Thierry Goubier < > thierry.goub...@gmail.com> wrote: > >> Hi Hernàn, >> >> I'm not familiar with the use of ssh-agent. Could it interfere with >> someone using his own

Re: [Pharo-users] [ANN] Windows support for GitFileTree

2015-10-13 Thread Thierry Goubier
I'll have a look. Thierry > > thanks, > Robert > > On 10/13/2015 03:36 AM, Thierry Goubier wrote: > >> >> >> 2015-10-13 9:29 GMT+02:00 Peter Uhnák > <mailto:i.uh...@gmail.com>>: >> >> On Tue, Oct 13, 2015 at 8:11 AM, Thier

Re: [Pharo-users] Fossil and Filetree

2015-10-20 Thread Thierry Goubier
2015-10-20 11:09 GMT+02:00 Hilaire : > Hi, > > I have been trying Fossil with Filetree, and I was rather please by the > mutuals use of these tools. So I may share a few feedbacks. > Fossil[1] itself is a software to manage source code development. It is > very simple to install and data is saved

Re: [Pharo-users] Fossil and Filetree

2015-10-20 Thread Thierry Goubier
2015-10-20 12:13 GMT+02:00 Hilaire : > Le 20/10/2015 11:20, Thierry Goubier a écrit : > > So it looks very similar to a filetree + git workflow ? > > > > Any taker on adding a fossil interface to filetree with the same > > approach as GitFileTree ? > > > > T

Re: [Pharo-users] Fossil and Filetree

2015-10-20 Thread Thierry Goubier
2015-10-20 12:17 GMT+02:00 Thierry Goubier : > > > 2015-10-20 12:13 GMT+02:00 Hilaire : > >> Le 20/10/2015 11:20, Thierry Goubier a écrit : >> > So it looks very similar to a filetree + git workflow ? >> > >> > Any taker on adding a fossil interfa

Re: [Pharo-users] Fossil and Filetree

2015-10-20 Thread Thierry Goubier
2015-10-20 12:21 GMT+02:00 Thierry Goubier : > > > 2015-10-20 12:17 GMT+02:00 Thierry Goubier : > >> >> >> 2015-10-20 12:13 GMT+02:00 Hilaire : >> >>> Le 20/10/2015 11:20, Thierry Goubier a écrit : >>> > So it looks very similar to a fi

Re: [Pharo-users] Fossil and Filetree

2015-10-20 Thread Thierry Goubier
2015-10-20 16:07 GMT+02:00 Thierry Goubier : > > > 2015-10-20 12:21 GMT+02:00 Thierry Goubier : > >> >> >> 2015-10-20 12:17 GMT+02:00 Thierry Goubier : >> >>> >>> >>> 2015-10-20 12:13 GMT+02:00 Hilaire : >>> >>>>

Re: [Pharo-users] Fossil and Filetree

2015-10-21 Thread Thierry Goubier
Le 21/10/2015 21:09, Hilaire a écrit : Le 20/10/2015 16:32, Thierry Goubier a écrit : Done. The configuration has been updated for Pharo3. Où dois-je regarder ? Look the following methods in MCFileTreeGitRepository, protocole git querying: gitBranchs gitCloneRepositoryAndCheckoutIn

Re: [Pharo-users] Fossil and Filetree

2015-10-21 Thread Thierry Goubier
eTree'; repository: 'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main'; load Thierry Hilaire Le 21/10/2015 21:29, Thierry Goubier a écrit : Le 21/10/2015 21:09, Hilaire a écrit : Le 20/10/2015 16:32, Thierry Goubier a écrit : Done. The configuration has been updat

Re: [Pharo-users] Fossil and Filetree

2015-10-22 Thread Thierry Goubier
2015-10-22 10:40 GMT+02:00 Hilaire : > Le 21/10/2015 22:03, Thierry Goubier a écrit : > > > > Just use the ConfigurationOfGitFileTree available in your > > Configuration browser in the image ;) > > > > Or > > > > Metacello new > > configur

Re: [Pharo-users] Fossil and Filetree

2015-10-22 Thread Thierry Goubier
2015-10-22 11:16 GMT+02:00 Hilaire : > Le 22/10/2015 10:47, Thierry Goubier a écrit : > > Still, with all the people interested by Fossil, I think the > > motivation is there. And it would be nice to see a bit of refactoring > > to decouple the format from the specific

Re: [Pharo-users] Updated Pharo By Example

2015-10-23 Thread Thierry Goubier
Le 23 oct. 2015 7:00 PM, "Dimitris Chloupis" a écrit : > > I completely agree with Stef, I did actually removed some screenshots and someone put them pack > > Maybe I can create a pharo script to auto make them for each version Wasn't there a way to run Smalltalk code inside pillar? Code that wou

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

2015-10-23 Thread Thierry Goubier
Le 23/10/2015 21:01, Peter Uhnák a écrit : It's also possible that it is simply bugged. PackageRemotesManager doesn't use TreeModel, it uses different widget (whose API looks cleaner). I'll try to look at this tomorrow (unless someone else beats me to it) how this could be done (and maybe even

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

2015-10-23 Thread Thierry Goubier
Le 24 oct. 2015 8:12 AM, "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. :) Ah, you want to do it? ;) > Unless Cyril is going to do the rewrite himself. Wasn't that the plan? I'm confused :) Thie

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

2015-10-24 Thread Thierry Goubier
Le 24 oct. 2015 12:07 PM, "Peter Uhnák" a écrit : >> >> > Unless Cyril is going to do the rewrite himself. >> Wasn't that the plan? I'm confused :) > > > Oh? I do not remember anyone mentioning on the mailing list that someone will change Spec to use FT. Or was this from some internal discussion a

Re: [Pharo-users] Fossil and Filetree

2015-10-24 Thread Thierry Goubier
work together up on the github repo, that's up to you and Hilaire, if you have a github id, let me know and I will add you as a contributor on the project so that you two can work together ... Dale On 10/24/15 6:55 AM, Hilaire wrote: Le 22/10/2015 10:47, Thierry Goubier a écrit : Yes, I guess

Re: [Pharo-users] Fossil and Filetree

2015-10-24 Thread Thierry Goubier
://github.com/dalehenrich/filetree/tree/pharo4.0/repository, you'll find both MonticelloFileTree-Core and MonticelloFileTree-Git (as well as the Tests and the GitTests). Thierry Hilaire Le 24/10/2015 18:44, Thierry Goubier a écrit : Hilaire, Dale, the easiest would be to make a fork of filetr

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

2015-10-25 Thread Thierry Goubier
Le 24/10/2015 13:20, Ferlicot D. Cyril a écrit : 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

Re: [Pharo-users] [ANN] Working with Pharo on the Raspberry Pi

2015-10-25 Thread Thierry Goubier
Le 25/10/2015 21:47, Torsten Bergmann a écrit : I wrote a small article on Medium on how to setup the Pi with a touch screen and Pharo: https://medium.com/@astares/pharo-pi-9eef257b6a21#.gw72pe7uy Hope one or the other might be interested. Have fun T. Cool and interesting :) Thierry

Re: [Pharo-users] Is GitFileTree broken on Pharo 5 ?

2015-10-25 Thread Thierry Goubier
Le 25/10/2015 22:04, Dimitris Chloupis a écrit : because I just downloaded a fresh pharo 5 image and installed gitfiletree from catalog browser and i try to add a newly initialised git repo and i am getting this Well, normally no since I'm using it on Pharo5. But I may have missed the last rou

Re: [Pharo-users] Is GitFileTree broken on Pharo 5 ?

2015-10-26 Thread Thierry Goubier
ne it to my hard disk as I have done with all my other gitfiletree projects. On Sun, Oct 25, 2015 at 11:29 PM Thierry Goubier mailto:thierry.goub...@gmail.com>> wrote: Le 25/10/2015 22:04, Dimitris Chloupis a écrit : > because I just downloaded a fresh ph

Re: [Pharo-users] Fossil and Filetree

2015-10-29 Thread Thierry Goubier
2015-10-29 10:26 GMT+01:00 Hilaire : > Le 24/10/2015 18:44, Thierry Goubier a écrit : > > Hilaire, if you prefer a Smalltalkhub project, just do so and I'll > > make regular merges back into filetree. > > I commited to SqueakSource a few abstractions WIP > http://s

[Pharo-users] Ring question

2015-11-02 Thread Thierry Goubier
I'm trying to look into Ring implementation. So I have a first question. Why is RGAbstractContainer and subclasses irregular? Is that on purpose? Details: RGAbstractContainer delegates adding a new element to the element being added, via aRGElement>>#addInContainer:. This element is then expected

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

2015-11-12 Thread Thierry Goubier
Profiling a Spotter open ? Thierry 2015-11-12 14:25 GMT+01:00 Torsten Bergmann : > kilon wrote: > >I am on a 100kb/s connection and never had an issue with Spotter, are we > >sure here that is just slow connections or maybe something else ? > > Tried on a slow mobile line now again as well witho

Re: [Pharo-users] Very sad day for the world

2015-11-14 Thread Thierry Goubier
Le 14/11/2015 06:08, Hernán Morales Durand a écrit : Cannot believe what happened in Paris. I am really sad and frightened about the future of human kind. Love and strength to the people in Paris and all of France. Thanks for your concern; it is very much appreciated :( Thierry

Re: [Pharo-users] RewriteTool not working in latest Pharo

2015-11-17 Thread Thierry Goubier
2015-11-17 13:20 GMT+01:00 Peter Uhnák : > Thanks! > > One more question though: is it possible to somehow reference the method's > name? > > For example I would like to rewrite method > > [[[ > navy > ^ self fromHexString: '80' > ]]] > > to > > [[[ > navy > ^ ColorRegistry at: #navy ifAbsentP

Re: [Pharo-users] RewriteTool not working in latest Pharo

2015-11-17 Thread Thierry Goubier
2015-11-17 13:40 GMT+01:00 Peter Uhnák : > > > On Tue, Nov 17, 2015 at 1:25 PM, Thierry Goubier < > thierry.goub...@gmail.com> wrote: > >> >> >> 2015-11-17 13:20 GMT+01:00 Peter Uhnák : >> >>> Thanks! >>> >>> One more qu

Re: [Pharo-users] Extracting *.tar.gz file in Pharo 5

2015-11-20 Thread Thierry Goubier
Le 20/11/2015 21:16, Juraj Kubelka a écrit : If I remember well, ZIP in Pharo supports only one file (one stream of data). There is no support for directories. At least, when I have intended it some time ago, I failed. No, zip in Pharo works with directories. However I think the zip Filesystem

Re: [Pharo-users] Extracting *.tar.gz file in Pharo 5

2015-11-20 Thread Thierry Goubier
Le 20/11/2015 21:44, Juraj Kubelka a écrit : On Nov 20, 2015, at 17:36, Thierry Goubier wrote: Le 20/11/2015 21:16, Juraj Kubelka a écrit : If I remember well, ZIP in Pharo supports only one file (one stream of data). There is no support for directories. At least, when I have intended it

Re: [Pharo-users] About profiling code

2015-11-22 Thread Thierry Goubier
Le 22/11/2015 20:42, Guillermo Polito a écrit : Out of the top of my head, doing it like that only profiles widget creation/install if I'm not mistaken. But not render time. Because the doit is executed inside the event processing of the morphic render loop. But a cool ui profiling should also m

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

2015-11-23 Thread Thierry Goubier
Hi Skip, this is interesting. It would mean the ability to handle github issues querying/opening inside Pharo, no? Thierry Le 23/11/2015 16:25, Skip Lentz a écrit : Hi everyone, As part of my internship I am creating bindings to the GitHub API in Pharo. As a prototype and demo, I have creat

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

2015-11-23 Thread Thierry Goubier
Le 23/11/2015 18:40, Skip Lentz a écrit : On Nov 23, 2015, at 6:32 PM, Thierry Goubier wrote: Hi Skip, this is interesting. It would mean the ability to handle github issues querying/opening inside Pharo, no? Yes, if that part of the API is implemented. There are still a lot of

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

2015-11-24 Thread Thierry Goubier
Hi Skip, Trying here, especially interested to see how it handles metadata-less filetree. - I have no authentification issues (but I had the feeling the GUI wasn't working for a little while) - I don't get all my repositories (well, in practice allmost none, however I get all the pharo books), s

Re: [Pharo-users] piping output from shell process to transcript

2015-11-24 Thread Thierry Goubier
2015-11-24 9:18 GMT+01:00 Peter Uhnak : > On 11/23, john pfersich wrote: > > Try this: > > > > | p | > > p:= (PipeableOSProcess waitForCommand: 'whoami'). > > Transcript show: (p output). > > This will not do, as I said, I need live result. `#output` will output > it only after the process has com

[Pharo-users] [PhD] Opening for an Internship/PhD on Refactoring

2015-11-26 Thread Thierry Goubier
ps and PhD students, with a higher than average salary and significant benefits. Interested candidates should contact me. Regards, Thierry Goubier, Research Engineer, CEA List, LCE

Re: [Pharo-users] Stop Thinking in Terms of Files

2015-12-06 Thread Thierry Goubier
Le 07/12/2015 02:50, Martin Bähr a écrit : Excerpts from Sven Van Caekenberghe's message of 2015-12-06 19:39:51 +0100: There are a lot of questions in there, too much to answer. i am interested in the versioning of code and objects. the poster makes a good point there. The traditional, full

Re: [Pharo-users] Stop Thinking in Terms of Files

2015-12-06 Thread Thierry Goubier
Le 07/12/2015 07:13, Martin Bähr a écrit : Excerpts from Thierry Goubier's message of 2015-12-07 06:42:51 +0100: i am interested in the versioning of code and objects. the poster makes a good point there. The traditional, full approach, would have been to use an object oriented database like Ge

Re: [Pharo-users] Stop Thinking in Terms of Files

2015-12-07 Thread Thierry Goubier
2015-12-07 8:53 GMT+01:00 Martin Bähr : > Excerpts from Dimitris Chloupis's message of 2015-12-07 08:24:13 +0100: > > > well, i wouldn't need or even want it in memory, so on disk is fine. > the > > > problem is more likely management of the same. browsing the changes is > not > > > really conveni

Re: [Pharo-users] Stop Thinking in Terms of Files

2015-12-08 Thread Thierry Goubier
Hi Kilon, I think what you are describing as a need for you is the ability to directly load into an image chunks of image memory space, containing already initialized images and code (i.e. live objects stored one way or another). Fuel could be an answer to that (wasn't that Tanker, the Fuel for co

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

2015-12-08 Thread Thierry Goubier
Le 08/12/2015 16:53, Christophe Demarey a écrit : yes, we miss a package initialize method ... FileTree, GitFileTree and probably Monticello have support for a package initialize method. Now, when I was doing my browser, I wondered about giving access to such code... turns out nobody uses i

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

2015-12-09 Thread Thierry Goubier
Le 09/12/2015 00:15, Mariano Martinez Peck a écrit : On Tue, Dec 8, 2015 at 6:23 PM, Thierry Goubier mailto:thierry.goub...@gmail.com>> wrote: Le 08/12/2015 16:53, Christophe Demarey a écrit : yes, we miss a package initialize method ... FileTree, GitFileTree and pr

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

2015-12-09 Thread Thierry Goubier
Le 09/12/2015 11:22, stepharo a écrit : It would be good to add a preLoad and postLoad hook in the Manifest +1 Thierry Stef Le 8/12/15 16:53, Christophe Demarey a écrit : yes, we miss a package initialize method ... Le 8 déc. 2015 à 16:35, Mariano Martinez Peck a écrit : Dimitris, Rely

Re: [Pharo-users] Github + Metacello + Baselines

2015-12-27 Thread Thierry Goubier
Hi Julián, Le 26/12/2015 18:12, Julián Maestri a écrit : I'm trying to use a BaselineOf approach for development, and wanted to know if I got something wrong. 1. Development must be done on the baseline? Hum, I'd say the two concepts are orthogonal: A BaselineOf express the relations and re

Re: [Pharo-users] Browsing shortucts

2016-01-05 Thread Thierry Goubier
2016-01-05 14:42 GMT+01:00 David Allouche : > Strangely, I am not able get any response from Ctrl-TAB, which is > essential to tab out of a text widget. > > Looking with the inspector, it looks like it SHOULD do what I need, but it > appears that the keyboard event does not get there. > > How can

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

2016-01-14 Thread Thierry Goubier
And for those who would like to use it (or for Mac OS X users), a GitFileTree version using it is available by loading it this way: Metacello new baseline: 'FileTree'; repository: 'github://dalehenrich/filetree:issue_171/repository'; load: 'Git' Regards, Thierry Le 14/

Re: [Pharo-users] Creation form from PNG file very slow on Pharo 4 and 5

2016-01-18 Thread Thierry Goubier
Hi Kilon, Le 17/01/2016 22:25, Dimitris Chloupis a écrit : Fuel is great indeed and very convenient ,will definetly use this approach if I end up dealing with a lot of PNGs and experience some serious delays, but for now, lazy loading with some forking should be enough to make this instantaneous

Re: [Pharo-users] Dynamic Typing > Static Typing? « games.greggman.com

2016-01-20 Thread Thierry Goubier
Le 20/01/2016 05:53, Martin Bähr a écrit : Excerpts from Sven Van Caekenberghe's message of 2016-01-19 22:09:44 +0100: http://games.greggman.com/game/dynamic-typing-static-typing/ In a dynamically typed language you write (a lot) l

Re: [Pharo-users] Dynamic Typing > Static Typing? « games.greggman.com

2016-01-22 Thread Thierry Goubier
Le 22/01/2016 19:35, stepharo a écrit : - Performance: for a compiler, having access to static types makes compiling and performance optimisation a lot easier. This is my current project (R compilation to heterogeneous targets) and I find that type inference over R code is a hard (and interesti

Re: [Pharo-users] Pharo + git workflow

2016-01-25 Thread Thierry Goubier
Hi Norbert, Le 25/01/2016 20:01, Norbert Hartl a écrit : Am 25.01.2016 um 18:09 schrieb Norbert Hartl : I'm eager to try a new project with some git repositories. But to be honest I don't really get it. Searching the web there is lots to find but nothing actual. I don't understand if it is o

Re: [Pharo-users] Pharo + git workflow

2016-01-25 Thread Thierry Goubier
Hi Norbert, Le 25/01/2016 21:17, Norbert Hartl a écrit : Hi Thierry, Am 25.01.2016 um 20:45 schrieb Thierry Goubier mailto:thierry.goub...@gmail.com>>: Hi Norbert, Le 25/01/2016 20:01, Norbert Hartl a écrit : Am 25.01.2016 um 18:09 schrieb Norbert Hartl mailto:norb...@hartl.name&g

Re: [Pharo-users] Pharo + git workflow

2016-01-25 Thread Thierry Goubier
Hi Norbert, the latest development version of GitFileTree for Pharo4 has the new url syntax and does not create metadata-less repositories by default. Thierry

Re: [Pharo-users] Pharo + git workflow

2016-01-25 Thread Thierry Goubier
Le 25/01/2016 22:03, Norbert Hartl a écrit : Hi Thierry, Am 25.01.2016 um 21:36 schrieb Thierry Goubier : Hi Norbert, Le 25/01/2016 21:17, Norbert Hartl a écrit : Hi Thierry, Am 25.01.2016 um 20:45 schrieb Thierry Goubier mailto:thierry.goub...@gmail.com>>: Hi Norbert, Le 25/01/2

Re: [Pharo-users] Pharo + git workflow

2016-01-25 Thread Thierry Goubier
Le 25/01/2016 22:12, Norbert Hartl a écrit : Hi, Am 25.01.2016 um 21:36 schrieb Thierry Goubier : Hi Norbert, Le 25/01/2016 21:17, Norbert Hartl a écrit : Hi Thierry, Am 25.01.2016 um 20:45 schrieb Thierry Goubier mailto:thierry.goub...@gmail.com>>: Hi Norbert, Le 25/01/2016

Re: [Pharo-users] Pharo + git workflow

2016-01-25 Thread Thierry Goubier
Le 25/01/2016 22:12, Norbert Hartl a écrit : Hi, Am 25.01.2016 um 21:36 schrieb Thierry Goubier : Hi Norbert, Le 25/01/2016 21:17, Norbert Hartl a écrit : Hi Thierry, Am 25.01.2016 um 20:45 schrieb Thierry Goubier mailto:thierry.goub...@gmail.com>>: Hi Norbert, Le 25/01/2016

Re: [Pharo-users] Pharo + git workflow

2016-01-25 Thread Thierry Goubier
Le 25/01/2016 22:40, Norbert Hartl a écrit : Am 25.01.2016 um 22:19 schrieb Thierry Goubier mailto:thierry.goub...@gmail.com>>: I tried in Pharo3 and that works. Strange. Can you see what is missing from the git clone command when the error is raised? You should see a string or an arra

Re: [Pharo-users] Pharo + git workflow

2016-01-25 Thread Thierry Goubier
Hi Norbert, Just tell me if you need any additional parameter to the git clone for the credentials, because I'm not sure I have written the code which will handle them. Thierry Le 25/01/2016 22:47, Norbert Hartl a écrit : Hi Thierry, Am 25.01.2016 um 22:28 schrieb Thierry Goubier

Re: [Pharo-users] Pharo + git workflow

2016-01-25 Thread Thierry Goubier
Le 25/01/2016 23:13, Norbert Hartl a écrit : Am 25.01.2016 um 23:02 schrieb Norbert Hartl : Hi, Am 25.01.2016 um 22:55 schrieb Thierry Goubier : Hi Norbert, Just tell me if you need any additional parameter to the git clone for the credentials, because I'm not sure I have writte

<    1   2   3   4   5   6   >