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

Possible unimplemented functions in JIT's TCP #4877

Closed
kylegoetz opened this issue Apr 11, 2024 · 3 comments
Closed

Possible unimplemented functions in JIT's TCP #4877

kylegoetz opened this issue Apr 11, 2024 · 3 comments
Assignees
Labels

Comments

@kylegoetz
Copy link
Contributor

Unison TCP base.IO.net.Socket.toText : Socket -> Text exists in Unison Share as a built-in, but the JIT's tcp.rkt does not appear to implement this.

@aryairani
Copy link
Contributor

@dolio
Copy link
Contributor

dolio commented Apr 30, 2024

Yeah, that's the primitive part. Based on that there should also be an auto-generated wrapper in one of the wrapper files.

Was there more indication that it's not working somehow?

@kylegoetz
Copy link
Contributor Author

@dolio no indication it's not working. I was just learning by reading the TCP code and noticed I hadn't seen it in the tcp.rkt file. And you're right, it's in simple-wrappers. I had mistakenly assumed the wrong location for the function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants