Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

[IMRF-74] Cross-project module reexports doesn't work #42

Open
chshersh opened this issue Aug 11, 2017 · 0 comments
Open

[IMRF-74] Cross-project module reexports doesn't work #42

chshersh opened this issue Aug 11, 2017 · 0 comments

Comments

@chshersh
Copy link
Contributor

Consider following situation. Module X from package P exports function foo. Package Q depends on P, imports X (foo) and exports this foo. When this happen importify doesn't add X.foo to exported symbols of Q. This is major bug and happens because package is processed independently of other packages. Caching strategy will be rewritten.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant