Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy trees #6530

Draft
wants to merge 390 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
390 commits
Select commit Hold shift + click to select a range
37d859b
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Aug 19, 2022
a115c4f
GitHub fetcher: Restore the lastModified field
edolstra Aug 22, 2022
91aea15
Fix macOS build, where le32toh is not available
edolstra Aug 22, 2022
13c0db4
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Aug 25, 2022
def7b25
readLittleEndian(): Fix 64-bit integer truncation
edolstra Aug 26, 2022
034340a
Fix potential duplicate activity IDs in forked child processes
edolstra Aug 26, 2022
f95c425
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Aug 29, 2022
30be644
Make EvalState::inputAccessors keyed by the accessor number
edolstra Aug 29, 2022
7da3a30
Remove no_pos_tag
edolstra Aug 29, 2022
301f388
Remove FIXME
edolstra Aug 29, 2022
440214f
ZipInputAccessor: Fix invalid read
edolstra Aug 30, 2022
89f1021
Improve display of Git inputs
edolstra Aug 31, 2022
120bec5
GitInputScheme: Do not record 'ref' for dirty trees
edolstra Aug 31, 2022
8a43eaa
GitInputScheme: Add some progress indication
edolstra Aug 31, 2022
7c1bdff
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Sep 2, 2022
c0dd35a
ZipInputAccessor: Improve error messages
edolstra Sep 2, 2022
2d5cfca
Fix accessing 'toString path'
edolstra Sep 2, 2022
3667cf5
Whitespace
edolstra Sep 12, 2022
b293b33
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Sep 12, 2022
48a5879
Decode virtual paths in user-thrown errors
edolstra Sep 12, 2022
1b8065f
posToXML(): Fix displaying paths
edolstra Sep 12, 2022
85c1959
Remove some FIXMEs
edolstra Sep 12, 2022
432a3a1
Move isUri() and resolveUri() out of filetransfer.cc
edolstra Sep 12, 2022
2a1c63c
Support flake references in the old CLI
edolstra Sep 13, 2022
28b62dd
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Sep 28, 2022
a291e37
Improve error messages from call-flake.nix
edolstra Sep 28, 2022
c3c0682
Don't show "from call site" when we don't know the call site
edolstra Sep 28, 2022
cbade16
Handle unlocked overriden inputs
edolstra Sep 29, 2022
241dd54
warnOnce(): Fix boost exception when the message contains a format ch…
edolstra Sep 30, 2022
5c8d67d
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Oct 10, 2022
0286edb
Format GitHub paths as URLs
edolstra Oct 10, 2022
1483c56
Patch libzip to return timestamps in the Unix epoch
edolstra Oct 10, 2022
7317196
Input::getAccessor(): Get the fingerprint from the final accessor
edolstra Oct 10, 2022
5115909
Fix handling of relative paths
edolstra Oct 10, 2022
12dd8d4
Fix 'nix-instantiate --find-file' and add a test
edolstra Oct 12, 2022
e2353b9
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Oct 26, 2022
0402dd0
Interpret absolute paths relative to the root FS rather than the curr…
edolstra Oct 26, 2022
1683872
Use __nix_virtual__ instead of __virtual__
edolstra Oct 26, 2022
e424a8b
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Oct 27, 2022
a653e98
Encode virtual paths as /nix/store/virtual000<N>
edolstra Oct 27, 2022
f02da62
builtins.trace: Decode virtual paths
edolstra Oct 28, 2022
b275aa4
Don't use warnOnce() for the toString warning
edolstra Oct 28, 2022
8342317
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Nov 2, 2022
4072024
GitArchiveInputScheme: Bring back the narHash attribute
edolstra Nov 3, 2022
64a69b4
Fix dirOf on the root of a flake
edolstra Nov 16, 2022
561440b
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Nov 16, 2022
b27cd88
Partially revert "Format GitHub paths as URLs"
edolstra Nov 25, 2022
515b908
Fix decoding virtual paths that are at the root of the tree
edolstra Nov 25, 2022
39a783f
Require flakes for the -I flake:... feature
edolstra Dec 1, 2022
116acc1
Fix readDir for accessors whose readDirectory doesn't return types
edolstra Dec 2, 2022
fcdca3d
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Dec 5, 2022
730f6bf
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Dec 7, 2022
57397a3
Formatting
edolstra Dec 7, 2022
d162222
Remove test for .path in nix flake metadata
edolstra Dec 7, 2022
6d104bb
Don't allow appending a non-absolute path to the root of a source tree
edolstra Dec 8, 2022
f620184
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Dec 9, 2022
d950e3a
Improve error message when flake.nix exists but is not under Git control
edolstra Dec 9, 2022
12c554a
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Dec 12, 2022
a322306
For backward compatibility, allow appending non-root paths to the roo…
edolstra Dec 14, 2022
d8620d7
Append a slash in ./${"foo"}
edolstra Dec 14, 2022
8becbb0
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Dec 14, 2022
3bcaa7d
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Dec 15, 2022
210cd8c
Merge toDerivations() into toDerivedPaths()
edolstra Dec 15, 2022
81a4516
InstallableFlake::toDerivedPaths(): Support paths and store paths
edolstra Dec 15, 2022
880a72b
nix build --json: Only show non-zero startTime / stopTime
edolstra Dec 16, 2022
15d2e0e
Merge remote-tracking branch 'origin/master' into tmp
edolstra Dec 20, 2022
b48e641
Add builtins.filterPath
edolstra Dec 19, 2022
5e3cd3e
Fix FilteringInputAccessor::pathExists()
edolstra Dec 21, 2022
29dff7e
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Jan 11, 2023
20a0a74
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Jan 12, 2023
fa5af1e
Fix support for relative non-flake inputs (path:./bla)
edolstra Jan 12, 2023
9286b1a
Split GitInputScheme::getAccessor() more
edolstra Jan 20, 2023
9512afa
Typo
edolstra Jan 20, 2023
3621d07
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Jan 26, 2023
3522978
Fix tests
edolstra Jan 26, 2023
f4f0f8a
Remove toString deprecation warning
edolstra Jan 26, 2023
37b4a9e
Shut up a gcc warning
edolstra Jan 26, 2023
31bb875
Use libgit2 to provide direct access to Git repositories
edolstra Jan 25, 2023
aaf8b1b
Use C++20
edolstra Jan 31, 2023
b14830b
TarArchive: Remove a duplicate constant and increase the buffer size
edolstra Jan 31, 2023
5c29abc
GitArchiveInputScheme: Revert to downloading tarballs
edolstra Jan 31, 2023
4142982
Remove ZipInputAccessor
edolstra Jan 31, 2023
ca26ce9
Check tarball cache validity
edolstra Feb 3, 2023
219510b
GitArchiveInputScheme: Verify the locked tree hash
edolstra Feb 3, 2023
7b1cda9
GitArchiveInputScheme: Restore the lastModified attribute
edolstra Feb 3, 2023
00b746d
Warn if the computed tree hash differs from the one reported by GitHub
edolstra Feb 3, 2023
bb421ac
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Feb 8, 2023
12f1413
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Feb 17, 2023
02d5c54
Fix clang build
edolstra Feb 17, 2023
26ff9c1
Revert "Shut up a gcc warning"
edolstra Feb 17, 2023
f4009fd
Don't use std::span just yet
edolstra Feb 17, 2023
ece20d5
GitInputAccessor: Support symlinks
edolstra Feb 17, 2023
5d1e5a0
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Feb 21, 2023
c8f7ca2
Fix addErrorContext
edolstra Feb 21, 2023
273df09
Remove unused file
edolstra Feb 21, 2023
21f0a98
Remove unnecessary -lgit2
edolstra Feb 21, 2023
03618bb
Fix GitHub test
edolstra Feb 21, 2023
56a845d
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Feb 22, 2023
98a90cc
Use libgit2 to get the revCount
edolstra Feb 24, 2023
430bfcf
Use libgit2 to get lastModified
edolstra Feb 24, 2023
13e8d70
Use libgit2 for getting isShallow
edolstra Feb 24, 2023
23806db
Use libgit2 to resolve references to commit hashes
edolstra Feb 24, 2023
ab2b0fb
Add a helper class to avoid leaking libgit2 objects
edolstra Feb 24, 2023
8c8f242
Handle revisions used as refs for compatibility
edolstra Feb 24, 2023
579ecd3
Remove a test for the non-presence of git
edolstra Feb 24, 2023
1b0b3b1
Add git_oid -> Hash conversion
edolstra Feb 24, 2023
834d878
Use libgit2 to get workdir info
edolstra Mar 1, 2023
1017b11
Remove dead code
edolstra Mar 1, 2023
86ca2c5
Use libgit2 to create the local cache repos
edolstra Mar 1, 2023
e952d36
Refactor
edolstra Mar 1, 2023
d6cdb07
Rename
edolstra Mar 1, 2023
334348f
Remove use of git cat-file
edolstra Mar 1, 2023
733861d
Support allRefs in git URLs
edolstra Mar 2, 2023
3a1a33d
Use libgit2 for fetching repos
edolstra Mar 2, 2023
b19534a
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 6, 2023
854a311
Fix appending an empty string to a path
edolstra Mar 6, 2023
b8218b5
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 7, 2023
f21e1cf
Fix outPath in flakes
edolstra Mar 8, 2023
aa823c2
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 8, 2023
d7d49fd
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 9, 2023
bb72d1b
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 9, 2023
6192fd0
Fix some clang errors/warnings
edolstra Mar 9, 2023
4f1b0d7
Fix clang compilation
edolstra Mar 10, 2023
cdb946e
Fix test regression
edolstra Mar 13, 2023
7052e19
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 15, 2023
2f1a90b
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 16, 2023
0671807
Fix makefile
edolstra Mar 16, 2023
b2a205e
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 16, 2023
ccd2ad2
Remove git caching
edolstra Mar 17, 2023
2a4462e
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 17, 2023
f432967
Use libgit2 for getting the HEAD ref of local repos
edolstra Mar 20, 2023
f23b969
Check git_remote_fetch() return value
edolstra Mar 20, 2023
2ffa909
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 24, 2023
4b9215c
Handle patches that have a timestamp after the filename
edolstra Mar 28, 2023
9a15ec8
Indentation
edolstra Mar 30, 2023
870e750
Fix root/overriden flakes with dir attribute
edolstra Mar 29, 2023
64b9e50
Add CanonPath::makeRelative()
edolstra Mar 30, 2023
2154084
Allow patches to be applied to flake inputs
edolstra Mar 28, 2023
a0b0cac
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 30, 2023
a1501cf
EvalState::rootPath(): Take a CanonPath
edolstra Apr 3, 2023
8ee59d7
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Apr 3, 2023
791e222
Fix tests
edolstra Apr 6, 2023
5b2be3a
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Apr 25, 2023
0dfc214
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Apr 26, 2023
91aefbd
Factor out FilteringInputAccessor
edolstra Apr 26, 2023
d102273
Fix clang compilation
edolstra May 1, 2023
39079dd
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra May 9, 2023
2b9ded5
Fix parsing of relative flake inputs without 'path:'
edolstra May 10, 2023
a9d4780
Revert to using git for fetching remote git repos
edolstra May 11, 2023
2dc2f58
Log git fetch errors
edolstra May 11, 2023
ac73702
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra May 12, 2023
3c4d678
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Jun 2, 2023
e59caad
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Jun 19, 2023
2f18e78
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Jun 26, 2023
f355c34
Fix handling of relative path flakes (and add some tests)
edolstra Jun 26, 2023
56272db
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Aug 3, 2023
3494c29
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Sep 9, 2023
4e16d5e
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Sep 20, 2023
6b70509
Remove dead code
edolstra Sep 21, 2023
eaa785e
Improve error message
edolstra Sep 22, 2023
ea5c2e3
Tarball fetcher: Use the tarball cache
edolstra Oct 11, 2023
b219d76
Tarball cache: Add cache entries for all URLs in the redirect chain
edolstra Oct 11, 2023
0e48afb
Remove the "facts" cache
edolstra Oct 11, 2023
0b72b31
Remove debug statement
edolstra Oct 12, 2023
6513f69
Fix lastModified handling
edolstra Oct 13, 2023
94c028f
Fix file:https:// URLs
edolstra Oct 13, 2023
e350f84
Remove bad.tar.xz check, since libarchive doesn't care
edolstra Oct 13, 2023
fa8618f
Eliminate old downloadTarball()
edolstra Oct 13, 2023
144987e
Revert cache version
edolstra Oct 13, 2023
6a95ff9
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Oct 13, 2023
b4df104
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Oct 17, 2023
601de7f
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Oct 23, 2023
c677ea7
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Oct 23, 2023
aa85359
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Nov 3, 2023
ddca787
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Nov 20, 2023
ec272de
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Nov 22, 2023
b39148e
Post-merge cleanup
edolstra Nov 22, 2023
3099b51
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Nov 28, 2023
0aa13b6
Cleanup
edolstra Nov 30, 2023
be1543e
Merge remote-tracking branch 'upstream/master' into lazy-trees
Ericson2314 Dec 1, 2023
653c100
Merge remote-tracking branch 'upstream/master' into lazy-trees
Ericson2314 Dec 1, 2023
575902b
Merge remote-tracking branch 'upstream/master' into lazy-trees
Ericson2314 Dec 7, 2023
d38f4d9
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Dec 13, 2023
dab2be3
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Dec 13, 2023
2055e28
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Dec 13, 2023
c0b1df7
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Feb 15, 2024
748567b
Doxygen
edolstra Feb 15, 2024
5558d65
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Feb 19, 2024
d022bce
FileInputScheme: Display path properly
edolstra Feb 19, 2024
7eb3ba0
PosixSourceAccessor: Support roots that are not directories
edolstra Feb 19, 2024
d9cfae2
Cleanup
edolstra Feb 21, 2024
43de535
Remove unnecessary pointer
edolstra Feb 21, 2024
0d02a63
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Feb 21, 2024
d2292a1
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Feb 21, 2024
edcd6ce
Merge remote-tracking branch 'origin/master' into lazy-trees
9999years Mar 1, 2024
793a838
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 4, 2024
1c56bdd
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Mar 7, 2024
49f9099
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Apr 2, 2024
ce23764
Remove duplicate comment
edolstra Apr 2, 2024
3369a81
EvalState::findFile(): Resolve symlinks
edolstra Apr 3, 2024
3f70f20
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Apr 19, 2024
1abf058
Merge remote-tracking branch 'upstream/master' into lazy-trees
roberth Apr 21, 2024
147593d
tests/libexpr: Re-enable C api tests that build
roberth Apr 21, 2024
c6b4f01
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Apr 22, 2024
cf02c6a
Fix test
edolstra Apr 22, 2024
4a9b7c8
Fix pre-commit check
edolstra Apr 22, 2024
0efcbbf
Run the flake-regressions test suite
edolstra Apr 24, 2024
c4cd4cd
Hack
edolstra Apr 24, 2024
93cf285
PathInputScheme: Improve path display
edolstra Apr 25, 2024
2fec506
BasicDerivation: Add applyRewrites() method
edolstra Apr 25, 2024
5ddd8e4
Introduce a new string context for representing paths
edolstra Apr 25, 2024
1302bfa
Re-enable some tests
edolstra Apr 25, 2024
9c10fcf
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Apr 30, 2024
71575a2
Debug
edolstra Apr 30, 2024
333d35a
callPathFilter(): Pass a lazy store path
edolstra Apr 30, 2024
0950094
Fix fileset compatibility
edolstra Apr 30, 2024
2101916
Test baseNameOf behaviour on the root of a flake
edolstra Apr 30, 2024
fc4d948
Cleanup
edolstra Apr 30, 2024
db6c219
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Apr 30, 2024
a65c8a9
Debug
edolstra Apr 30, 2024
c5ae41d
Copy roots to the store as /nix/store/<hash1>-<hash2>-source
edolstra Apr 30, 2024
ea54be0
filterPath: Ensure /nix/store/<hash>-<hash>-source
edolstra Apr 30, 2024
a435a40
Disable some GitHub narHash related tests for now
edolstra Apr 30, 2024
7332321
Run more flake regression tests
edolstra Apr 30, 2024
299d0b7
TarballInputScheme: Fix fetchToStore() caching
edolstra May 3, 2024
3a96ba0
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra May 6, 2024
25635e5
EvalState: Rename decodePaths() -> prettyPrintPaths()
edolstra May 6, 2024
b5be3b0
Pretty-print virtual paths in more contexts
edolstra May 6, 2024
2409e6b
Add tests for tree laziness
edolstra May 6, 2024
44d20c3
Warn against use of `toString ./path` as a derivation attribute
edolstra May 6, 2024
4133514
Remove unused
edolstra May 6, 2024
2cb003c
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra May 6, 2024
8fc36e2
Fix concatenating to an attrset
edolstra May 6, 2024
bcb1be4
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra May 6, 2024
f0cf5d8
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra May 7, 2024
a123f87
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra May 8, 2024
26f1431
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra May 10, 2024
b7255f8
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra May 13, 2024
584fece
flake-regressions.sh: Make the sort order deterministic
edolstra May 14, 2024
4d39908
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra May 14, 2024
e255be6
builtins.toPath: Rewrite virtual paths
edolstra May 14, 2024
a33aad3
Use fetchToStore() instead of computeStorePath()
edolstra May 14, 2024
35bbd85
Warn about double copies
edolstra May 14, 2024
b6be10d
Skip a broken test
edolstra May 15, 2024
57e1692
Backwards compatibility hack to handle `/. + path`
edolstra May 15, 2024
57b2cc2
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Jul 2, 2024
1b20945
Formatting
edolstra Jul 2, 2024
53fabdc
Busywork
edolstra Jul 2, 2024
34e4a61
Merge branch 'master' into lazy-trees
Ericson2314 Jul 5, 2024
0d3a157
Merge remote-tracking branch 'origin/master' into lazy-trees
edolstra Jul 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into lazy-trees
  • Loading branch information
edolstra committed May 6, 2024
commit 2cb003c8257ec2a1529ea50b8e928120a650d18e
1 change: 0 additions & 1 deletion src/libcmd/common-eval-args.cc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found another issue when using fetchGit with an empty repository:

❯ cd $(mktemp -d)
❯ git init
Initialized empty Git repository in /tmp/tmp.oOrUtuE7kX/.git/
❯ nix eval --impure --expr 'fetchGit ./.'
warning: Git tree '/tmp/tmp.oOrUtuE7kX' is dirty
{ lastModified = 0; lastModifiedDate = "19700101000000"; narHash = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo="; outPath = "/nix/store/0ccnxa25whszw7mgbgyzdm4nqc0zwnm8-source"; rev = "0000000000000000000000000000000000000000"; revCount = 0; shortRev = "0000000"; submodules = false; }
❯ nix run github:edolstra/nix/lazy-trees -- eval --impure --expr 'fetchGit ./.'
error: bad optional access
❯ git commit --allow-empty --allow-empty-message --message ""
[main (root-commit) 3abe881] 
❯ nix eval --impure --expr 'fetchGit ./.'
{ lastModified = 1700607798; lastModifiedDate = "20231121230318"; narHash = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo="; outPath = "/nix/store/0ccnxa25whszw7mgbgyzdm4nqc0zwnm8-source"; rev = "3abe881a3f62393f05062c4638d1ecc7496d25f4"; revCount = 1; shortRev = "3abe881"; submodules = false; }
❯ nix run github:edolstra/nix/lazy-trees -- eval --impure --expr 'fetchGit ./.'
error (ignored): error: end of string reached
error:
       … while calling the 'fetchGit' builtin

         at «string»:1:1:

            1| fetchGit ./.
             | ^

       … while fetching the input 'git+file:https:///tmp/tmp.oOrUtuE7kX'

       error: access to path '/tmp/tmp.oOrUtuE7kX' is forbidden because it is not under Git control; maybe you should 'git add' it to the repository '/tmp/tmp.oOrUtuE7kX'?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another very general issue: There's 4 different results you can get when printing lazy paths from this PR:

  • Directly:

    $ nix run github:edolstra/nix/lazy-trees -- eval --impure \
      --expr '(builtins.fetchTree "path:${toString ./.}").outPath'
    /home/tweagysil/test/flake-filesets/
    
  • With toString:

    $ nix run github:edolstra/nix/lazy-trees -- eval --impure \
      --expr 'toString (builtins.fetchTree "path:${toString ./.}").outPath'
    "/nix/store/virtual0000000000000000000000004-source"
    
  • With string interpolation:

    $ nix run github:edolstra/nix/lazy-trees -- eval --impure \
      --expr '"${(builtins.fetchTree "path:${toString ./.}").outPath}"'
    "/nix/store/j62mpn1vvrmc8bgrsp5ypggd2qcb07iq-source"
    
  • Using --json:

    $ nix run github:edolstra/nix/lazy-trees -- eval --impure --json \
      --expr '(builtins.fetchTree "path:${toString ./.}").outPath'
    "/"
    

Paths were already hard to understand, but this makes it even more confusing.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "flake/flakeref.hh"
#include "store-api.hh"
#include "command.hh"
#include "fs-input-accessor.hh"
#include "tarball.hh"
#include "fetch-to-store.hh"

Expand Down
6 changes: 3 additions & 3 deletions src/libexpr/eval.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2038,7 +2038,7 @@ void ExprConcatStrings::eval(EvalState & state, Env & env, Value & v)
// List of returned strings. References to these Values must NOT be persisted.
SmallTemporaryValueVector<conservativeStackReservation> values(es->size());
Value * vTmpP = values.data();
std::shared_ptr<InputAccessor> accessor;
std::shared_ptr<SourceAccessor> accessor;

for (auto & [i_pos, i] : *es) {
Value * vTmp = vTmpP++;
Expand Down Expand Up @@ -2533,8 +2533,8 @@ std::pair<SingleDerivedPath, std::string_view> EvalState::coerceToSingleDerivedP
return std::move(b);
},
[&](NixStringContextElem::InputAccessor && a) -> SingleDerivedPath {
auto accessor = inputAccessors.find(a.accessor);
assert(accessor != inputAccessors.end());
auto accessor = sourceAccessors.find(a.accessor);
assert(accessor != sourceAccessors.end());
return SingleDerivedPath::Opaque(fetchToStore(
*store,
{accessor->second},
Expand Down
6 changes: 3 additions & 3 deletions src/libexpr/eval.hh
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ public:

const SourcePath callFlakeInternal;

/* A map keyed by InputAccessor::number that keeps input accessors
/* A map keyed by SourceAccessor::number that keeps input accessors
alive. */
std::unordered_map<size_t, ref<InputAccessor>> inputAccessors;
std::unordered_map<size_t, ref<SourceAccessor>> sourceAccessors;

/**
* Store used to materialise .drv files.
Expand Down Expand Up @@ -359,7 +359,7 @@ public:
*/
SourcePath rootPath(CanonPath path);

void registerAccessor(ref<InputAccessor> accessor);
void registerAccessor(ref<SourceAccessor> accessor);

/* Convert a path to a string representation of the format
`/nix/store/virtual000...<accessor-number>/<path>`. */
Expand Down
2 changes: 1 addition & 1 deletion src/libexpr/flake/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static Flake getFlake(
auto [accessor, lockedRef] = resolvedRef.lazyFetch(state.store);

if (!patches.empty())
accessor = makePatchingInputAccessor(accessor, patches);
accessor = makePatchingSourceAccessor(accessor, patches);

state.registerAccessor(accessor);

Expand Down
2 changes: 1 addition & 1 deletion src/libexpr/flake/flakeref.cc
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ FlakeRef FlakeRef::fromAttrs(const fetchers::Attrs & attrs)
fetchers::maybeGetStrAttr(attrs, "dir").value_or(""));
}

std::pair<ref<InputAccessor>, FlakeRef> FlakeRef::lazyFetch(ref<Store> store) const
std::pair<ref<SourceAccessor>, FlakeRef> FlakeRef::lazyFetch(ref<Store> store) const
{
auto [accessor, lockedInput] = input.getAccessor(store);
return {accessor, FlakeRef(std::move(lockedInput), subdir)};
Expand Down
2 changes: 1 addition & 1 deletion src/libexpr/flake/flakeref.hh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ struct FlakeRef

static FlakeRef fromAttrs(const fetchers::Attrs & attrs);

std::pair<ref<InputAccessor>, FlakeRef> lazyFetch(ref<Store> store) const;
std::pair<ref<SourceAccessor>, FlakeRef> lazyFetch(ref<Store> store) const;
};

std::ostream & operator << (std::ostream & str, const FlakeRef & flakeRef);
Expand Down
14 changes: 7 additions & 7 deletions src/libexpr/paths.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ SourcePath EvalState::rootPath(PathView path)
return {rootFS, CanonPath(absPath(path))};
}

void EvalState::registerAccessor(ref<InputAccessor> accessor)
void EvalState::registerAccessor(ref<SourceAccessor> accessor)
{
inputAccessors.emplace(accessor->number, accessor);
sourceAccessors.emplace(accessor->number, accessor);
}

std::string EvalState::encodePath(const SourcePath & path)
Expand All @@ -26,7 +26,7 @@ std::string EvalState::encodePath(const SourcePath & path)
to /nix/store/virtual000...<N>) and we should deprecate it
eventually. So print a warning about use of an encoded path in
decodePath(). */
return path.accessor == ref<InputAccessor>(rootFS)
return path.accessor == ref<SourceAccessor>(rootFS)
? path.path.abs()
: fmt("%s%08d-source%s", virtualPathMarker, path.accessor->number, path.path.absOrEmpty());
}
Expand All @@ -46,8 +46,8 @@ SourcePath EvalState::decodePath(std::string_view s, PosIdx pos)
size_t number = std::stoi(std::string(s.substr(0, slash)), nullptr, 10);
s = slash == s.npos ? "" : s.substr(slash);

auto accessor = inputAccessors.find(number);
if (accessor == inputAccessors.end())
auto accessor = sourceAccessors.find(number);
if (accessor == sourceAccessors.end())
fail();

SourcePath path{accessor->second, CanonPath(s)};
Expand Down Expand Up @@ -116,8 +116,8 @@ std::string EvalState::rewriteVirtualPaths(std::string_view s, PosIdx pos)
try {
size_t number = std::stoi(std::string(s.substr(m + 24, 8)), nullptr, 10); // FIXME

auto accessor = inputAccessors.find(number);
assert(accessor != inputAccessors.end()); // FIXME
auto accessor = sourceAccessors.find(number);
assert(accessor != sourceAccessors.end()); // FIXME

warn(
"derivation at %s has an attribute that refers to source tree '%s' without context; this does not work correctly",
Expand Down
4 changes: 2 additions & 2 deletions src/libexpr/primops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1329,8 +1329,8 @@ static void derivationStrictInternal(
[&](const NixStringContextElem::InputAccessor & a) {
/* Copy a virtual path (from encodePath()) to the
store. */
auto accessor = state.inputAccessors.find(a.accessor);
assert(accessor != state.inputAccessors.end());
auto accessor = state.sourceAccessors.find(a.accessor);
assert(accessor != state.sourceAccessors.end());
SourcePath path{accessor->second};
auto storePath = fetchToStore(
*state.store,
Expand Down
38 changes: 17 additions & 21 deletions src/libexpr/primops/patch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,38 @@

namespace nix {

static void prim_patch(EvalState & state, const PosIdx pos, Value * * args, Value & v)
static void prim_patch(EvalState & state, const PosIdx pos, Value ** args, Value & v)
{
std::vector<std::string> patches;
std::optional<SourcePath> src;

state.forceAttrs(*args[0], pos,
"while evaluating the first argument to 'builtins.patch'");
state.forceAttrs(*args[0], pos, "while evaluating the first argument to 'builtins.patch'");

for (auto & attr : *args[0]->attrs()) {
std::string_view n(state.symbols[attr.name]);

auto check = [&]()
{
auto check = [&]() {
if (!patches.empty())
state.error<EvalError>(
"'builtins.patch' does not support both 'patches' and 'patchFiles'")
.atPos(attr.pos).debugThrow();
state.error<EvalError>("'builtins.patch' does not support both 'patches' and 'patchFiles'")
.atPos(attr.pos)
.debugThrow();
};

if (n == "src") {
NixStringContext context;
src.emplace(state.coerceToPath(pos, *attr.value, context,
"while evaluating the 'src' attribute passed to 'builtins.patch'"));
src.emplace(state.coerceToPath(
pos, *attr.value, context, "while evaluating the 'src' attribute passed to 'builtins.patch'"));
}

else if (n == "patchFiles") {
check();
state.forceList(*attr.value, attr.pos,
"while evaluating the 'patchFiles' attribute passed to 'builtins.patch'");
state.forceList(
*attr.value, attr.pos, "while evaluating the 'patchFiles' attribute passed to 'builtins.patch'");
for (auto elem : attr.value->listItems()) {
// FIXME: use realisePath
NixStringContext context;
auto patchFile = state.coerceToPath(attr.pos, *elem, context,
"while evaluating the 'patchFiles' attribute passed to 'builtins.patch'");
auto patchFile = state.coerceToPath(
attr.pos, *elem, context, "while evaluating the 'patchFiles' attribute passed to 'builtins.patch'");
patches.push_back(patchFile.readFile());
}
}
Expand All @@ -50,20 +48,18 @@ static void prim_patch(EvalState & state, const PosIdx pos, Value * * args, Valu
}

else
state.error<EvalError>(
"attribute '%s' isn't supported in call to 'builtins.patch'", n)
.atPos(pos).debugThrow();
state.error<EvalError>("attribute '%s' isn't supported in call to 'builtins.patch'", n)
.atPos(pos)
.debugThrow();
}

if (!src)
state.error<EvalError>(
"attribute 'src' is missing in call to 'builtins.patch'")
.atPos(pos).debugThrow();
state.error<EvalError>("attribute 'src' is missing in call to 'builtins.patch'").atPos(pos).debugThrow();

if (!src->path.isRoot())
throw UnimplementedError("applying patches to a non-root path ('%s') is not yet supported", src->path);

auto accessor = makePatchingInputAccessor(src->accessor, patches);
auto accessor = makePatchingSourceAccessor(src->accessor, patches);

state.registerAccessor(accessor);

Expand Down
1 change: 0 additions & 1 deletion src/libfetchers/github.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "git.hh"
#include "fetchers.hh"
#include "fetch-settings.hh"
#include "input-accessor.hh"
#include "tarball.hh"
#include "tarfile.hh"
#include "git-utils.hh"
Expand Down
34 changes: 13 additions & 21 deletions src/libfetchers/patching-input-accessor.cc
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
#include "input-accessor.hh"
#include "patching-input-accessor.hh"
#include "processes.hh"

namespace nix {

// TODO: handle file creation / deletion.
struct PatchingInputAccessor : InputAccessor
struct PatchingSourceAccessor : SourceAccessor
{
ref<InputAccessor> next;
ref<SourceAccessor> next;

std::map<CanonPath, std::vector<std::string>> patchesPerFile;

PatchingInputAccessor(
ref<InputAccessor> next,
const std::vector<std::string> & patches)
PatchingSourceAccessor(ref<SourceAccessor> next, const std::vector<std::string> & patches)
: next(next)
{
/* Extract the patches for each file. */
Expand All @@ -21,13 +19,14 @@ struct PatchingInputAccessor : InputAccessor
std::string_view start;
std::string_view fileName;

auto flush = [&]()
{
if (start.empty()) return;
auto flush = [&]() {
if (start.empty())
return;
auto contents = start.substr(0, p.data() - start.data());
start = "";
auto slash = fileName.find('/');
if (slash == fileName.npos) return;
if (slash == fileName.npos)
return;
fileName = fileName.substr(slash);
auto end = fileName.find('\t');
if (end != fileName.npos)
Expand All @@ -47,13 +46,8 @@ struct PatchingInputAccessor : InputAccessor
}

if (!start.empty()) {
if (!(hasPrefix(line, "+++ ")
|| hasPrefix(line, "@@")
|| hasPrefix(line, "+")
|| hasPrefix(line, "-")
|| hasPrefix(line, " ")
|| line.empty()))
{
if (!(hasPrefix(line, "+++ ") || hasPrefix(line, "@@") || hasPrefix(line, "+")
|| hasPrefix(line, "-") || hasPrefix(line, " ") || line.empty())) {
flush();
}
}
Expand Down Expand Up @@ -110,11 +104,9 @@ struct PatchingInputAccessor : InputAccessor
}
};

ref<InputAccessor> makePatchingInputAccessor(
ref<InputAccessor> next,
const std::vector<std::string> & patches)
ref<SourceAccessor> makePatchingSourceAccessor(ref<SourceAccessor> next, const std::vector<std::string> & patches)
{
return make_ref<PatchingInputAccessor>(next, patches);
return make_ref<PatchingSourceAccessor>(next, patches);
}

}
6 changes: 2 additions & 4 deletions src/libfetchers/patching-input-accessor.hh
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#pragma once

#include "input-accessor.hh"
#include "source-accessor.hh"

namespace nix {

ref<InputAccessor> makePatchingInputAccessor(
ref<InputAccessor> next,
const std::vector<std::string> & patches);
ref<SourceAccessor> makePatchingSourceAccessor(ref<SourceAccessor> next, const std::vector<std::string> & patches);

}
7 changes: 3 additions & 4 deletions src/libfetchers/path.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ struct PathInputScheme : InputScheme
throw Error("cannot fetch input '%s' because it uses a relative path", input.to_string());
}

std::pair<ref<InputAccessor>, Input> getAccessor(ref<Store> store, const Input & input) const override
std::pair<ref<SourceAccessor>, Input> getAccessor(ref<Store> store, const Input & input) const override
{
auto absPath = getAbsPath(input);
auto input2(input);
Expand All @@ -130,8 +130,7 @@ struct PathInputScheme : InputScheme

if (!storePath || storePath->name() != input.getName() || !store->isValidPath(*storePath)) {
Activity act(*logger, lvlChatty, actUnknown, fmt("copying '%s' to the store", absPath));
PosixSourceAccessor accessor;
storePath = store->addToStore(input.getName(), accessor, absPath);
storePath = store->addToStore(input.getName(), *makeFSSourceAccessor(), absPath);
auto narHash = store->queryPathInfo(*storePath)->narHash;
input2.attrs.insert_or_assign("narHash", narHash.to_string(HashFormat::SRI, true));
} else
Expand All @@ -151,7 +150,7 @@ struct PathInputScheme : InputScheme
return {makeStorePathAccessor(store, *storePath), std::move(input2)};

} else {
auto accessor = makeFSInputAccessor(std::filesystem::path(absPath.abs()));
auto accessor = makeFSSourceAccessor(std::filesystem::path(absPath.abs()));
accessor->setPathDisplay(absPath.abs());
return {accessor, std::move(input2)};
}
Expand Down
6 changes: 3 additions & 3 deletions src/nix/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -858,9 +858,9 @@ struct CmdFlakeInitCommon : virtual Args, EvalCommand
auto from2 = from / name;
auto to2 = to / name;
auto st = from2.lstat();
if (st.type == InputAccessor::tDirectory)
if (st.type == SourceAccessor::tDirectory)
copyDir(from2, to2);
else if (st.type == InputAccessor::tRegular) {
else if (st.type == SourceAccessor::tRegular) {
auto contents = from2.readFile();
if (pathExists(to2.abs())) {
auto contents2 = readFile(to2.abs());
Expand All @@ -874,7 +874,7 @@ struct CmdFlakeInitCommon : virtual Args, EvalCommand
} else
writeFile(to2.abs(), contents);
}
else if (st.type == InputAccessor::tSymlink) {
else if (st.type == SourceAccessor::tSymlink) {
auto target = from2.readLink();
if (pathExists(to2.abs())) {
if (readLink(to2.abs()) != target) {
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.