Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-09 | Clean up `SearchPath` | John Ericson | |
- Better types - Own header / C++ file pair - Test factored out methods - Pass parsed thing around more than strings Co-authored-by: Robert Hensing <roberth@users.noreply.github.com> | |||
2023-03-31 | Ensure all headers have `#pragma once` and are in API docs | John Ericson | |
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`. | |||
2023-02-20 | Split out `CmdRepl` and `editorFor` | John Ericson | |
The REPL itself and the `nix repl` CLI are conceptually different things, and thus deserve to be in different files. |