Re: Fix a few lilypond-book bugs on windows (Issue 1815). (issue 5183042)

2011-10-05 Thread Julien Rioux
On Wed, Oct 5, 2011 at 5:17 AM, Alex Austin wrote: > On Tue, Oct 4, 2011 at 3:22 PM, wrote: >> >> ... There are no hardĀ links that I am aware of. > > http://msdn.microsoft.com/en-us/library/windows/desktop/aa365006(v=vs.85).aspx It is not a restriction of NTFS but of the windows C api and thus i

Re: Fix a few lilypond-book bugs on windows (Issue 1815). (issue 5183042)

2011-10-04 Thread Alex Austin
On Tue, Oct 4, 2011 at 3:22 PM, wrote: > > ... There are no hard links that I am aware of. > > http://msdn.microsoft.com/en-us/library/windows/desktop/aa365006(v=vs.85).aspx ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/ma

Re: Fix a few lilypond-book bugs on windows (Issue 1815). (issue 5183042)

2011-10-04 Thread julien . rioux
Reviewers: Reinhold, Message: Of course you know the code better, so please investigate. I did not understand why we keep two points to the same file, but if it is needed, support for windows will require copying the files. There are no hard links that I am aware of. http://codereview.appspot.c

Fix a few lilypond-book bugs on windows (Issue 1815). (issue 5183042)

2011-10-04 Thread reinhold . kainhofer
http://codereview.appspot.com/5183042/diff/1/python/book_snippets.py File python/book_snippets.py (right): http://codereview.appspot.com/5183042/diff/1/python/book_snippets.py#newcode643 python/book_snippets.py:643: os.rename (src, dst) Doesn't this REMOVE the src? os.link creates a link at dst,