Skip to content

[WIP] build: fix GOPATH shadow bug #32

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

Closed
wants to merge 2 commits into from
Closed

[WIP] build: fix GOPATH shadow bug #32

wants to merge 2 commits into from

Conversation

myitcv
Copy link
Owner

@myitcv myitcv commented Nov 23, 2018

Fixes #27

@myitcv myitcv force-pushed the shadow_bug branch 2 times, most recently from c12d5e6 to c7f88fb Compare November 23, 2018 20:38
Previously, we incorrectly determined cache staleness based on the
unaugmented files of a package. e.g. where there are special overrides
for various packages, these we not being taken into account. Now we do
take that into account, but at the slight cost of also unconditionally
parsing each file in the process (the code that augments a package is
rather tightly coupled to the parsing, so we leave that alone).

We also do not cache test packages either.
build: fix GOPATH shadow bug

Fixes #27
@myitcv
Copy link
Owner Author

myitcv commented Nov 27, 2018

This will now be fixed in #33.

@myitcv myitcv closed this Nov 27, 2018
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

Successfully merging this pull request may close these issues.

1 participant