On Tue, Feb 20, 2024 at 04:42:22PM +0000, Stuart Henderson wrote:
> shells/elvish ("Cannot connect to daemon: unexpected RPC error on socket
> /tmp/elvish-1000/sock: function not implemented", no idea)

This issues an os.Stat call on the socket, which uses syscall with the
old sys module. An update to a more recent version of elvish should fix
this (although it needs a tiny bit more work than just a version bump
due to how the bundled binaries are handled).

Reply via email to