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

Temporary fix for async code in lua script engine #585

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

hazzik
Copy link
Contributor

@hazzik hazzik commented Jul 2, 2024

Lua does not support async-await, so this script would throw an exception:

local csv_name = select_file();
csv_load(csv_name, true);

@hazzik hazzik force-pushed the fix-scripts-async branch 3 times, most recently from 8aa2400 to 03f6c0d Compare July 2, 2024 06:32
@hazzik hazzik changed the title Temporary fix for lua script engine Temporary fix for async code in lua script engine Jul 2, 2024
@hazzik hazzik force-pushed the fix-scripts-async branch from 03f6c0d to b1ede08 Compare July 2, 2024 06:34
Copy link
Owner

@Serg-Norseman Serg-Norseman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Serg-Norseman Serg-Norseman merged commit 60eb243 into Serg-Norseman:master Jul 2, 2024
1 check 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