summaryrefslogtreecommitdiff
path: root/src/loading
AgeCommit message (Collapse)Author
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