Skip to content

Script owner not passed to DSL call #50

Description

@AndreVanDelft

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")){...}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions