about summary refs log tree commit diff
path: root/ops/pipelines (unfollow)
AgeCommit message (Expand)AuthorFilesLines
10 hours r/8190 feat(tvix/repl): Add a help commandAspen Smith1-6/+29
10 hours r/8189 feat(tvix/repl): Implement :q, to quitAspen Smith1-0/+4
10 hours r/8188 refactor(tvix/repl): Abstract out REPL command handlingAspen Smith1-10/+26
10 hours r/8187 refactor(tvix): Break out REPL into its own moduleAspen Smith2-99/+122
10 hours r/8186 feat(tvix/repl): Support multiline inputAspen Smith4-11/+102
25 hours r/8185 feat(ops/users): Add chickadeeMatthew Tromp1-0/+5
45 hours r/8184 fix(tvix/eval): nix_tests.rs's eval_test requires impure flagIlan Joselevich1-0/+1
2 days r/8183 fix(tvix/eval): proptests require arbitrary featureFlorian Klink2-2/+2
2 days r/8182 fix(tvix/eval/tests/one_offs): test_source_builtin can be pureFlorian Klink1-1/+1
2 days r/8181 fix(tvix/eval/tests/nix_oracle): tests are impure-onlyFlorian Klink1-0/+2
2 days r/8180 refactor(tvix/eval): move nix_tests to separate moduleFlorian Klink2-198/+207
2 days r/8179 fix(tvix/eval/vm/generators): allow unused rq_{path_exists,read_dir}