Could not merge changes... DNU

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Could not merge changes... DNU

Stéphane Ducasse
PSMCmergePatchMorph>>selectNextConflict
        "Select the next conflict after the current selection, if any."

        |next def|
        next := self nextConflict ifNil: [^self].
        def := next remoteDefinition ifNil: [next localDefinition].
        self changed: {#changes. #openPath. next targetClassName asString.  
def selector asString}


def = a MCOrganizationDefinition(#(#'System-Object Events'))
and does not understand selector

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Could not merge changes... DNU

Gary Chambers-4
Will have a look. Not encountered an organisation conflict before.
You can, of course, select the conflict manually from the tree and choose
from there...

Regards, Gary

----- Original Message -----
From: "Stéphane Ducasse" <[hidden email]>
To: "Pharo Development" <[hidden email]>
Sent: Thursday, March 19, 2009 9:13 PM
Subject: [Pharo-project] Could not merge changes... DNU


> PSMCmergePatchMorph>>selectNextConflict
> "Select the next conflict after the current selection, if any."
>
> |next def|
> next := self nextConflict ifNil: [^self].
> def := next remoteDefinition ifNil: [next localDefinition].
> self changed: {#changes. #openPath. next targetClassName asString.
> def selector asString}
>
>
> def = a MCOrganizationDefinition(#(#'System-Object Events'))
> and does not understand selector
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project 


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project