Re: [go-nuts] Go command support for "make"

2019-03-20 Thread Ian Lance Taylor
On Wed, Mar 20, 2019 at 7:01 AM Paul Jolly wrote: > > > test $(go list -f '{{.Stale}}' internal/package$) = "true" > > Does .Stale still have meaning/is it still accurate in a build cache world? I doubt it, but I'm not sure the original question has any meaning in that world. In a build cache wo

Re: [go-nuts] Go command support for "make"

2019-03-20 Thread Paul Jolly
Hi Ian, > test $(go list -f '{{.Stale}}' internal/package$) = "true" Does .Stale still have meaning/is it still accurate in a build cache world? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving e

Re: [go-nuts] Go command support for "make"

2019-03-20 Thread Ian Lance Taylor
On Tue, Mar 19, 2019 at 10:05 PM Lucio wrote: > > I'm hoping this already has an answer, rather than require additional > features. I also don't expect this to be a popular request, but I do consider > its merits as greater than the disadvantages, so here goes. > > Efforts to eliminate the use o

Re: [go-nuts] Go command support for "make"

2019-03-19 Thread Sam Whited
On Wed, Mar 20, 2019, at 05:05, Lucio wrote: > What I just realised is that my Makefile/mkfile-foo isn't sufficient > to *do something* with such information, but at this point I'm willing > to cross that bridge when I come to it. For now, having a "go status > infernal/package", say, even if it pr

[go-nuts] Go command support for "make"

2019-03-19 Thread Lucio
I'm hoping this already has an answer, rather than require additional features. I also don't expect this to be a popular request, but I do consider its merits as greater than the disadvantages, so here goes. Efforts to eliminate the use of the Unix "make" command by producing a vastly more mode