[Pharo-project] Issue 260 cleanup hasLiteralThorough
Hello, I've renamed hasLiteralThorough: to #referesToLiteral: (cf http://www.squeaksource.com/PharoInbox/SLICE-cleanup-hasLiteralThorough-G.C....) . And I've also signed the license agreement if you can add me. Cheers, Gwenael Casaccio
shouldn't that be #refersToLiteral ? http://dictionary.reference.com/browse/refers On Tue, Oct 21, 2008 at 9:41 AM, Gwenael Casaccio <mrgwen@gmail.com> wrote:
Hello,
I've renamed hasLiteralThorough: to #referesToLiteral: (cf
http://www.squeaksource.com/PharoInbox/SLICE-cleanup-hasLiteralThorough-G.C.... ). And I've also signed the license agreement if you can add me.
Cheers, Gwenael Casaccio
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 21.10.2008, at 16:45, David Pennell wrote:
shouldn't that be #refersToLiteral ?
Yes! Sorry for writing the wrong bug-report... #refersToLiteral:
http://dictionary.reference.com/browse/refers
On Tue, Oct 21, 2008 at 9:41 AM, Gwenael Casaccio <mrgwen@gmail.com> wrote: Hello,
I've renamed hasLiteralThorough: to #referesToLiteral: (cf http://www.squeaksource.com/PharoInbox/SLICE-cleanup-hasLiteralThorough-G.C....) . And I've also signed the license agreement if you can add me.
Cheers, Gwenael Casaccio
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
On 10/21/08 4:54 PM, Marcus Denker wrote:
On 21.10.2008, at 16:45, David Pennell wrote:
shouldn't that be #refersToLiteral ?
Yes! Sorry for writing the wrong bug-report...
#refersToLiteral:
I'll fix the bug report ;) and then I resent a new SLICE
http://dictionary.reference.com/browse/refers
On Tue, Oct 21, 2008 at 9:41 AM, Gwenael Casaccio <mrgwen@gmail.com> wrote: Hello,
I've renamed hasLiteralThorough: to #referesToLiteral: (cf http://www.squeaksource.com/PharoInbox/SLICE-cleanup-hasLiteralThorough-G.C....).
And I've also signed the license agreement if you can add me.
Cheers, Gwenael Casaccio
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Gwenael Casaccio <mrgwen@...> writes:
On 10/21/08 4:54 PM, Marcus Denker wrote:
On 21.10.2008, at 16:45, David Pennell wrote:
shouldn't that be #refersToLiteral ?
Yes! Sorry for writing the wrong bug-report...
#refersToLiteral:
I'll fix the bug report ;) and then I resent a new SLICE
OK, i see this one is testing using identity == which is fast, works well only for Symbols, but should cover 99.9% of its use. For the fun of it, it could even work with: (Float class>>#initialize) refersToLiteral: Float pi. which surprisingly is false until you execute (Float initialize). My aim was just to check for relationship with http://bugs.squeak.org/view.php?id=6797 , but it does not seem related. Cheers
nicolas cellier <ncellier@...> writes:
For the fun of it, it could even work with:
(Float class>>#initialize) refersToLiteral: Float pi.
which surprisingly is false until you execute (Float initialize).
Forget it, it's not that surprising, it's simply the result of some recompileAll.
This is fixed http://www.squeaksource.com/PharoInbox/SLICE-cleanup-hasLiteralThorough-G.C.... On 10/21/08 4:54 PM, Marcus Denker wrote:
On 21.10.2008, at 16:45, David Pennell wrote:
shouldn't that be #refersToLiteral ?
Yes! Sorry for writing the wrong bug-report...
#refersToLiteral:
http://dictionary.reference.com/browse/refers
On Tue, Oct 21, 2008 at 9:41 AM, Gwenael Casaccio <mrgwen@gmail.com> wrote: Hello,
I've renamed hasLiteralThorough: to #referesToLiteral: (cf http://www.squeaksource.com/PharoInbox/SLICE-cleanup-hasLiteralThorough-G.C....).
And I've also signed the license agreement if you can add me.
Cheers, Gwenael Casaccio
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (4)
-
David Pennell -
Gwenael Casaccio -
Marcus Denker -
nicolas cellier