mage icon indicating copy to clipboard operation
mage copied to clipboard

a Make/rake-like dev tool using Go

Results 132 mage issues
Sort by recently updated
recently updated
newest added

**Bug Description** When using imports, namespaces and `Default`, the [getFunction()](https://github.com/magefile/mage/blob/2385abb49a1fa8f1e160556889f4ba9704a2ddb7/parse/parse.go#L642) function will return the first matching function in the import with the same name, regardless of namespacing. So ```golang //...

:ant: bug

`getFunction()` ignores the receiver, selecting the first matching function name regardless of scope. Fixes #508