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

JSLoader: Rework Context usage a bit #104

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

mattco98
Copy link
Member

@mattco98 mattco98 commented Jan 7, 2024

For some reason, we were storing two Context variables and using them throughout the loader. Instead, we should store two scopes (for eval and modules) and use whichever Context happens to be in use on the thread at any particular point.

For some reason, we were storing two Context variables and using them
throughout the loader. Instead, we should store two scopes (for eval and
modules) and use whichever Context happens to be in use on the thread at
any particular point.
@mattco98 mattco98 merged commit dd96864 into ChatTriggers:main Jan 17, 2024
1 check passed
@mattco98 mattco98 deleted the js-context-rework branch January 17, 2024 00:01
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.

1 participant