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

Check if server action used in a thread is actually defined in server #15

Open
hator opened this issue Jul 5, 2017 · 0 comments
Open
Labels
Milestone

Comments

@hator
Copy link
Collaborator

hator commented Jul 5, 2017

This problem leads to generation of invalid Dedan code from Rybu code that is considered correct by Rybu
compiler.

To reproduce call in a thread a server action that was not defined in that server.

server S {
    { action } -> { return :ok }
}
var s = S () {};
thread T () {
    s.actionThatWasNotDefined();
}
@hator hator added the bug label Jul 5, 2017
@hator hator added this to the Rybu 2.0 milestone Jul 5, 2017
zyla added a commit that referenced this issue Jul 8, 2017
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

1 participant