lilypond-devel
[Top][All Lists]
Advanced

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

Re: Likely a good frog project for someone with C knowledge


From: David Kastrup
Subject: Re: Likely a good frog project for someone with C knowledge
Date: Wed, 17 Aug 2011 01:41:36 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Reinhold Kainhofer <address@hidden> writes:

> On Mi., 17. Aug. 2011 00:51:03 CEST, David Kastrup <address@hidden> wrote:
>> All of the following would have been caught by this project (I
>> hand-sifted through a git grep with a few patterns catching only a small
>> subset of what the debug option would have).
>
> Yes, seems like those are real problems.
> Doing a "git grep scm_.*_p\ lily/" shows several instances that might
> be even written easier, like
>  scm_equal_p (clefpos, prev_cpos_) == SCM_BOOL_F
>
> which could be easier to understand if written as
>  !scm_is_equal (clefpos, prev_cpos_)

There is no scm_is_equal, but there is ly_is_equal.

-- 
David Kastrup



reply via email to

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