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

namespaces not resolved when assigning to a field on a class #91

Closed
georgejecook opened this issue May 27, 2020 · 0 comments
Closed

namespaces not resolved when assigning to a field on a class #91

georgejecook opened this issue May 27, 2020 · 0 comments

Comments

@georgejecook
Copy link
Contributor

georgejecook commented May 27, 2020

I want to mixin methods in rooibos

field is declared

    private RunItGroups = Rooibos.TestRunnerMixin.RunItGroups
    private RunTestCases = Rooibos.TestRunnerMixin.RunTestCases

but app crashes on :

m.RunItGroups = Rooibos.TestRunnerMixin.RunItGroups

generated constructor is

    instance = {}
    instance.new = function(args = {})
        m.RunItGroups = Rooibos.TestRunnerMixin.RunItGroups
        m.RunTestCases = Rooibos.TestRunnerMixin.RunTestCases
        m.testScene = args.testScene
        m.nodeContext = args.nodeContext
        config = RBSFM_getRuntimeConfig()
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