Search Discussions
-
Hi contributors, As you might have noticed, the migration to Git and GitHub is underway. *What is done:* The core repository has moved: https://go.googlesource.com/go (canonical) ...
Andrew Gerrand
Dec 8, 2014 at 7:47 am
Dec 19, 2014 at 12:07 am -
Go 1.4 is almost done; we just need to soak the new release candidate and, if it's OK, push the button. Once again it is time to start thinking about the next release, 1.5, which is scheduled for ...
Rob Pike
Dec 2, 2014 at 4:51 am
Jan 11, 2015 at 1:20 pm -
The hoops that src/cmd/api/run.go has to jump through so all.bash can run the API checker, just so the API checker can use go/types is ridiculous. It's also been the cause of several flakiness bugs, ...
Brad Fitzpatrick
Dec 22, 2014 at 11:40 pm
Dec 24, 2014 at 4:50 am -
Apologies if this has been brought up before... you wouldn't believe how many topics you have to sort through if your keyword is "comment" ;) I know this won't be possible in the near future (<v2), ...
Marcus Holmes
Dec 23, 2014 at 5:20 am
Jan 10, 2015 at 4:26 am -
Hi golang-dev, We are happy to announce that the Go tree is now open for general work. As you know, we are now working with Git, Gerrit, and GitHub (as if there weren't enough g's in our lives ...
Andrew Gerrand
Dec 18, 2014 at 3:10 am
Dec 22, 2014 at 4:08 pm -
I'm running into the following error when I attempt to submit my CL: $ git mail fatal: remote error: A Contributor Agreement must be completed before uploading. git push -q origin ...
Kelsey Hightower
Dec 13, 2014 at 9:12 pm
Dec 16, 2014 at 8:11 pm -
Dave, Minux, ARM people, Anybody know why the linux-arm-panda builder is broken? e.g. http://build.golang.org/log/0733ed20df355a54a87081de8a361495646e56a5 It's been offline for awhile (I never ...
Brad Fitzpatrick
Dec 5, 2014 at 9:44 pm
Dec 7, 2014 at 1:33 am -
Hi all, I'm looking to implement zlib compression for golang.org/x/crypto/ssh, and the ssh spec specifies quite clearly how to flush the payload at the end of a packet. It requires what is ...
Aaron Sokoloski
Dec 7, 2014 at 4:34 pm
Jan 8, 2015 at 9:58 am -
This is just me speaking, not the Go team. I'd like to ask what people think about shifting our release cycle to spring and autumn rather than the current summer and winter cycles. The problem with ...
Rob Pike
Dec 16, 2014 at 1:54 am
Dec 17, 2014 at 6:02 am -
I've been trying to get an installation of Go 1.4 to support many different architectures and OSs. I started off with the classic 6 combinations of linux/darwin/windows and 386/amd64, but I've more ...
Hello
Dec 11, 2014 at 7:42 pm
Dec 13, 2014 at 4:49 am -
http://godoc-test.golang.org/ This is what golang.org will look like after the release, except s/go1.4rc2/go1.4/ in the footer. Please look around and let me know if anything seems off. After that ...
Andrew Gerrand
Dec 10, 2014 at 11:53 pm
Dec 11, 2014 at 10:53 am -
I've been able to pull almost 6000 files via subversion, but it is choking on this one: $ svn checkout http://gcc.gnu.org/svn/gcc/branches/gccgo svn: E175013: Access to ...
Jeff Taylor22
Dec 16, 2014 at 5:57 pm
Dec 22, 2014 at 11:00 am -
As part of the gonum project, we just finished a pure-go implementation of all 3 levels of the float64 BLAS routines [0]. BLAS is a standard set of computational kernels for building higher-level ...
Brendan Tracey
Dec 30, 2014 at 4:25 am
Jan 4, 2015 at 9:35 pm -
We're now using Github's Milestones feature. Here's Go1.5: https://github.com/golang/go/milestones I've updated all the issues with label "release-go1.5" to use the Go1.5 milestone instead. We'll see ...
Brad Fitzpatrick
Dec 16, 2014 at 2:39 am
Dec 16, 2014 at 12:04 pm -
I’d like to see Ed25519 key[0] support and ChaCha20+Poly1305[1] added to the crypto/ssh package. I’m happy to attempt an implementation and submit patches, but it looks like implementations of ...
Jonathan Rudenberg
Dec 10, 2014 at 9:21 pm
Dec 15, 2014 at 7:28 pm -
Hi folks, I thought I'd kick the tyres on the ppc64le compiler now that it's merged. I'm using e0e1cee8e9 from today, and I see: $ uname -a Linux lebuntu1410 3.18.0 #134 SMP Thu Dec 18 21:16:49 AEDT ...
Michael Ellerman
Dec 18, 2014 at 10:29 am
Dec 23, 2014 at 4:56 pm -
Could a "go upgrade" or a "go version --upgrade" command be useful? something like $ go upgrade current: go version go1.3 darwin/amd64 in: /usr/local/go Do you want to upgrade to 1) go version go1.4 ...
Kris
Dec 12, 2014 at 4:53 pm
Dec 13, 2014 at 3:57 am -
I found golang/go on github. And I saw first pull-request just now. I don't know whether the golang-dev team will catches issues in future on github or not. If not, I suggest close issues on github ...
Mattn
Dec 8, 2014 at 9:18 am
Dec 10, 2014 at 9:05 pm -
Sounds reasonable to me. What is the name and location of the package you have in mind? By the way, this request should be on the development list, golang-dev (cc'ed) not golang-nuts (bcc'ed). -rob ...
Rob Pike
Dec 23, 2014 at 7:55 pm
Dec 23, 2014 at 10:20 pm -
errchk is written in perl, so tests that use it are disabled on Windows and Plan 9. It also has some quirks; from vet_test.go: // Errchk delights by not returning non-zero status if it finds errors, ...
Josh Bleecher Snyder
Dec 23, 2014 at 6:34 pm
Dec 23, 2014 at 9:57 pm -
I have patch that adds a vet check for calls to make that do not specify a non-zero buffer for os.Signal channels. This is a subtle programming error that I found in a few places in my own code, and ...
Jonathan Rudenberg
Dec 19, 2014 at 3:14 am
Dec 19, 2014 at 3:23 pm -
Change fc71d7b8ca9a broke the plan9-386-ducolombier build: http://build.golang.org/log/1519d26fb64e43fb931804182c4432917ea6f9b3 misc/chrome/gophertool: update for the git/gerrit transition ...
Builder
Dec 18, 2014 at 7:35 am
Dec 19, 2014 at 8:16 am -
implementing generics https://github.com/anlhord/go/commit/1eef19b08a793e8d8e83eb2114d9e77ef72bfc92 so i've got this toy.go in my repo https://github.com/anlhord/generic/blob/master/toy/toy.go I ...
Anlhord
Dec 15, 2014 at 6:05 pm
Dec 19, 2014 at 2:14 am -
5
[golang-dev] proposal: Let the specified tasks running on the specified goroutine,get goroutine ID
Let goroutine run in the specified CPU core Get goroutine ID Let the appointed tasks running on the specified goroutine it is not suported now! And I think it is necessary to suport natvie thread and ...小菜
Dec 18, 2014 at 3:56 am
Dec 18, 2014 at 6:55 am -
I just updated the golang.org/change/ shortcut to recognise old Mercurial hashes and redirect to their new Git equivalents. For example: https://golang.org/change/268b9616b66b It also works for ...
Andrew Gerrand
Dec 15, 2014 at 7:33 am
Dec 15, 2014 at 1:17 pm -
When reading over the source <http://golang.org/src/pkg/os/path.go?s=488:535#L9 of os.MkdirAll, I had the idea to add a function to the path/filepath package that splits a path into its parts ...
Hello
Dec 9, 2014 at 12:21 am
Dec 9, 2014 at 12:18 pm -
Hello everyone. I'm developing a little application and I think I found a bug with map[string]Struct. I have this two structs type A struct { Name string Values map[string]B } type B struct { Name ...
Tiago Temporim
Dec 29, 2014 at 3:43 am
Dec 29, 2014 at 10:34 am -
This issue has an attachment: https://github.com/golang/go/issues/9177 Downloading the attachment results in this error: <Error <Code NoSuchKey</Code <Message The specified key does not ...
Jra
Dec 19, 2014 at 2:35 pm
Dec 22, 2014 at 4:04 am -
Hello, Been following the threads on and the MIME package and quoted-printable encoding. I think it's a good time to open discussions on changes that needs to be brought to net/mail ...
Mohamed Attahri
Dec 18, 2014 at 11:52 pm
Dec 19, 2014 at 2:45 pm -
Russ, Keith, Currently the main slowdown of the tracer: https://go-review.googlesource.com/#/c/1450/ is stack unwinding (about 30%). It would be nice to disturb the execution is little as possible to ...
Dmitry Vyukov
Dec 16, 2014 at 9:10 am
Dec 17, 2014 at 9:35 am -
On both Linux and OSX 10.8 I have tip crashing whenever GODEBUG=gctrace=1 is defined. Not sure if this is something for which you would like me to create an issue on github, or if it's known ...
Andrey mirtchovski
Dec 16, 2014 at 5:46 pm
Dec 16, 2014 at 8:18 pm -
I've been using Go's cipher.Stream API for many purposes for a while now, and one API security concern has been tugging at me. The current contract is specified as: type Stream interface { // ...
Bryan Ford
Dec 14, 2014 at 5:15 pm
Dec 15, 2014 at 6:58 pm -
I would like to propose a very small change to the crypto/ssh package to allow for setting a custom version string for server connections in the same way that Clients can set a custom version ...
Traetox
Dec 11, 2014 at 5:54 am
Dec 11, 2014 at 3:22 pm -
Change ea51f2d304f4 broke the linux-amd64-temp2 build: http://build.golang.org/log/355e8149f2d9825f1f3125013516594ab48b1896 cmd/objdump: Fix error logging Change-Id ...
Builder
Dec 9, 2014 at 6:49 am
Dec 9, 2014 at 2:22 pm -
Hi, Go on Android Lollipop on Nexus5 crashes at startup because mmap2() returns ENOMEM at the following. runtime·mallocinit - runtime·SysReserve - runtime·mmap - SYS_mmap2 Reducing the amount of ...
Hiroshi Sakurai
Dec 3, 2014 at 2:48 pm
Dec 8, 2014 at 9:42 pm -
for i:= 0; i <100000; i++ { v_{i}:= "" } I want to assign lost of variables , such as v_1, v_2, v_3,..., I dont want to use map instead, because ,map is not thread,safe, If use lock, the lock is too ...
小菜
Dec 7, 2014 at 12:26 pm
Dec 7, 2014 at 7:57 pm -
Change 5da9c8cd0a04 broke the windows-amd64 build: http://build.golang.org/log/afcaaef70e7f9e80dfb56cd7f7f97dff3971e9c1 runtime: ignore SIGPROF to foreign threads before cgocallback is fully ...
Builder
Dec 31, 2014 at 11:11 pm
Jan 1, 2015 at 1:17 am -
I'm really surprised to have received very few responses/suggestions on this. Considering that Go is a minimalistic language (and that's a good thing, of course), my expectations were that this ...
Diego Giagio
Dec 27, 2014 at 3:30 pm
Dec 28, 2014 at 1:09 pm -
3
[golang-dev] linux-386 broken by runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stack
Change 675eb72c285c broke the linux-386 build: http://build.golang.org/log/e4f23aab1e0ce57db11430fa7b612edd91caa24e runtime: run libc SIGSETXID and SIGCANCEL handlers on signal stack These signals ...Builder
Dec 23, 2014 at 1:43 am
Dec 23, 2014 at 2:02 am -
Change 2fc29a83ae26 broke the windows-386 build: http://build.golang.org/log/b8fd35aa1d53e10116275ec513aeb6abd9737e25 cmd/gc: resolve static addresses of the form &x.f at link time When we do y = &x ...
Builder
Dec 18, 2014 at 9:58 pm
Dec 19, 2014 at 12:00 am -
http://build.golang.org/git/ They look like they are in order of commit, but the date reported may be the date the PR was opened in gerrit (Just a gues). Dave -- You received this message because you ...
Dave Cheney
Dec 11, 2014 at 8:44 pm
Dec 12, 2014 at 12:06 am -
Most of the links in the Wiki should be corrected now -- internal wiki links and code.google.com links. https://github.com/golang/go/wiki https://github.com/golang/go/wiki/_history I did all the ...
Nathan Youngman
Dec 11, 2014 at 7:13 am
Dec 11, 2014 at 7:37 am -
Could somebody fix the go.talks repo's test failures? BTW, Windows is working again, and passing the subrepos. (except for go.talks) -- You received this message because you are subscribed to the ...
Brad Fitzpatrick
Dec 5, 2014 at 1:25 am
Dec 5, 2014 at 3:59 am -
Hi, Not sure if it's the right place to post this but here it goes: I have a function that is only useful when called with `defer SuchFunc()`. Is there (shouldn't there be) a way to enforce such ...
Marcio3w
Dec 26, 2014 at 4:23 pm
Dec 26, 2014 at 8:46 pm -
Hello, I wish to create a tool which is capable of creating deterministic Tar archives so that two separately created archives can be compared using a cryptographic hash of each. I can do most of ...
Josh Hawn
Dec 24, 2014 at 4:34 pm
Dec 24, 2014 at 6:05 pm -
Change 108dbd0dc759 broke the nacl-amd64p32 build: http://build.golang.org/log/1733ddcbdc0675c5e16324b016ef664713279951 reflect: more function layout tests Test more stuff: 1) flagNoPointers, an ...
Builder
Dec 23, 2014 at 8:09 pm
Dec 23, 2014 at 9:28 pm -
An edited version of a rant I posted internally at Google. It applies here too: Most changelist (CL) descriptions I read are inadequate. The classic case is "Fix bug" (What bug? What fix?) but too ...
Rob Pike
Dec 23, 2014 at 6:43 am
Dec 23, 2014 at 10:30 am -
Change d11f41118116 broke the netbsd-386-minux build: http://build.golang.org/log/6607c61f735563b9c4f2aac3e098e1261d9289a6 reflect: add kindNoPointers if a function layout has no pointers. malloc ...
Builder
Dec 23, 2014 at 3:57 am
Dec 23, 2014 at 5:14 am -
Change 7f4c26850a6e broke the nacl-386 build: http://build.golang.org/log/e584d4bbaac01792e1957407be872f2646ca37f6 runtime: import unsafe in os_windows.go (fixes windows build) Change-Id ...
Builder
Dec 23, 2014 at 4:42 am
Dec 23, 2014 at 4:58 am -
Change fbc56cf05015 broke the nacl-amd64p32 build: http://build.golang.org/log/91dbab47c32da9377a601511c6894e6c44cf73cd runtime: hashmap: move overflow pointer to end of bucket Pointers to zero-sized ...
Builder
Dec 22, 2014 at 10:36 pm
Dec 22, 2014 at 11:50 pm
Group Overview
group | golang-dev |
categories | go |
discussions | 176 |
posts | 704 |
users | 137 |
website | golang.org |
137 users for December 2014
Archives
- June 2016 (161)
- May 2016 (149)
- April 2016 (310)
- March 2016 (570)
- February 2016 (331)
- January 2016 (345)
- December 2015 (143)
- November 2015 (299)
- October 2015 (352)
- September 2015 (328)
- August 2015 (339)
- July 2015 (249)
- June 2015 (346)
- May 2015 (485)
- April 2015 (415)
- March 2015 (675)
- February 2015 (383)
- January 2015 (445)
- December 2014 (704)
- November 2014 (363)
- October 2014 (387)
- September 2014 (499)
- August 2014 (711)
- July 2014 (542)
- June 2014 (109)
- May 2014 (181)
- April 2014 (337)
- March 2014 (512)
- February 2014 (554)
- January 2014 (554)
- December 2013 (2,655)
- November 2013 (1,704)
- October 2013 (2,235)
- September 2013 (2,693)
- August 2013 (4,409)
- July 2013 (3,287)
- June 2013 (3,126)
- May 2013 (2,893)
- April 2013 (2,209)
- March 2013 (4,142)
- February 2013 (3,737)
- January 2013 (2,959)
- December 2012 (2,238)
- November 2012 (2,578)
- October 2012 (2,535)
- September 2012 (2,763)
- August 2012 (99)