guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30629] [PATCH 1/5] Add (guix glob).


From: Danny Milosavljevic
Subject: [bug#30629] [PATCH 1/5] Add (guix glob).
Date: Wed, 28 Feb 2018 12:25:20 +0100

> +;;; This is a minimal implementation of "glob patterns" (info "(libc)
> +;;; Globbbing").  It is currently limited to simple patterns and does not
> +;;; support braces and square brackets, for instance.

According to kmod-24 libkmod/libkmod-index.c kmod only supports "?" "*" "[" "]".

So we'd still have to implement "[", "]"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]