Re: possible bug with custom-named modules
[email protected] (Paul Jarc) Sat, 06 Jun 2026 22:28:10 -0400
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Organization | What did you have in mind? A short, blunt, human pyramid? |
| Message-ID | <[email protected]> |
I wrote: > If it's a relative path, or not a path for > this file, or a list of multiple symbols regardless of their names, > then there's no problem. Actually, that's not quite true. A list of multiple symbols will also trigger the problem if (string-join module-name "/") produces an absolute path for the file.