Re: [Pharo-users] Saving selected changes in Monticello

2017-06-04 Thread serge . stinckwich
Kommiter available in default image allows you do cherry pick quite easily. Envoyé de mon iPhone > Le 5 juin 2017 à 07:14, Ben Coman a écrit : > > > >> On Mon, Jun 5, 2017 at 10:12 AM, Andreas Sunardi wrote: >> I have a half done changes in my image, but I need to distribute the other >> ch

Re: [Pharo-users] Saving selected changes in Monticello

2017-06-04 Thread Ben Coman
On Mon, Jun 5, 2017 at 10:12 AM, Andreas Sunardi wrote: > I have a half done changes in my image, but I need to distribute the other > changes that are done. I thought I was going to do this all at once, but > now I realize I should split this into 2 commit versions. > > Is there a way in Montice

Re: [Pharo-users] Wiring objects, IoC and Service Locator

2017-06-04 Thread Ben Coman
Sorry I'm not familiar with the pattern, so I don't have a direct answer, and the following might not have a direct answer either, but in general I'd strongly suggest two books for adapting from static OO languages. 1. The Design Patterns Smalltalk Companion, Alpert, Brown & Woolf - including som

[Pharo-users] Saving selected changes in Monticello

2017-06-04 Thread Andreas Sunardi
I have a half done changes in my image, but I need to distribute the other changes that are done. I thought I was going to do this all at once, but now I realize I should split this into 2 commit versions. Is there a way in Monticello to say save my changes, but not this and that changes? I can't

Re: [Pharo-users] Creating a BaselineOf from a ConfigurationOf>>#baselineXyz:

2017-06-04 Thread Hernán Morales Durand
Hi Sean, I didn't tried too much but you may first have to match the node in the parse tree. Something like this: | node | node := (RBParseTreeRewriter treeMatching: '`@expr blessing: `#lit' in: (YourClass >> #baseline01:) parseTree). (node parent removeNode: node) newSource. Cheers, He

Re: [Pharo-users] STON Question

2017-06-04 Thread Sven Van Caekenberghe
Stef, STON is like FUEL, it can write any object to a stream and read it back. Although you can customise how this is done, only one way of doing so is supported (i.e. you cannot change the format for each application). People have used STON for various applications now, including for configura

[Pharo-users] Wiring objects, IoC and Service Locator

2017-06-04 Thread Vitor Medina Cruz
Hello, I would like to know how people in Pharo ecosystem do to deal with object wiring, as described by Marting Fowler in https://martinfowler.com/articles/injection.html#FormsOfDependencyInjection: "A common issue to deal with is how to wire together different elements: how do you fit together

[Pharo-users] STON Question

2017-06-04 Thread Stephane Ducasse
Hi sven I'm working on a new configuration frameworks similar to the one use pillar.conf. So basically I have ston := '{ "newLine":#unix, "separateOutputFiles":true }'. and I want to recreate it. So I did Object >> toConfigurationString ^ STON toString: self SimpleConfiguration >

[Pharo-users] Deadline Extension - SLE 2017 (10th ACM SIGPLAN International Conference on Software Language Engineering)

2017-06-04 Thread Andrei Chis
**Call for Papers** - **Deadline Extension** **Abstract Submission**: Friday 9, June 2017 **Paper Submission**:Friday 16, June 2017 10th ACM SIG

[Pharo-users] snap morphs/windows to each other when dragging

2017-06-04 Thread Peter Uhnak
Hi, is it possible to tell windows to "snap" to other windows when dragging? So e.g. when I am dragging Playground window, it will try to snap side by side with a close-by another window, so they don't overlap (unless I e.g. press shift or something). Thanks, Peter