[go-nuts] Re: Go += Package Versioning

2018-02-27 Thread Robert Carlsen
ttps://research.swtch.com/vgo-tour for more details. > > On Tuesday, February 27, 2018 at 1:47:40 PM UTC-8, Robert Carlsen wrote: >> >> Before with the naive GOPATH workflow and also with vendoring, it was >> super easy for me to debug problems with and contribute to upstr

[go-nuts] Re: Go += Package Versioning

2018-02-27 Thread Robert Carlsen
Before with the naive GOPATH workflow and also with vendoring, it was super easy for me to debug problems with and contribute to upstream packages. With vgo, I can't just cd into vendor/github.com/foo/bar to test out fixes for bugs, etc. Without vendoring I could just cd into $GOPATH/src/gith

[go-nuts] Re: Why so many opt-out changes to test runs in 1.10?

2017-12-08 Thread Robert Carlsen
I also agree that the test caching should be opt-in. On Friday, December 8, 2017 at 10:28:47 AM UTC-7, Aaron Lefkowitz wrote: > > There's two features that are in Go 1.10 that are opt-out new defaults. I > sincerely apologize for not being active enough to spot them before now. > > > The go test

[go-nuts] Re: Who wants to use Go to process your camera's raw files?

2016-08-10 Thread Robert Carlsen
FWIW https://github.com/rwcarlsen/goexif (my neglected of late project) has some rudimentary and (somewhat) generic tiff parsing capability. I'm not volunteering for anything - just thought it might be a useful reference for someone working on this sort of thing. On Thursday, July 28, 2016 at