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

Issue 2219044: T1247 - Conditionally do (use-modules (ice-9 curried-definitions)) if running with Guile V2, (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by Ian Hulin (gmail)
Modified:
13 years, 1 month ago
Reviewers:
Reinhold, Patrick McCarty, carl.d.sorensen, Neil Puttock, hanwenn
CC:
frogs_lilynet.net, lilypond-devel_gnu.org
Visibility:
Public.

Patch Set 1 #

Total comments: 23

Patch Set 2 : Sort out indentation/whitespace issues #

Patch Set 3 : Change ly:progress to ly:message in new code. #

Total comments: 2

Patch Set 4 : Sanitize message for Guile V1.8 --verbose, used primitive-load-path in ly:load #

Total comments: 11

Patch Set 5 : Implement f/b: remove debug-enable 'debug, correct parenthesizing, and fix w/space in lily.scm #

Patch Set 6 : Allow display-lily.scm to compile using Guile V2 #

Total comments: 18

Patch Set 7 : Merge changes in from origin/master branch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -10 lines) Patch
M scm/display-lily.scm View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M scm/lily.scm View 1 2 3 4 5 6 4 chunks +17 lines, -9 lines 0 comments Download

Messages

Total messages: 28
Ian Hulin (gmail)
Patch available for review. Cheers, Ian Hulin
13 years, 7 months ago (2010-09-24 23:29:07 UTC) #1
Carl
I like the code for choosing Guile V2. I'm concerned about a bunch of the ...
13 years, 7 months ago (2010-09-25 15:57:09 UTC) #2
Ian Hulin (gmail)
http://codereview.appspot.com/2219044/diff/1/scm/lily.scm File scm/lily.scm (right): http://codereview.appspot.com/2219044/diff/1/scm/lily.scm#newcode197 scm/lily.scm:197: ;(set-debug-cell-accesses! 1000) On 2010/09/25 15:57:09, Carl wrote: > Why ...
13 years, 7 months ago (2010-09-25 21:27:06 UTC) #3
Neil Puttock
http://codereview.appspot.com/2219044/diff/1/scm/lily.scm File scm/lily.scm (right): http://codereview.appspot.com/2219044/diff/1/scm/lily.scm#newcode226 scm/lily.scm:226: (ly:progress (_ "Using (ice-9 curried-definitions) module\n")) (if (ly:get-option 'verbose) ...
13 years, 7 months ago (2010-09-25 21:45:21 UTC) #4
Ian Hulin (gmail)
http://codereview.appspot.com/2219044/diff/1/scm/lily.scm File scm/lily.scm (right): http://codereview.appspot.com/2219044/diff/1/scm/lily.scm#newcode226 scm/lily.scm:226: (ly:progress (_ "Using (ice-9 curried-definitions) module\n")) On 2010/09/25 21:45:21, ...
13 years, 7 months ago (2010-09-25 23:39:33 UTC) #5
Neil Puttock
On 2010/09/25 23:39:33, ianhulin44 wrote: > Looking at warn.cc I can see ly:progress and ly:message ...
13 years, 7 months ago (2010-09-26 00:00:27 UTC) #6
Ian Hulin (gmail)
On 2010/09/26 00:00:27, Neil Puttock wrote: > On 2010/09/25 23:39:33, ianhulin44 wrote: > > > ...
13 years, 7 months ago (2010-09-26 10:19:59 UTC) #7
Patrick McCarty
On 2010/09/26 10:19:59, ianhulin44 wrote: > On 2010/09/26 00:00:27, Neil Puttock wrote: > > > ...
13 years, 7 months ago (2010-09-30 21:15:21 UTC) #8
Ian Hulin (gmail)
New patchset uploaded Ian http://codereview.appspot.com/2219044/diff/10001/scm/lily.scm File scm/lily.scm (right): http://codereview.appspot.com/2219044/diff/10001/scm/lily.scm#newcode231 scm/lily.scm:231: (_ "module (ice-9 curried-definitions) not ...
13 years, 6 months ago (2010-10-20 20:54:04 UTC) #9
Ian Hulin (gmail)
OK to remove offending line even when using Guile V1.8.7? Ian http://codereview.appspot.com/2219044/diff/15001/scm/lily.scm File scm/lily.scm (right): ...
13 years, 6 months ago (2010-10-20 21:42:06 UTC) #10
Patrick McCarty
Hi Ian, I will test your patch shortly. Thanks, Patrick http://codereview.appspot.com/2219044/diff/15001/scm/lily.scm File scm/lily.scm (right): http://codereview.appspot.com/2219044/diff/15001/scm/lily.scm#newcode231 ...
13 years, 6 months ago (2010-10-20 21:58:06 UTC) #11
Patrick McCarty
Hi Ian, I just tested your patch. In addition to the small tweak that is ...
13 years, 6 months ago (2010-10-21 00:12:21 UTC) #12
Ian Hulin (gmail)
Hi Patrick, On 21/10/10 01:12, pnorcks@gmail.com wrote: > Hi Ian, > > I just tested ...
13 years, 6 months ago (2010-10-21 20:11:55 UTC) #13
Ian Hulin (gmail)
New patch-set uploads (well two actually, but please review the latest). Code in display-lily.scm to ...
13 years, 6 months ago (2010-10-27 09:01:32 UTC) #14
Patrick McCarty
Hi Ian, This patch still isn't working for me with Guile 1.9.13. Guile 1.8 is ...
13 years, 6 months ago (2010-11-02 21:53:54 UTC) #15
Ian Hulin (gmail)
Another thought re the conditional (define-module) idea, if it's (if) making the guile compilation barf, ...
13 years, 5 months ago (2010-11-25 15:56:26 UTC) #16
Patrick McCarty
Hi Ian, On 2010/11/25 15:56:26, ianhulin44 wrote: > Another thought re the conditional (define-module) idea, ...
13 years, 5 months ago (2010-11-28 20:36:17 UTC) #17
Patrick McCarty
Hi Ian, Please see my new comment regarding this patch (below). Thanks, Patrick http://codereview.appspot.com/2219044/diff/25001/scm/display-lily.scm File ...
13 years, 2 months ago (2011-02-17 06:50:21 UTC) #18
Ian Hulin (gmail)
Hi Patrick, On 2011/02/17 06:50:21, Patrick McCarty wrote: > Hi Ian, > > Please see ...
13 years, 2 months ago (2011-02-17 15:06:40 UTC) #19
Ian Hulin (gmail)
http://codereview.appspot.com/2219044/diff/25001/scm/display-lily.scm File scm/display-lily.scm (right): http://codereview.appspot.com/2219044/diff/25001/scm/display-lily.scm#newcode34 scm/display-lily.scm:34: On 2011/02/17 06:50:21, Patrick McCarty wrote: > Jan recently ...
13 years, 2 months ago (2011-02-17 15:06:59 UTC) #20
Patrick McCarty
http://codereview.appspot.com/2219044/diff/25001/scm/display-lily.scm File scm/display-lily.scm (right): http://codereview.appspot.com/2219044/diff/25001/scm/display-lily.scm#newcode34 scm/display-lily.scm:34: On 2011/02/17 15:07:00, ianhulin44 wrote: > In which case, ...
13 years, 2 months ago (2011-02-17 16:17:08 UTC) #21
Reinhold
http://codereview.appspot.com/2219044/diff/25001/scm/display-lily.scm File scm/display-lily.scm (right): http://codereview.appspot.com/2219044/diff/25001/scm/display-lily.scm#newcode34 scm/display-lily.scm:34: > We are in musicxml2ly and a few snippets: ...
13 years, 2 months ago (2011-02-17 17:05:25 UTC) #22
Ian Hulin (gmail)
OK all, I've worked out what to keep and what to nuke. I'll prepare a ...
13 years, 2 months ago (2011-02-17 19:06:52 UTC) #23
Ian Hulin (gmail)
New patchset uploaded to Rietveld Issue 2219044. Please review. Cheers, Ian
13 years, 2 months ago (2011-02-17 21:08:05 UTC) #24
Patrick McCarty
On 2011/02/17 17:05:25, Reinhold wrote: > http://codereview.appspot.com/2219044/diff/25001/scm/display-lily.scm > File scm/display-lily.scm (right): > > http://codereview.appspot.com/2219044/diff/25001/scm/display-lily.scm#newcode34 > ...
13 years, 2 months ago (2011-02-18 02:06:00 UTC) #25
Patrick McCarty
LGTM. Can you email me your patch so I can apply it? Thanks, Patrick
13 years, 2 months ago (2011-02-18 02:13:25 UTC) #26
Ian Hulin (gmail)
Hi Patrick, On 18/02/11 02:13, pnorcks@gmail.com wrote: > LGTM. > > Can you email me ...
13 years, 2 months ago (2011-02-20 12:38:59 UTC) #27
Patrick McCarty
13 years, 2 months ago (2011-02-21 07:31:24 UTC) #28
On Sun, Feb 20, 2011 at 4:38 AM, Ian Hulin <ianhulin44@gmail.com> wrote:
> Hi Patrick,
>
> On 18/02/11 02:13, pnorcks@gmail.com wrote:
>> LGTM.
>>
>> Can you email me your patch so I can apply it?
>
> Here's the patch.

I retested everything, and the patch checks out just fine.  I've pushed it.

Thanks,
Patrick
Sign in to reply to this message.

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