You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Consider following situation. Module
X
from packageP
exports functionfoo
. PackageQ
depends onP
, importsX (foo)
and exports thisfoo
. When this happenimportify
doesn't addX.foo
to exported symbols ofQ
. This is major bug and happens because package is processed independently of other packages. Caching strategy will be rewritten.The text was updated successfully, but these errors were encountered: