guix/gnu/build
Ludovic Courtès 71e08fde28
glob: Add an extra glob pattern compilation stage.
* guix/glob.scm (compile-glob-pattern): Rename to...
(string->sglob): ... this.
(compile-sglob, string->compiled-sglob): New procedures.
(glob-match?): Replace '?, 'range, and 'set with a single clause.
* tests/glob.scm (test-compile-glob-pattern): Rename to...
(test-string->sglob): ... this.  Adjust accordingly.
(test-glob-match): Use 'string->compiled-sglob' instead of
'compile-glob-pattern'.
* gnu/build/linux-modules.scm (read-module-aliases): Use
'string->compiled-sglob' instead of 'compile-glob-pattern'.
2018-03-18 22:57:17 +01:00
..
activation.scm
bootloader.scm
cross-toolchain.scm
file-systems.scm
install.scm
linux-boot.scm
linux-container.scm
linux-initrd.scm
linux-modules.scm glob: Add an extra glob pattern compilation stage. 2018-03-18 22:57:17 +01:00
marionette.scm
shepherd.scm
svg.scm
vm.scm