Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-12 | Enable some language tests that were accidentally disabled | Eelco Dolstra | |
This didn't run because the corresponding .exp file didn't exist. | |||
2018-02-07 | builtins.path test: Don't rely on shlevy's XDG_RUNTIME_DIR | Shea Levy | |
2018-02-06 | Add path primop. | Shea Levy | |
builtins.path allows specifying the name of a path (which makes paths with store-illegal names now addable), allows adding paths with flat instead of recursive hashes, allows specifying a filter (so is a generalization of filterSource), and allows specifying an expected hash (enabling safe path adding in pure mode). |