importify icon indicating copy to clipboard operation
importify copied to clipboard

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

Open chshersh opened this issue 8 years ago • 0 comments

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.

chshersh avatar Aug 11 '17 14:08 chshersh