You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my setup: when using make test-ghci module reloading (:r) doesn't necessarily reload the source files under the /src directory. It seems like it only considers the /test directory as interpreted. So if I change a code in src/Course/Functor.hs and run :r in the test ghci session, it doesn't reload the newly modified Functor.hs file.
However, running the following command works as expected.
In my setup: when using
make test-ghci
module reloading (:r
) doesn't necessarily reload the source files under the/src
directory. It seems like it only considers the/test
directory as interpreted. So if I change a code insrc/Course/Functor.hs
and run:r
in the test ghci session, it doesn't reload the newly modifiedFunctor.hs
file.However, running the following command works as expected.
The text was updated successfully, but these errors were encountered: