Re: Strange formatting of optional Scheme function arguments

2022-04-19 Thread Werner LEMBERG
>> With current git (commit 44f1033467a6, using Guile 2.2.7), the >> formatting of optional Scheme function arguments in the IR looks >> strange. [...] > > I'll fix that later. An issue seems like the way to go for now. Done. https://gitlab.com/lilypond/lilypond/-/issues/6330 Werner

Re: Strange formatting of optional Scheme function arguments

2022-04-18 Thread Jean Abou Samra
Le 18/04/2022 à 11:33, Werner LEMBERG a écrit : With current git (commit 44f1033467a6, using Guile 2.2.7), the formatting of optional Scheme function arguments in the IR looks strange. For example, the signature ``` (define*-public (markup->string m #:key (layout #f) (props '())) ``` appears a

Strange formatting of optional Scheme function arguments

2022-04-18 Thread Werner LEMBERG
With current git (commit 44f1033467a6, using Guile 2.2.7), the formatting of optional Scheme function arguments in the IR looks strange. For example, the signature ``` (define*-public (markup->string m #:key (layout #f) (props '())) ``` appears as ``` Function: markup->string m #:#:layout #:#