Skip to content

Script owner not passed to DSL call #50

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

Open
AndreVanDelft opened this issue Jun 14, 2016 · 0 comments
Open

Script owner not passed to DSL call #50

AndreVanDelft opened this issue Jun 14, 2016 · 0 comments
Labels

Comments

@AndreVanDelft
Copy link
Contributor

When implementing communication, it is necessary to know the owner of communicating scripts.
For other scripts the owner field may be useful when debugging. However, the following code is typically generated:

def liveScript = subscript.DSL._script[Any](None, Symbol("liveScript")){...}

That should be:

def liveScript = subscript.DSL._script[Any](this, Symbol("liveScript")){...}
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