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
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to