Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor package 'shrinking' code. #74

Open
andrewchambers opened this issue Jul 3, 2020 · 0 comments
Open

Refactor package 'shrinking' code. #74

andrewchambers opened this issue Jul 3, 2020 · 0 comments

Comments

@andrewchambers
Copy link
Owner

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.

@andrewchambers andrewchambers changed the title Refactor package 'shrinking code'. Refactor package 'shrinking' code. Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant