The GHC backend sometimes compiles the wrong modules when --interaction is used #6194
Labels
backend: ghc
Haskell code generation backend ("MAlonzo")
documented-in-changelog
Issues already documented in the CHANGELOG
type: bug
Issues and pull requests about actual bugs
Milestone
The GHC backend seems to rely on the current working directory, and this does not work very well when
--interaction
is used.Here is one example of what can go wrong:
A
:Main.agda
:M.agda
:B
(placed in the same directory asA
), but replace"A"
with"B"
.A
:B
.A/Main
andB/Main
:B/Main
should printB
, notA
.I don't know if the JS backend is affected by a similar problem.
The text was updated successfully, but these errors were encountered: