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 bootloader: Factorize write-file-on-device. 2017-12-15 11:52:38 +01:00
cross-toolchain.scm
file-systems.scm gnu: Consistently Write ‘file system(s)’. 2018-01-19 17:28:31 +01:00
install.scm
linux-boot.scm gnu: build: linux-boot: Remove bind-mount export. 2018-02-06 17:19:28 +00:00
linux-container.scm linux-container: Work around EBADF errors upon exit. 2018-01-15 23:29:33 +01:00
linux-initrd.scm
linux-modules.scm glob: Add an extra glob pattern compilation stage. 2018-03-18 22:57:17 +01:00
marionette.scm marionette: Use QEMU's "VM channel" mechanism. 2018-02-19 22:04:11 +01:00
shepherd.scm
svg.scm
vm.scm vm: Pass "-append ..." only once. 2018-03-16 22:59:28 +01:00