Search guile IRC channel logs

These are the channel logs matching your query marusich ellipsis

2023-03-31[20:54:00] <haugh> this ellipsis does nothing. too bad! it would basically solve that entire problem
2023-05-31[01:50:30] <flatwhatson> that's fine, just geiser's automatic management might confuse. it's probably the reason "ellipsis" is twice on your load-path
2023-10-20[00:40:24] <mirai> btw I refined my approach (beginning with line 80) on <https://paste.centos.org/view/71fda7e6> by rediscovering ellipsis but the question still stands
2023-11-11[05:06:42] <apteryx> oh, maybe using the ellipsis in a sxml-match wil do
2023-11-13[16:02:09] <apteryx> multiple ellipsis patterns not allowed at same level
2024-03-11[03:45:37] <cow_2001> and ellipsis checks for proper listness. i now remember someone saying something about that. maybe lud...o (don't want to highlight needlessly)
2024-05-05[00:54:37] <dcunit3d> is there a good way to get guile to ignore modules within a specific subpath? I have Guix packages/services in ./ellipsis and ./dc, but a few modules with packages I'm working on in ./ellipsis/packages, but a lot of these either require me to stash, save patches (via magit) or create branches, which ends up creating a mess that's hard to remember
2024-05-05[00:55:32] <dcunit3d> can i just create a module within like ./ellipsis/packages/wip/my-golang-package.scm and then ignore the entire ./ellipsis/packages/wip subdirectory? I'm not sure how to do that with GUILE_LOAD_PATH. or should I move it outside of the ellipsis namespace entirely?
2024-05-05[01:33:26] <dcunit3d> so unless I move my existing modules into arbirtary directories like $dotfiles/dc/dc and $dotfiles/ellipsis/ellipsis, then I can't easily create a third module root inside this $dotfiles project
2024-08-03[01:26:18] <Xeroine> I guess the ellipsis is kind of tied to the `expr` in the pattern so that's why it also becomes optional and a second `expr*` is required?
2024-12-24[16:09:38] <dsmith> OR parse-path or parse-path-with-ellipsis
2024-12-25[17:45:19] <lechner> Hi, is there a guide on how to use ellipses in Macros, please? I'm not sure I understand how to use them when the placeholder name that precedes it gets separated from the ellipsis that follows. Also, I often use more than one ellipsis pattern