Fix #887: Use ly:string-percent-encode for textedit URIs. (issue193077)

2010-01-24 Thread lemzwerg
http://codereview.appspot.com/193077/diff/1001/12 File lily/general-scheme.cc (right): http://codereview.appspot.com/193077/diff/1001/12#newcode230 lily/general-scheme.cc:230: return ((c >= 0x2D && c <= 0x2F) // hyphen, full-stop, and forward-slash Wouldn't it be faster to use an array of `0' an

Re: Trying to get a hang of what to use when...

2010-01-24 Thread Han-Wen Nienhuys
mostly correct. some remarks On Sat, Jan 23, 2010 at 8:58 AM, David Kastrup wrote: > Ok, I am trying to figure out for what kind of task one would use what > kind of Lilypond construct.  So I try echoing my current understanding > and want you to holler when I am wrong. > > We have music function

[PATCH] Fix #887: Use ly:string-percent-encode for textedit URIs.

2010-01-24 Thread Patrick McCarty
Hi, I've uploaded a patch to Rietveld: http://codereview.appspot.com/193077/show Any comments or suggestions for improvement are appreciated. Thanks, Patrick ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listi

Trying to get a hang of what to use when...

2010-01-24 Thread David Kastrup
Ok, I am trying to figure out for what kind of task one would use what kind of Lilypond construct. So I try echoing my current understanding and want you to holler when I am wrong. We have music functions. Music functions can be used for doing music in, music out. Now music can be complex, con

2.14 release: good news and bad news

2010-01-24 Thread Graham Percival
Good news: we're down to 18 release-blocking items: 9 code, and 9 non-code. I can't really estimate the time required to fix the code regressions. The other items are all 2-10 hours. So 2.14 might happen in Feb. Granted, this doesn't include any new regressions that we might discover when we an

Re: rebasing multiple git branches at once

2010-01-24 Thread Trevor Daniels
Carl Sorensen wrote Sunday, January 24, 2010 1:49 PM On 1/23/10 11:10 PM, "Mark Polesky" wrote: I wrote a little shell script to rebase all my local git branches at once. So does the script rebase all branches in a repository? I'm sure I wouldn't like that; I have some branches that are u

Re: rebasing multiple git branches at once

2010-01-24 Thread Carl Sorensen
On 1/24/10 6:49 AM, "Carl Sorensen" wrote: > > > > > On 1/23/10 11:10 PM, "Mark Polesky" wrote: > >> I wrote a little shell script to rebase all my local git >> branches at once. However, reading the git-pull man page >> makes me wonder if there's not some tragedy waiting to >> happen.

Re: rebasing multiple git branches at once

2010-01-24 Thread Carl Sorensen
On 1/23/10 11:10 PM, "Mark Polesky" wrote: > I wrote a little shell script to rebase all my local git > branches at once. However, reading the git-pull man page > makes me wonder if there's not some tragedy waiting to > happen. The script is designed for developers who are only > tracking th