Updates:
Status: Fixed
Labels: -Patch-review Fixed_2_17_13
Comment #4 on issue 3181 by [email protected]: Patch: Replace several misuses of
eq? on numerical values
http://code.google.com/p/lilypond/issues/detail?id=3181
Pushed to staging as
commit 1c869295b643d256a99de90f67d32b442f6f0586
Author: David Kastrup <[email protected]>
Date: Fri Feb 15 10:50:43 2013 +0100
Issue3181: Replace several misuses of eq? on numerical values
Numerical values don't carry identity, so (eq? 0 0) may or may not
evaluate to #t. Those need to be replaced by eqv? or, where both
items are guaranteed to be a number, = .
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings