Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-04 | Add a new log level for progress updates | Klaus Aehlig | |
2022-03-09 | Add a test demonstrating nested trees | Klaus Aehlig | |
2022-02-28 | action-equality test: improve conditions | Klaus Aehlig | |
Use the log functionality instead of relying on stderr being precisely the log. Also check for the number of processed actions instead of any number of actions that might be reported in the log. While there, redirect stderr to stdout to have a unified cronological log. | |||
2022-02-23 | Add a first end-to-end test for action equality | Klaus Aehlig | |
This test also demonstrates the notion of equality used in our action graph: actions are considered equal, if they are defined in the same way (regardless of where they are defined); when looking up actions in cache, however, the inputs are considered extensionally. The test also verifies that if one dumps the action graph, the origins of an action (as the same action can be defined in many places) are reported correctly. |