Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2384)

Issue 152370043: Issue 4156: Define Smob<> constructors. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by Dan Eble
Modified:
9 years, 6 months ago
Reviewers:
dak, lemzwerg
CC:
lilypond-devel_gnu.org
Base URL:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Visibility:
Public.

Description

Define Smob<> constructors. https://code.google.com/p/lilypond/issues/detail?id=4156

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -26 lines) Patch
M lily/book.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/context.cc View 1 chunk +0 lines, -5 lines 1 comment Download
M lily/context-def.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/font-metric.cc View 1 chunk +2 lines, -1 line 0 comments Download
M lily/grob.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/include/book.hh View 1 chunk +1 line, -0 lines 2 comments Download
M lily/include/context.hh View 2 chunks +2 lines, -1 line 0 comments Download
M lily/include/context-def.hh View 1 chunk +3 lines, -1 line 0 comments Download
M lily/include/font-metric.hh View 1 chunk +1 line, -0 lines 0 comments Download
M lily/include/grob.hh View 1 chunk +1 line, -0 lines 0 comments Download
M lily/include/lily-parser.hh View 1 chunk +1 line, -0 lines 0 comments Download
M lily/include/music-iterator.hh View 3 chunks +3 lines, -1 line 0 comments Download
M lily/include/output-def.hh View 1 chunk +1 line, -0 lines 0 comments Download
M lily/include/page-marker.hh View 1 chunk +1 line, -0 lines 0 comments Download
M lily/include/prob.hh View 1 chunk +1 line, -0 lines 0 comments Download
M lily/include/scale.hh View 1 chunk +3 lines, -1 line 0 comments Download
M lily/include/scm-hash.hh View 1 chunk +1 line, -0 lines 0 comments Download
M lily/include/score.hh View 1 chunk +1 line, -0 lines 0 comments Download
M lily/include/smobs.hh View 2 chunks +19 lines, -10 lines 2 comments Download
M lily/include/translator.hh View 1 chunk +1 line, -0 lines 0 comments Download
M lily/lily-parser.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/music-iterator.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M lily/output-def.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/page-marker.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/prob.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/scale.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/scm-hash.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/score.cc View 1 chunk +1 line, -0 lines 0 comments Download
M lily/translator.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12
Dan Eble
9 years, 6 months ago (2014-10-08 04:25:59 UTC) #1
Dan Eble
Note that I haven't searched for kinds of derived Smob that are still getting compiler-generated ...
9 years, 6 months ago (2014-10-08 04:40:36 UTC) #2
lemzwerg
LGTM, from visual inspection only :-) https://codereview.appspot.com/152370043/diff/1/lily/include/book.hh File lily/include/book.hh (right): https://codereview.appspot.com/152370043/diff/1/lily/include/book.hh#newcode31 lily/include/book.hh:31: typedef Smob<Book> base_type; ...
9 years, 6 months ago (2014-10-08 04:57:41 UTC) #3
dak
Neither the Google issue nor the Rietveld review contain any rationale for that change. It ...
9 years, 6 months ago (2014-10-08 08:42:55 UTC) #4
Dan Eble
On 2014/10/08 08:42:55, dak wrote: > It complicates the source without _any_ difference in execution ...
9 years, 6 months ago (2014-10-08 13:17:39 UTC) #5
dak
On 2014/10/08 13:17:39, Dan Eble wrote: > On 2014/10/08 08:42:55, dak wrote: > > It ...
9 years, 6 months ago (2014-10-08 13:54:07 UTC) #6
Dan Eble
On 2014/10/08 13:54:07, dak wrote: > "Not defined" is quite definitely not a statement of ...
9 years, 6 months ago (2014-10-08 23:48:16 UTC) #7
dak
On 2014/10/08 23:48:16, Dan Eble wrote: > On 2014/10/08 13:54:07, dak wrote: > > "Not ...
9 years, 6 months ago (2014-10-09 05:13:48 UTC) #8
Dan Eble
On 2014/10/09 05:13:48, dak wrote: > Incidentally, do you use git cl > for uploading? ...
9 years, 6 months ago (2014-10-11 17:53:13 UTC) #9
dak
On 2014/10/11 17:53:13, Dan Eble wrote: > On 2014/10/09 05:13:48, dak wrote: > > Incidentally, ...
9 years, 6 months ago (2014-10-11 18:52:57 UTC) #10
Dan Eble
On 2014/10/11 18:52:57, dak wrote: > What I usually do is to have my branches ...
9 years, 6 months ago (2014-10-18 16:38:14 UTC) #11
dak
9 years, 6 months ago (2014-10-18 16:42:22 UTC) #12
On 2014/10/18 16:38:14, Dan Eble wrote:
> On 2014/10/11 18:52:57, dak wrote:
> > What I usually do is to have my branches associated with an
> > upstream branch.
> > 
> > git branch -b issuexxx origin
> 
> "branch" is a thinko for "checkout" right?

Uh, yes.

Sorry.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b