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

Fix mixed package imports #189

Merged
merged 1 commit into from
Oct 17, 2018
Merged

Fix mixed package imports #189

merged 1 commit into from
Oct 17, 2018

Conversation

natefinch
Copy link
Member

When I added mage:imports I added code to run the compile with -tags=mage... that was
a mistake. We don't actually want to do that because if you import code from a
directory which has both magefiles and non-mage files, then it'll fail to compile
if they're different package names.

@natefinch
Copy link
Member Author

Fixes #188

@natefinch natefinch merged commit 11d1591 into master Oct 17, 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