On 2024-11-30 13:37, Jean-Charles Malahieude wrote:
On a fresh repo, make doc chokes on input/regression/include-path-modification and I'm unable to resolve this.

Excerpt of the log:

```
Renaming input to: `include-path-modification-i.ly'
include-path-modification-i.ly:13:2: error: Guile signaled an error for the expression beginning here
#
 (ly:parser-append-to-include-path
In procedure scm_to_utf8_stringn: Wrong type argument in position 1 (expecting string): #f
```

Excerpt of the test source:

```
#(ly:parser-append-to-include-path
  (string-append
   (dirname (current-filename))
   file-name-separator-string
   "mock-library-v1"))
```

I do not know why the argument would be #f in your run when it has worked for me and worked in the CI builds.
--
Dan

Reply via email to