Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor of File to be the combination of Directory and the file name, | FintanH | 2019-08-12 | 1 | -5/+6 |
| | | | | | | | | | | where Directory is the Vector of component paths. The refactor meant changing some sections of the code where we were parsing and manipulating Files/Directories. This also includes a new trait Canonicalization which is needed for import logic. | ||||
* | Include success or failure prefix in test filtering | Nadrieril | 2019-05-12 | 1 | -2/+2 |
| | |||||
* | Implement binary encoding | Nadrieril | 2019-05-12 | 1 | -0/+1 |
| | | | | Closes #39 | ||||
* | Make visibilities more consistent | Nadrieril | 2019-05-09 | 1 | -3/+3 |
| | |||||
* | Consolidate errors in the error module | Nadrieril | 2019-05-06 | 1 | -9/+2 |
| | |||||
* | Reorganize dhall into a phase structure | Nadrieril | 2019-05-06 | 1 | -0/+139 |