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

event handler crashes when : is hit #1

Open
wickedchicken opened this issue Mar 26, 2015 · 2 comments
Open

event handler crashes when : is hit #1

wickedchicken opened this issue Mar 26, 2015 · 2 comments

Comments

@wickedchicken
Copy link
Contributor

Hitting : within a wi document crashes event handler. The following error is printed in wi.log:

event_registry_impl.go:63: RPC DocumentCursorMoved call failure: gob: type not registered for interface: editor.document

The editor ceases to respond to keypresses after this, and must be killed via SIGTERM.

@maruel
Copy link
Member

maruel commented Mar 26, 2015

It's a known issue, the event registry is yet to be completely implemented. :/ In particular, all the read-only interfaces have to be proxied, work that hasn't started yet.

@wickedchicken
Copy link
Contributor Author

If you walk me through how the event registry works (I'm not sure how packets get routed to code) I can take a stab at it, unless it's a design still under development.

@wickedchicken wickedchicken changed the title event handler crashes when event handler crashes when : is hit Mar 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants