Re: Staging Broken with last makelsr - incorrect TexInfo command format

2017-01-11 Thread David Kastrup
James  writes:

> Hello,
>
> The snippet 'using-marklines-in-a-frenched-score.ly' in the recent
> makelsr commit
>
> http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=5fd7d7d19803c8b1cfac6324381c86dcc057a433
>
> contains a malformed TexInfo command
>
> @{Markdown}
>
> Which breaks make doc and so cannot be merged into master.
>
> See my last email about testing patches with new snippets.
>
> Unless you are going to make doc, I suggest that you don't push
> makelsr updates as makelesr doesn't check for incorrect TexInfo
> formats, and while 'make' often catches a lot of these TexInfo issues,
> it wouldn't in this case because this snippet isn't 'checked' until
> the makedoc stage.

The snippets get converted to Texinfo (without graphics) just when doing
"make", so while "make" does not capture LilyPond errors within @texinfo
constructs, it usually balks on Texinfo errors.

-- 
David Kastrup

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Staging Broken with last makelsr - incorrect TexInfo command format

2017-01-11 Thread David Nalesnik
On Wed, Jan 11, 2017 at 9:00 AM, James  wrote:
> David
>
>
>
> On 11/01/17 14:31, David Nalesnik wrote:
>>
>> On Wed, Jan 11, 2017 at 8:26 AM, David Nalesnik
>>  wrote:
>>>
>>> On Wed, Jan 11, 2017 at 5:19 AM, James  wrote:

 Hello,

 The snippet 'using-marklines-in-a-frenched-score.ly' in the recent
 makelsr
 commit


 http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=5fd7d7d19803c8b1cfac6324381c86dcc057a433

 contains a malformed TexInfo command

 @{Markdown}

 Which breaks make doc and so cannot be merged into master.

 See my last email about testing patches with new snippets.

 Unless you are going to make doc, I suggest that you don't push makelsr
 updates as makelesr doesn't check for incorrect TexInfo formats, and
 while
 'make' often catches a lot of these TexInfo issues, it wouldn't in this
 case
 because this snippet isn't 'checked' until the makedoc stage.

 My testing would have captured this.

 I'll wait until this is resolved before I bother with my Patch countdown
 email. Else we'll just make staging even more problematic if devs who
 can
 push their patches don't see these emails.

>>> Sorry about this.  I assumed that the snippet was good to go from
>>> finding its way into the code base, and that makelsr would have caught
>>> anything in any case.
>>>
>>> The problem is pretty easy to fix on my end, but I'm extremely wary of
>>> messing (further) with origin/staging as all I've done to this point
>>> are simple pushes.  A revert would be bad for the project history, so
>>> what would you propose that I do in this case?
>>
>> Is this a case where pushing an amended commit would be super obnoxious?
>
>
> Well if you did do that, then we would have a commit in master that you
> cannot technically build from, so I think you should remove/revert the
> commit and then repush it (or whatever the git terminology is). However I am
> not a dev so cannot give your more of an idea than that.
>

Ok, so I will probably do

git revert HEAD

in my staging branch

and push it to origin/staging.

---

I won't attempt to clear the LSR queue in preparation for my patch
update (as I did) by running makelsr.py again.

When I update my issue, I'll simply add my snippet to snippets/new,
and leave updating the LSR to the future (when the frenched-score
snippet and my proposed snippet and whatever else appears will be
integrated)

Best,
David

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Staging Broken with last makelsr - incorrect TexInfo command format

2017-01-11 Thread James

David


On 11/01/17 14:31, David Nalesnik wrote:

On Wed, Jan 11, 2017 at 8:26 AM, David Nalesnik
 wrote:

On Wed, Jan 11, 2017 at 5:19 AM, James  wrote:

Hello,

The snippet 'using-marklines-in-a-frenched-score.ly' in the recent makelsr
commit

http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=5fd7d7d19803c8b1cfac6324381c86dcc057a433

contains a malformed TexInfo command

@{Markdown}

Which breaks make doc and so cannot be merged into master.

See my last email about testing patches with new snippets.

Unless you are going to make doc, I suggest that you don't push makelsr
updates as makelesr doesn't check for incorrect TexInfo formats, and while
'make' often catches a lot of these TexInfo issues, it wouldn't in this case
because this snippet isn't 'checked' until the makedoc stage.

My testing would have captured this.

I'll wait until this is resolved before I bother with my Patch countdown
email. Else we'll just make staging even more problematic if devs who can
push their patches don't see these emails.


Sorry about this.  I assumed that the snippet was good to go from
finding its way into the code base, and that makelsr would have caught
anything in any case.

The problem is pretty easy to fix on my end, but I'm extremely wary of
messing (further) with origin/staging as all I've done to this point
are simple pushes.  A revert would be bad for the project history, so
what would you propose that I do in this case?

Is this a case where pushing an amended commit would be super obnoxious?


Well if you did do that, then we would have a commit in master that you 
cannot technically build from, so I think you should remove/revert the 
commit and then repush it (or whatever the git terminology is). However 
I am not a dev so cannot give your more of an idea than that.


Regards

James

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Staging Broken with last makelsr - incorrect TexInfo command format

2017-01-11 Thread David Nalesnik
On Wed, Jan 11, 2017 at 8:26 AM, David Nalesnik
 wrote:
> On Wed, Jan 11, 2017 at 5:19 AM, James  wrote:
>> Hello,
>>
>> The snippet 'using-marklines-in-a-frenched-score.ly' in the recent makelsr
>> commit
>>
>> http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=5fd7d7d19803c8b1cfac6324381c86dcc057a433
>>
>> contains a malformed TexInfo command
>>
>> @{Markdown}
>>
>> Which breaks make doc and so cannot be merged into master.
>>
>> See my last email about testing patches with new snippets.
>>
>> Unless you are going to make doc, I suggest that you don't push makelsr
>> updates as makelesr doesn't check for incorrect TexInfo formats, and while
>> 'make' often catches a lot of these TexInfo issues, it wouldn't in this case
>> because this snippet isn't 'checked' until the makedoc stage.
>>
>> My testing would have captured this.
>>
>> I'll wait until this is resolved before I bother with my Patch countdown
>> email. Else we'll just make staging even more problematic if devs who can
>> push their patches don't see these emails.
>>
>
> Sorry about this.  I assumed that the snippet was good to go from
> finding its way into the code base, and that makelsr would have caught
> anything in any case.
>
> The problem is pretty easy to fix on my end, but I'm extremely wary of
> messing (further) with origin/staging as all I've done to this point
> are simple pushes.  A revert would be bad for the project history, so
> what would you propose that I do in this case?

Is this a case where pushing an amended commit would be super obnoxious?

David

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: Staging Broken with last makelsr - incorrect TexInfo command format

2017-01-11 Thread David Nalesnik
On Wed, Jan 11, 2017 at 5:19 AM, James  wrote:
> Hello,
>
> The snippet 'using-marklines-in-a-frenched-score.ly' in the recent makelsr
> commit
>
> http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=5fd7d7d19803c8b1cfac6324381c86dcc057a433
>
> contains a malformed TexInfo command
>
> @{Markdown}
>
> Which breaks make doc and so cannot be merged into master.
>
> See my last email about testing patches with new snippets.
>
> Unless you are going to make doc, I suggest that you don't push makelsr
> updates as makelesr doesn't check for incorrect TexInfo formats, and while
> 'make' often catches a lot of these TexInfo issues, it wouldn't in this case
> because this snippet isn't 'checked' until the makedoc stage.
>
> My testing would have captured this.
>
> I'll wait until this is resolved before I bother with my Patch countdown
> email. Else we'll just make staging even more problematic if devs who can
> push their patches don't see these emails.
>

Sorry about this.  I assumed that the snippet was good to go from
finding its way into the code base, and that makelsr would have caught
anything in any case.

The problem is pretty easy to fix on my end, but I'm extremely wary of
messing (further) with origin/staging as all I've done to this point
are simple pushes.  A revert would be bad for the project history, so
what would you propose that I do in this case?

Again, sorry for the trouble I've caused.

David

___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel


Staging Broken with last makelsr - incorrect TexInfo command format

2017-01-11 Thread James

Hello,

The snippet 'using-marklines-in-a-frenched-score.ly' in the recent 
makelsr commit


http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commit;h=5fd7d7d19803c8b1cfac6324381c86dcc057a433

contains a malformed TexInfo command

@{Markdown}

Which breaks make doc and so cannot be merged into master.

See my last email about testing patches with new snippets.

Unless you are going to make doc, I suggest that you don't push makelsr 
updates as makelesr doesn't check for incorrect TexInfo formats, and 
while 'make' often catches a lot of these TexInfo issues, it wouldn't in 
this case because this snippet isn't 'checked' until the makedoc stage.


My testing would have captured this.

I'll wait until this is resolved before I bother with my Patch countdown 
email. Else we'll just make staging even more problematic if devs who 
can push their patches don't see these emails.


Regards


James


___
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel