OBCmdMetacello >> isActive uses deprecated method and:and: of Phar 1.1

0 views
Skip to first unread message

Mariano Martinez Peck

unread,
Jul 2, 2010, 9:29:10 AM7/2/10
to meta...@googlegroups.com
Hi Dale. In Pharo 1.1 RC4 the method and:and: was deprecated. Do you think we can update metacello ?

I only noticed the method OBCmdMetacello >> isActive  which changing for this should just work:

OBCmdMetacello >> isActive
    ^ (target isKindOf: OBClassNode)
        and: [ (requestor isSelected: target)
        and: [ self selectedClass isMetacelloConfig ]]


Thanks

Mariano
Reply all
Reply to author
Forward
0 new messages