[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
238/376: Add test for readDir primop
From: |
Ludovic Courtès |
Subject: |
238/376: Add test for readDir primop |
Date: |
Wed, 28 Jan 2015 22:05:19 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 3fd2d2187efcb0d7c7fe7ebdc2baa14edfac6d0c
Author: Shea Levy <address@hidden>
Date: Wed Oct 1 09:40:45 2014 -0400
Add test for readDir primop
---
tests/lang/eval-okay-readDir.exp | 1 +
tests/lang/eval-okay-readDir.nix | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/lang/eval-okay-readDir.exp b/tests/lang/eval-okay-readDir.exp
new file mode 100644
index 0000000..bf8d2c1
--- /dev/null
+++ b/tests/lang/eval-okay-readDir.exp
@@ -0,0 +1 @@
+{ bar = "regular"; foo = "directory"; }
diff --git a/tests/lang/eval-okay-readDir.nix b/tests/lang/eval-okay-readDir.nix
new file mode 100644
index 0000000..a7ec929
--- /dev/null
+++ b/tests/lang/eval-okay-readDir.nix
@@ -0,0 +1 @@
+builtins.readDir ./readDir
diff --git a/tests/lang/readDir/bar b/tests/lang/readDir/bar
new file mode 100644
index 0000000..e69de29
diff --git a/tests/lang/readDir/foo/git-hates-directories
b/tests/lang/readDir/foo/git-hates-directories
new file mode 100644
index 0000000..e69de29
- 218/376: Make forceValueDeep work on values with cycles, (continued)
- 218/376: Make forceValueDeep work on values with cycles, Ludovic Courtès, 2015/01/28
- 229/376: Remove bash requirement, Ludovic Courtès, 2015/01/28
- 231/376: nix-daemon: Close unnecessary fd, Ludovic Courtès, 2015/01/28
- 230/376: Bindings: Remove copy constructor, Ludovic Courtès, 2015/01/28
- 222/376: Add missing static, Ludovic Courtès, 2015/01/28
- 223/376: manual: add a note that lists are strict in length, Ludovic Courtès, 2015/01/28
- 232/376: printMissing(): Print derivations in approximate build order, Ludovic Courtès, 2015/01/28
- 234/376: printValue(): Don't print <CYCLE> for repeated values, Ludovic Courtès, 2015/01/28
- 233/376: Support control characters in JSON output, Ludovic Courtès, 2015/01/28
- 235/376: createDirs(): Handle ‘path’ being a symlink, Ludovic Courtès, 2015/01/28
- 238/376: Add test for readDir primop,
Ludovic Courtès <=
- 240/376: Remove some duplicate code, Ludovic Courtès, 2015/01/28
- 239/376: Add readDir primop, Ludovic Courtès, 2015/01/28
- 224/376: add manpage for nix-generate-patches, Ludovic Courtès, 2015/01/28
- 246/376: Typo, Ludovic Courtès, 2015/01/28
- 245/376: Get rid of some unnecessary ExprConcatStrings nodes in dynamic attrs, Ludovic Courtès, 2015/01/28
- 243/376: Add primop ‘catAttrs’, Ludovic Courtès, 2015/01/28
- 249/376: nix-copy-closure: Use strict, Ludovic Courtès, 2015/01/28
- 241/376: Tweak, Ludovic Courtès, 2015/01/28
- 304/376: Combine introduction / quick start parts, Ludovic Courtès, 2015/01/28
- 250/376: Remove unused @sshOpts flag, Ludovic Courtès, 2015/01/28