importify
importify copied to clipboard
[IMRF-74] Cross-project module reexports doesn't work
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.