guix/gnu
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
..
bootloader
build glob: Add an extra glob pattern compilation stage. 2018-03-18 22:57:17 +01:00
packages gnu: youtube-dl: Update to 2018.03.14. 2018-03-18 18:47:16 +01:00
services services: openssh: Add 'accepted-environment' field. 2018-03-18 00:02:05 +01:00
system vm: Display a backtrace upon error by default. 2018-03-18 22:34:40 +01:00
tests
artwork.scm
bootloader.scm
local.mk gnu: Add terraform-docs. 2018-03-17 23:04:29 +00:00
packages.scm
services.scm
system.scm
tests.scm