Nate Finch

Results 207 comments of Nate Finch

I've been talking to Sheldon about this a bunch, and Im pretty convinced that this doesn't have anything to do with Mage. All mage does is call `go list` and...

So, I am in favor of supporting this, but this would be the first time we have had an external import in mage.... and I really want to try to...

I think we autodetect so that people can set GOOS and GOARCH etc when running mage to build other code, and not screw up mage building its own binaries. I...

Sorry, I thought I replied to this but maybe never sent it. I actually made comments explicitly not wrapped so that things wrap according to the terminal width. I did...

This is a drawback of having mage rely on the default build tools - if you have broken stuff in the same directory, the go tools barf. I wonder if...

Yaml would require importing an external library which I would like to avoid. This can probably be a super simple file with just foo = bar style settings. Yaml would...

Yeah, the former is what I was thinking. You could almost just use something like [direnv](https://direnv.net/), but adding environment variables for magedir and working directory just doesn't make sense outside...

This is absolutely a problem. There's some designs about how to turn this on or off. I'm sorry for the problems it's causing you. I'll try to come up with...

Sorry for the late review. re: signal.NotifyContext .... I don't want mage to require a new version of Go, because I know the pain of being stuck on an older...

Thanks for the report. What version of Go are you using? The rebuild behavior is based on Go 1.10's rebuild logic, which should be reliable regardless of OS. If you're...