roc/compiler/load
Joshua Warner f22f96843e Refactor ParseProblem
* Remove the `pos` field, which was always being assigned Position::default()
* Remove one use of this `pos`, by removing the never-used SyntaxError::ConditionFailed variant
* Adjust the other use to do what was probably intended - which is to say, pointing to the beginning of the def with the error
* Rename to FileError, reuse `SourceError` as an inner field, to avoid duplicating the `bytes`
2022-01-03 20:10:50 -08:00
..
src Refactor ParseProblem 2022-01-03 20:10:50 -08:00
tests Remove stale todos in load tests 2021-12-23 15:29:27 -06:00
Cargo.toml Move reporting module into root. 2021-11-16 19:58:21 +01:00