diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2021-12-22 16:59:53 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2021-12-22 17:20:12 +0000 |
commit | b8e4102bd19d86d6a60ee78fba81c9a3b5be2aed (patch) | |
tree | e588149d0c7b2ae9070c88206402199e6f9e7dcb /compiler/Language | |
parent | 09b6cb45505c2c32ddaffcdb930fb3f7873b2cfc (diff) | |
download | haskell-wip/resolve-package-import.tar.gz |
Properly filter for module visibility in resolvePackageImportwip/resolve-package-import
This completes the fix for #20779 / !7123.
Beforehand, the program worked by accident because the two versions of
the library happened to be ordered properly (due to how the hashes were
computed). In the real world I observed them being the other way around
which meant the final lookup failed because we weren't filtering for
visibility.
I modified the test so that it failed (and it's fixed by this patch).
Diffstat (limited to 'compiler/Language')
0 files changed, 0 insertions, 0 deletions