lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4032 in lilypond: Patch: unsmob_pitch -> Pitch


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4032 in lilypond: Patch: unsmob_pitch -> Pitch::unsmob and related
Date: Sat, 02 Aug 2014 14:58:36 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_19_11

Comment #12 on issue 4032 by address@hidden: Patch: unsmob_pitch -> Pitch::unsmob and related
http://code.google.com/p/lilypond/issues/detail?id=4032

Pushed to staging as
*   commit f4abbfff5f0d985a457e15586dbcc3ae473b0dee
|\  Merge: 564524f 0f2f6a5
| | Author: David Kastrup <address@hidden>
| | Date:   Sat Aug 2 16:55:32 2014 +0200
| |
| |     Merge branch 'issue4032'
| |
| * commit 0f2f6a5e7a2f484ea54b20e5642825667c91ec7f
| | Author: David Kastrup <address@hidden>
| | Date:   Sun Jul 27 16:24:57 2014 +0200
| |
| |     Manual cleanup after unsmob_xxx -> Xxx:unsmob conversion
| |
| * commit 9066eeede909ace56324c905217c5b585ba42f90
| | Author: David Kastrup <address@hidden>
| | Date:   Sun Jul 27 15:21:22 2014 +0200
| |
| |     Replace remaining uses of unsmob_xxx with Xxx::unsmob
| |
| |     This runs
| | sed -i 's/unsmob_\(engraver\|global_context\|input\|item\|music\| paper_score\|performance\|performer\|spanner\| stream_event\)\b/\u\1::unsmob/g' $(git grep -l unsmob_ lily)
| |
| | as the mechanical part of the conversion. A separate commit provides
| |     the required definitions.
| |
| * commit ef250dfc8cd4a5574a5059249e19208a3b068714
| | Author: David Kastrup <address@hidden>
| | Date:   Sun Jul 27 10:08:27 2014 +0200
| |
| |     Remove definition of DECLARE_UNSMOB
| |
| * commit 5bbfc22fce036b9b69df5e420de93e11da23c05e
| | Author: David Kastrup <address@hidden>
| | Date:   Fri Jul 25 19:00:42 2014 +0200
| |
| |     unsmob_pitch -> Pitch::unsmob and related
| |
| | This is part of moving away from implementing LilyPond infrastructure | | via the C preprocessor rather than C++ features since C++ features tend
| |     to be more transparent to IDEs, debuggers, editors, and newcomers.
| |
| | sed -i "$(git grep -h DECLARE_UNSMOB|sed 's/.*(\(.*\), \(.*\)).*/s\/unsmob_\2\\b\/\1::unsmob\/g/')" $(git grep -l unsmob_)
| |     sed -i '/^DECLARE_UNSMOB/d' `git grep -l DECLARE_UNSMOB`
| |     git checkout Documentation/misc/CHANGES-1.3
| |
| |     (the changes to the CHANGES file are not useful).
| |
| |     The definition of DECLARE_UNSMOB is removed in a separate commit.
| |
| * commit e223f29418201d07dc1637e54a47e9757f91e86a
|/  Author: David Kastrup <address@hidden>
|   Date:   Fri Jul 25 18:35:49 2014 +0200
|
|       Remove unused macros ADD_TYPE_PREDICATE and DECLARE_TYPE_P
|


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