Skip to content

Script owner not passed to DSL call #50

@AndreVanDelft

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

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