lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] Issue 3181 in lilypond: Patch: Replace several misuses o


From: lilypond
Subject: [Lilypond-auto] Issue 3181 in lilypond: Patch: Replace several misuses of eq? on numerical values
Date: Fri, 15 Feb 2013 09:53:40 +0000

Status: Started
Owner: address@hidden
Labels: Type-Enhancement Patch-new

New issue 3181 by address@hidden: 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

[Prev in Thread] Current Thread [Next in Thread]