unisonweb / unison

A friendly programming language from the future

Home Page:https://unison-lang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible unimplemented functions in JIT's TCP

kylegoetz opened this issue · comments

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.

commented

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?

@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.