Re: [go-nuts] Go 1.9 Beta 1 is released

2017-06-21 Thread Sam Whited
This made me smile; I hadn't seen that. Wish I had been there to see
the audiences faces (or had headphones to find out if they're in the video) :)

—Sam

On Thu, Jun 15, 2017 at 10:56 AM, Brad Fitzpatrick  wrote:
>
>
> On Thu, Jun 15, 2017 at 8:54 AM, Michael Banzon  wrote:
>>
>> 
>> does this mean that 2.0 is next?
>> 
>
>
> 
> I gave a talk about that:
>
> Slides:
> https://docs.google.com/presentation/d/1JsCKdK_AvDdn8EkummMNvpo7ntqteWQfynq9hFTCkhQ/view?slide=id.p#slide=id.p
>
> Video:
> https://www.youtube.com/watch?v=4Dr8FXs9aJM
> 
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
Sam Whited
pub 4096R/54083AE104EA7AD3

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] Go 1.9 Beta 1 is released

2017-06-15 Thread Юрий Соколов
In fact that was Dmitry's answer where he pointed to his previous answer
where he answered that there is no problem.

So ball is not on Aliaksandr side, but on the side of core team.


15 июня 2017 г. 6:45 PM пользователь "Brad Fitzpatrick" 
написал:



On Wed, Jun 14, 2017 at 11:35 PM, Sokolov Yura 
wrote:

> So, no scalable timers in 1.9 ?
> https://go-review.googlesource.com/c/34784/15
> It's a pity.


Yes. But Aliaksandr hasn't replied to Dmitry for the past 10 days, either.

We don't ship code that hasn't made it through code review.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] Go 1.9 Beta 1 is released

2017-06-15 Thread Brad Fitzpatrick
On Thu, Jun 15, 2017 at 8:54 AM, Michael Banzon  wrote:

> 
> does this mean that 2.0 is next?
> 
>


I gave a talk about that:

Slides:
https://docs.google.com/presentation/d/1JsCKdK_AvDdn8EkummMNvpo7ntqteWQfynq9hFTCkhQ/view?slide=id.p#slide=id.p

Video:
https://www.youtube.com/watch?v=4Dr8FXs9aJM


-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] Go 1.9 Beta 1 is released

2017-06-15 Thread Michael Banzon

does this mean that 2.0 is next?


On Thu, Jun 15, 2017 at 5:45 PM Brad Fitzpatrick 
wrote:

> On Wed, Jun 14, 2017 at 11:35 PM, Sokolov Yura 
> wrote:
>
>> So, no scalable timers in 1.9 ?
>> https://go-review.googlesource.com/c/34784/15
>> It's a pity.
>
>
> Yes. But Aliaksandr hasn't replied to Dmitry for the past 10 days, either.
>
> We don't ship code that hasn't made it through code review.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Michael Banzon
https://michaelbanzon.com/

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [go-nuts] Go 1.9 Beta 1 is released

2017-06-15 Thread Brad Fitzpatrick
On Wed, Jun 14, 2017 at 11:35 PM, Sokolov Yura 
wrote:

> So, no scalable timers in 1.9 ?
> https://go-review.googlesource.com/c/34784/15
> It's a pity.


Yes. But Aliaksandr hasn't replied to Dmitry for the past 10 days, either.

We don't ship code that hasn't made it through code review.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Go 1.9 Beta 1 is released

2017-06-14 Thread Sokolov Yura
So, no scalable timers in 1.9 ?
https://go-review.googlesource.com/c/34784/15
It's a pity.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] Go 1.9 Beta 1 is released

2017-06-14 Thread Chris Broadfoot
Hello gophers,

We have just released go1.9beta1, a beta version of Go 1.9.
It is cut from the master branch at the revision tagged go1.9beta1.

There are no known problems or regressions.
Please try running production load tests and your unit tests with the new
version.

Report any problems using the issue tracker:
https://golang.org/issue/new

If you have Go installed already, the easiest way to try go1.9beta1
is by using this tool:
https://godoc.org/golang.org/x/build/version/go1.9beta1

You can download binary and source distributions from the usual place:
https://golang.org/dl/#go1.9beta1

To find out what has changed in Go 1.9, read the draft release notes:
https://tip.golang.org/doc/go1.9

Documentation for Go 1.9 is available at:
https://tip.golang.org/

Cheers,
Chris

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.