lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4365 in lilypond: Patch: Add ly_is_smob<T>(S)


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4365 in lilypond: Patch: Add ly_is_smob<T>(S) to check if S is a smob of type T.
Date: Fri, 08 May 2015 12:56:23 +0000


Comment #10 on issue 4365 by address@hidden: Patch: Add ly_is_smob<T>(S) to check if S is a smob of type T.
https://code.google.com/p/lilypond/issues/detail?id=4365

Well, issue 4377 does not run yet which is hardly surprising given definitions boiling down to something like
static Music * Music::unsmob (SCM x)
{
  return dynamic_cast<Music *> (Music::unsmob (x));
}

The actually surprising thing is that "make all" managed to finish when config is run without --disable-optimising. So I have to work on my sed scripting.

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