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

Incompatible typing in seestar_event.erl #18

Open
srmerritt opened this issue Feb 13, 2015 · 0 comments
Open

Incompatible typing in seestar_event.erl #18

srmerritt opened this issue Feb 13, 2015 · 0 comments

Comments

@srmerritt
Copy link
Contributor

event() is opaque, and the exported functions change/1, ip/1, port/1, keyspace/1, table/1 are spec'd to require unexported type(s): topology_change_event(), status_change_event(), schema_change_event().

Here's an example error:

The call seestar_event:ip(E::seestar_event:event()) contains an opaque term as 1st argument when a structured term of type {'status_change','down' | 'undefined' | 'up','undefined' | {byte(),byte(),byte(),byte()} | {char(),char(),char(),char(),char(),char(),char(),char()},'undefined' | char()} | {'topology_change','new_node' | 'removed_node' | 'undefined','undefined' | {byte(),byte(),byte(),byte()} | {char(),char(),char(),char(),char(),char(),char(),char()},'undefined' | char()} is expected
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

1 participant