Sean Hinchee

Results 9 comments of Sean Hinchee

This issue is solved by changing the line in the .gitignore to: `save/*` rather than `save`

Quote lists(2)

I spoke too soon, i ran `go test` on linux/amd64, but not plan9/arm, there I get: ``` cpu% go test PASS panic: Log in goroutine after TestRootQid has completed goroutine...

This seems to be an error in the logging? Doesn't look like an actual protocol error to me, but I'm not sure why these tests are failing

I don't think this is a styx bug, but looks like a Go bug which might be manifesting peculiarly on arm and/or plan9/arm specifically: https://github.com/golang/go/issues/29388 Specifically, this is caused by...

Tests pass, for example, if you disable the testing logger at `aqwari.net/net/styx/server_test.go:30`: ``` func (t testLogger) Printf(format string, args ...interface{}) { //t.Logf(format, args...) } ``` then: ``` cpu% go version...

I think so, it’s been awhile since I looked at this I don’t have a computer on me at the moment I can use, but I’ll get back to testing...

Thanks for checking in!