diff options
author | nineonine <mail4chemik@gmail.com> | 2020-11-14 23:29:00 -0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-12-17 13:55:59 -0500 |
commit | 09f2839086d43483066e45fe15bb7a0b39f8d1dc (patch) | |
tree | 7dc64ab6b75a4cdf19c0553796a143e927337b13 /testsuite/tests/rename/should_fail/all.T | |
parent | 80df2edd1b28dc211a894ab7c4faf1c8a0c92fcb (diff) | |
download | haskell-09f2839086d43483066e45fe15bb7a0b39f8d1dc.tar.gz |
Force module recompilation if '*' prefix was used to load modules in ghci (#8042)
Usually pre-compiled code is preferred to be loaded in ghci if available, which means
that if we try to load module with '*' prefix and compilation artifacts are available
on disc (.o and .hi files) or the source code was untouched, the driver would think
no recompilation is required. Therefore, we need to force recompilation so that desired
byte-code is generated and loaded. Forcing in this case should be ok, since this is what
happens for interpreted code anyways when reloading modules.
Diffstat (limited to 'testsuite/tests/rename/should_fail/all.T')
0 files changed, 0 insertions, 0 deletions