Status: Started
Owner: [email protected]
Labels: Type-Enhancement Patch-new

New issue 3181 by [email protected]: Patch: Replace several misuses of eq? on numerical values
http://code.google.com/p/lilypond/issues/detail?id=3181

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, = .

http://codereview.appspot.com/7346046

--
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

Reply via email to