Updates:
Status: Fixed
Labels: -Patch-push Fixed_2_19_16
Comment #10 on issue 4135 by [email protected]: Patch: Replace mark_smob static
member functions with non-static members
https://code.google.com/p/lilypond/issues/detail?id=4135
Pushed to staging as
commit 00b9619cea1020f6773f23df8764ef85ee2912bf
Author: David Kastrup <[email protected]>
Date: Wed Sep 10 17:01:43 2014 +0200
Issue 4135/2: Replace mark_smob static member functions with non-static
memb
Since the mark functions generally need to access a number of members,
it is quite more convenient if the mark functions are proper non-static
member functions.
commit d93f200b402bf71709fc3426132e4a27c56ec684
Author: David Kastrup <[email protected]>
Date: Sat Sep 27 13:27:45 2014 +0200
Issue 4135/1: Don't use ASSERT_LIVE_IS_ALLOWED in simple smobs
When replacing mark_smob with a proper member function, use of
ASSERT_LIVE_IS_ALLOWED would require access to self_scm () or similar,
and simple smobs don't link back to their SCM cell. This only
concerns Skyline and Context_mod, so the loss is not all that
large.
--
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