lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3181 in lilypond: Patch: Replace several misus


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

Updates:
        Status: Fixed
        Labels: -Patch-review Fixed_2_17_13

Comment #4 on issue 3181 by address@hidden: 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 <address@hidden>
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



reply via email to

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