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
Currently when we marshal a package to build in the sandbox, we avoid marshalling any non direct dependencies, which is good. The bad thing is the logic to do so is split partially between the marshal function, and partially as a substitution marhalling map. I think we should use one or the other, not both.
The text was updated successfully, but these errors were encountered:
andrewchambers
changed the title
Refactor package 'shrinking code'.
Refactor package 'shrinking' code.
Jul 3, 2020
Currently when we marshal a package to build in the sandbox, we avoid marshalling any non direct dependencies, which is good. The bad thing is the logic to do so is split partially between the marshal function, and partially as a substitution marhalling map. I think we should use one or the other, not both.
The text was updated successfully, but these errors were encountered: