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
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
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
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
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
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
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
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 >
**Call for Papers** - **Deadline Extension**
**Abstract Submission**: Friday 9, June 2017
**Paper Submission**:Friday 16, June 2017
10th ACM SIG
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
10 matches
Mail list logo