You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, when you import from another package, the code you import can't be marked with the mage build tag. However, even without the mage build tag, it still fails with that error.
I'll make a fix, it's probably something small and easy.
Given this Magefile at
site.go/project
:And this single go file being imported from
site.go/project/subfolder
:The following warning is received on running
mage
:warning: alias declaration (fizz) does not reference a mage target
Following this, mage exits with status 1.
mage -version
outputs:This was built on
windows/amd64
The behavior expected would be for
fizz
to be a valid alias to the target in the subfolder.The text was updated successfully, but these errors were encountered: