-
I've now tried this using Go 1.3.3 and Go 1.2.2 and get the same result:
```
root@zenoss:~# mkdir $GOPATH/{bin,pkg,src} -p
root@zenoss:~# mkdir $GOPATH/src/github.com/zenoss -p
root@zenoss:~# cd $GOP…
-
```
After applying patch from issue #18, the test suite does not pass:
$ go test
panic: runtime error: slice bounds out of range [recovered]
panic: runtime error: slice bounds out of range
goro…
-
```
The "previous write" frequently gets corrupted, but here is my stack trace
WARNING: DATA RACE
Write by goroutine 56:
runtime.mapassign1()
/usr/local/go/src/pkg/runtime/hashmap.c:1134 +0x0…
-
Original [issue 140](https://code.google.com/p/plotinum/issues/detail?id=140) created by eaburns on 2014-04-01T21:14:25.000Z:
The "previous write" frequently gets corrupted, but here is my …
-
```
After applying patch from issue #18, the test suite does not pass:
$ go test
panic: runtime error: slice bounds out of range [recovered]
panic: runtime error: slice bounds out of range
goro…
-
```
After applying patch from issue #18, the test suite does not pass:
$ go test
panic: runtime error: slice bounds out of range [recovered]
panic: runtime error: slice bounds out of range
goro…
-
Hi great project. Noticed movetime not working when I compiled clubfoot. Quick dirty fix below >
---
std::string ChessEngine::Go(const int depth,
const int movestogo,
…
-
The inner loop of the dgemmSerialNotTrans function is
```
var tmp float64
for l, v := range b.data[j*b.stride : j*b.stride+b.cols] {
tmp += atmp[l] * v
}
```
I tried replacing this with
```
t…
-
```
What steps will reproduce the problem?
1. Within my local Go workspace, ~/mygo/src, I do a "go get
code.google.com/p/goncurses
2. I watch as the install process generates many errors
3.
What is …
-
I tried running go test in the gonum/blas/cblas directory and it fails on OSX Yosemite (10.10.1) with
```
jonlawlor: ~/go/src/github.com/gonum/blas/cblas $ go test
# github.com/gonum/blas/cblas
Undef…