Skip to content

'global variable XXX not found' error at nested import #59

Description

@PellSmit

In case of nested import like bellow,
LSLForge reports an error saying 'global variable A not found'.
I fixed it but need more test.
Wait for a while.

----------A.lslm ---------------
$module (integer A)
----------B.lslm ---------------
$module (integer A)

$import A.lslm(A=A);
----------C.lslm ---------------
$module (integer A)

$import B.lslm(A=A);
----------D.lslm ---------------
$module (integer A)

$import C.lslm(A=A);

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions