summaryrefslogtreecommitdiff
path: root/src/loading
AgeCommit message (Collapse)Author
2021-08-21Prune derivesLaurenz
2021-08-18Memory loaderLaurenz
2021-08-13Fix bug on unix againLaurenz
2021-08-09New source loading architectureLaurenz
2021-08-01Pretty-printed diagnostics with tracebackLaurenz
2021-07-30Fatal errorsLaurenz
- Makes errors fatal, so that a phase is only reached when all previous phases were error-free - Parsing still recovers and can produce multiple errors - Evaluation fails fast and can thus produce only a single error (except for parse errors due to an import) - The single error that could occur during execution is removed for now - Removes Value::Error variant
2021-07-29Change derive orderLaurenz
2021-07-21Switch Loader from Option to io::ResultLaurenz
2021-07-21Fs builder methods + tidy upLaurenz
2021-07-21Main context structLaurenz
2021-07-20FileId instead of Path + FileHashLaurenz
2021-06-01Refactor path handlingLaurenz
2021-05-31Fix path hash bug on unixLaurenz
2021-05-31Test cases for include and importMartin Haug
2021-05-31Fix and improveLaurenz
- Set context location to resolved path during module evaluation. - Dump module diagnostics on import - Use same-file for more robustness than fs::canonicalize
2021-05-31Module loading systemLaurenz
Detects cyclic imports and loads each module only once per compilation.
2021-05-28Refactored loading and cache architectureLaurenz