Skip to content

ERI : Removal of `Location.dummy` and `Location.generated`

Location.dummy and Location.generated are an anti-pattern and often result in heisenbugs where code snippets in errors disappear.

The Location module (in Simple_utils) should be refactored to remove these and be replaced with "virtual file" locations (e.g. for REPL, etc).