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

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

Open
PellSmit opened this issue Sep 30, 2021 · 0 comments
Open

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

PellSmit opened this issue Sep 30, 2021 · 0 comments

Comments

@PellSmit
Copy link

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);

PellSmit added a commit to PellSmit/lslforge that referenced this issue Oct 1, 2021
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