Go 1.10 Beta 2 is released

閲覧: 1,267 回
最初の未読メッセージにスキップ

Andrew Bonventre

未読、
2018/01/11 14:45:262018/01/11
To: golan...@googlegroups.com
Hello gophers,

We have just released go1.10beta2, a beta version of Go 1.10.
It is cut from the master branch at the revision tagged go1.10beta2.

There are no known problems or regressions.

Please try running production load tests and your unit tests with the new version.
Your help testing these pre-release versions is invaluable.

Report any problems using the issue tracker:

If you have Go installed already, the easiest way to try go1.10beta2
is by using this tool:

You can download binary and source distributions from the usual place:

To find out what has changed in Go 1.10, read the draft release notes:

Documentation for Go 1.10 is available at:

Cheers,
The Go Team

Ian Lance Taylor

未読、
2018/01/11 15:28:362018/01/11
To: Andrew Bonventre、golang-nuts
Please do test this if you can. There are significant changes to the
go tool. Please report bugs now, so that we can fix them before the
final release.

In particular, there are significant changes to the go tool caching
and `go test`; see the release notes. As a consequence, I encourage
anybody who uses the go tool's -buildmode option to test the new
release, as those options are less used and less tested.

Thanks.

Ian

bob.hi...@gmail.com

未読、
2018/01/17 10:30:152018/01/17
To: golang-nuts


On Thursday, January 11, 2018 at 2:28:36 PM UTC-6, Ian Lance Taylor wrote:

Please do test this if you can.  There are significant changes to the
go tool.  Please report bugs now, so that we can fix them before the
final release.

In particular, there are significant changes to the go tool caching
and `go test`; see the release notes.  As a consequence, I encourage
anybody who uses the go tool's -buildmode option to test the new
release, as those options are less used and less tested.


I apologize for a poor error report, but using 1.10 beta 2  on windows I received an error running 'go test' that I haven't encountered before:

>go test -c
open C:\Users\...\api.test.exe: The process cannot access the file because it is being used by another process. 

It has only occurred once in many (dozens, at least) invocations in the last few days.

Thank you,

Bob

Nzlov

未読、
2018/01/18 4:32:232018/01/18
To: golang-nuts
MACOS 10.12.6  Build Error 
./all.bash

Building Go cmd/dist using /Users/nzlov/program/go1.4.
Building Go toolchain1 using /Users/nzlov/program/go1.4.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for darwin/amd64.
run
.bash: line 39: ulimit: open files: cannot modify limit: Invalid argument

Dave Cheney

未読、
2018/01/18 5:21:422018/01/18
To: golang-nuts
I am running the same version and do not see that errro. Have you modified your ulimit? Does your machine have any sort of antivirus or monitoring software installed?

In any case, I would say you can ignore that error, Go is correctly built by that time.

Russ Cox

未読、
2018/01/18 13:30:172018/01/18
To: Dave Cheney、golang-nuts

On Thu, Jan 18, 2018 at 5:21 AM, Dave Cheney <da...@cheney.net> wrote:
I am running the same version and do not see that errro. Have you modified your ulimit? Does your machine have any sort of antivirus or monitoring software installed?

In any case, I would say you can ignore that error, Go is correctly built by that time.

--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Nzlov

未読、
2018/01/18 19:11:322018/01/18
To: golang-nuts
thx.


On Friday, January 19, 2018 at 2:30:17 AM UTC+8, Russ Cox wrote:
On Thu, Jan 18, 2018 at 5:21 AM, Dave Cheney <da...@cheney.net> wrote:
I am running the same version and do not see that errro. Have you modified your ulimit? Does your machine have any sort of antivirus or monitoring software installed?

In any case, I would say you can ignore that error, Go is correctly built by that time.

--
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...@googlegroups.com.

Krzysztof Kowalczyk

未読、
2018/01/18 21:07:202018/01/18
To: golang-nuts
Make sure to disable anti-virus software. Such software hooks into file operations in order to scan files for viruses and can keep files open longer than you expect. That would be consistent with the error message you're seeing.

This is not limited to anti-virus software but it's most common with it.

-- chris
全員に返信
投稿者に返信
転送
新着メール 0 件