Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-12 Thread Nathan Fisher
s/hilarious/sad/ If I had a pound for every time I've had to create custom packages/repos for various languages, libraries and apps... I could buy myself a fancy dinner or two. Mon, 12 Sep 2016 at 08:21, Dave Cheney wrote: > Distros are always out of date, sometimes

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-12 Thread Micky
Go doesn't need anything. You just need to write more code ;) On Sun, Sep 11, 2016 at 6:43 PM, Mark Richman wrote: > I'm somewhat new to the community, and seek to understand its challenges > better. I'm also looking for opportunities to contribute. > > To that end, what

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-12 Thread Michael Hudson-Doyle
On 12 September 2016 at 21:53, Dave Cheney wrote: > Ubuntu 12.04 LTS ships with Go 1.0. > Ubuntu 14.04 LTS ships with Go 1.2 > Ubuntu 16.04 LTS ships with Go 1.6 (I hope) > Yeah, 1.6 got into 16.04. > None of the LTS versions of Ubuntu ship with a supporter version of Go. >

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-12 Thread Tim Hawkins
But fedora for example is stuck on 1.6 until fedora 25 is released, its a simular situation to elasticsearch, distro version is old, and has severe limitations, nobody in thier right mind would install from there. Far far safer to use the official version fom the elastic.co site. The same is

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-12 Thread Tim Hawkins
Especialy since the distros often lag the release cycle by quite a bit. 1.7.x is not due on Fedora until release 25, which is several months away. On 12 Sep 2016 09:58, "Dave Cheney" wrote: An 'official' deb/apt/yum repo for Go would be much appreciated,

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-12 Thread Henrik Johansson
Some distros suffer less from this. Arch is perfectly up2date in line with its rolling approach. I agree with Dave that a supported repo is very nice. It is not unusual for companies to lag behind even on LTS installs but still having a need for updates of a particular software. mån 12 sep.

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-12 Thread Dave Cheney
Ubuntu 12.04 LTS ships with Go 1.0. Ubuntu 14.04 LTS ships with Go 1.2 Ubuntu 16.04 LTS ships with Go 1.6 (I hope) None of the LTS versions of Ubuntu ship with a supporter version of Go. This is a policy decision by Ubuntu. What Go needs is an official repo, just like Chrome has. > On 12 Sep

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-12 Thread Russel Winder
On Sun, 2016-09-11 at 18:58 -0700, Dave Cheney wrote: > An 'official' deb/apt/yum repo for Go would be much  > appreciated, https://github.com/golang/go/issues/10965 > Go stuff is packaged for Debian and Fedora, they are the official Debian and Fedora packages. Any other packages in any other

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-11 Thread Ian Lance Taylor
On Sun, Sep 11, 2016 at 6:44 PM, Mark Richman wrote: > > I would definitely be interested in triage, backlog refinement, etc. Are > there product owners designated for each functional area? I could start by > making sure new issues are at least assigned to the correct PO

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-11 Thread Mark Richman
Ian, I would definitely be interested in triage, backlog refinement, etc. Are there product owners designated for each functional area? I could start by making sure new issues are at least assigned to the correct PO for prioritization. With respect to packaging, I'm aware of the current

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-11 Thread aroman
There's also decimal128 support (first via a third-party library before inclusion into the language itself): https://github.com/golang/go/issues/12332 =) - Augusto On Sunday, September 11, 2016 at 5:01:21 PM UTC-7, Pablo Rozas-Larraondo wrote: > > Hi Mark, > > I can also suggest you to look

Re: [go-nuts] What 5 things does Go need in 2017?

2016-09-11 Thread Ian Lance Taylor
On Sun, Sep 11, 2016 at 6:43 AM, Mark Richman wrote: > > I'm somewhat new to the community, and seek to understand its challenges > better. I'm also looking for opportunities to contribute. > > To that end, what 5 things does Go need in 2017? > > For example: language