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

fix issue #1158 #1159

Merged
merged 1 commit into from
Nov 10, 2023
Merged

fix issue #1158 #1159

merged 1 commit into from
Nov 10, 2023

Conversation

stoneface86
Copy link
Contributor

Fix for #1158. When accessing the dataRequires var, nim reports that it is an ambiguous identifier and a module is needed to specify which one (either system or the auto-generated nimscript_xxxxxxxx). By adding dataRequires to the except list in nimscriptwrapper.nim, this error is avoided and the var can now be used as intended.

I have also included a test case in tests/tissues.nim

@Araq
Copy link
Member

Araq commented Nov 10, 2023

Excellent work, thank you!

@Araq Araq merged commit bd9651a into nim-lang:master Nov 10, 2023
6 checks passed
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

Successfully merging this pull request may close these issues.

2 participants