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: Reinhold Kainhofer
Subject: Re: Likely a good frog project for someone with C knowledge
Date: Wed, 17 Aug 2011 01:34:46 +0200

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

Cheers,
Reinhold



reply via email to

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