start of support for tag-independent dependency checking #5

Merged
merged 2 commits into from Jan 9, 2017

Conversation

Projects
None yet
1 participant
Owner

rogpeppe commented Jan 6, 2017

We fork the go/build package and add support for importing regardless of
tag or negation, but leave the capability to see tags so that we can
ignore "+build ignore" files.

Note that this is in two commits, so the diff from go/build can be seen.

rogpeppe added some commits Jan 6, 2017

build: clone package from stdlib
This will enable us to change the import semantics to import dependencies
from all combinations of tags.
build: add MatchTag support
This enables a build context to include all files if it likes.

@rogpeppe rogpeppe merged commit 2396a19 into master Jan 9, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment