Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msg.go in exp/nacl/srpc does not compile #339

Closed
gopherbot opened this issue Nov 25, 2009 · 3 comments
Closed

msg.go in exp/nacl/srpc does not compile #339

gopherbot opened this issue Nov 25, 2009 · 3 comments

Comments

@gopherbot
Copy link
Contributor

by barry.d.silverman:

msg.go fails to compile because Bytes.copy function was removed on November 
18th. 

What steps will reproduce the problem?
8g -o _go_.8 client.go msg.go server.go   
msg.go:124: undefined: bytes.Copy

What is your $GOOS? nacl  $GOARCH? 386


Which revision are you using?  (hg identify)
4a3f8104324e+ tip

Please provide any additional information below.
@rsc
Copy link
Contributor

rsc commented Dec 3, 2009

Comment 1:

Sorry about this; I've let the native client build
get a bit stale because we're waiting for native
client to give us hooks for runtime code generation
(e.g. closures).
I'll take a look.

Owner changed to r...@golang.org.

Status changed to Started.

@rsc
Copy link
Contributor

rsc commented Dec 4, 2009

Comment 2:

This seems to be building now but other things don't.
I'll get back to you once I have Spacewar! building again.  ;-)

@rsc
Copy link
Contributor

rsc commented Dec 4, 2009

Comment 3:

This issue was closed by revision 609eeee.

Status changed to Fixed.

Merged into issue #-.

@gopherbot gopherbot added the fixed label Dec 4, 2009
@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc removed their assignment Jun 22, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants