The Inbox: EToys-fn.320.mcz

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

The Inbox: EToys-fn.320.mcz

commits-2
A new version of EToys was added to project The Inbox:
http://source.squeak.org/inbox/EToys-fn.320.mcz

==================== Summary ====================

Name: EToys-fn.320
Author: fn
Time: 10 February 2018, 5:41:54.520402 pm
UUID: 426d114e-cc88-4f1b-848d-377a5b873aba
Ancestors: EToys-eem.319

Move to "logical operations".

=============== Diff against EToys-eem.319 ===============

Item was removed:
- ----- Method: Boolean>>xor: (in category '*Etoys-Squeakland-logical operations') -----
- xor: aBoolean
- "Exclusive OR. Answer true if the receiver is not equivalent to aBoolean."
-
- ^(self == aBoolean) not!


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: EToys-fn.320.mcz

fniephaus
Whoops, forgot to mention this belongs to Kernel-fn.1152.mcz.

Fabio

--

On Sat, Feb 10, 2018 at 5:42 PM <[hidden email]> wrote:
A new version of EToys was added to project The Inbox:
http://source.squeak.org/inbox/EToys-fn.320.mcz

==================== Summary ====================

Name: EToys-fn.320
Author: fn
Time: 10 February 2018, 5:41:54.520402 pm
UUID: 426d114e-cc88-4f1b-848d-377a5b873aba
Ancestors: EToys-eem.319

Move to "logical operations".

=============== Diff against EToys-eem.319 ===============

Item was removed:
- ----- Method: Boolean>>xor: (in category '*Etoys-Squeakland-logical operations') -----
- xor: aBoolean
-       "Exclusive OR. Answer true if the receiver is not equivalent to aBoolean."
-
-       ^(self == aBoolean) not!