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

swallow error on no non-magefiles #265

Merged
merged 2 commits into from
Sep 12, 2019
Merged

swallow error on no non-magefiles #265

merged 2 commits into from
Sep 12, 2019

Conversation

natefinch
Copy link
Member

This fixes #262. go list will error out if there are no go files. So we ignore that specific error.

This fixes #262. go list will error out if there are no go files. So we ignore that specific error.
@natefinch
Copy link
Member Author

This also fixes master's lack of building on go 1.13.

@natefinch natefinch merged commit 1c36bf7 into master Sep 12, 2019
mojzesh pushed a commit to mojzesh/mage that referenced this pull request Oct 12, 2019
* swallow error on no non-magefiles

This fixes magefile#262. go list will error out if there are no go files. So we ignore that specific error.
mojzesh pushed a commit to mojzesh/mage that referenced this pull request Oct 12, 2019
* swallow error on no non-magefiles

This fixes magefile#262. go list will error out if there are no go files. So we ignore that specific error.
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.

if all files has build constraints will cause "Error determining list of magefiles"
1 participant