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: ensure filename is defined for builtins in debug builds #166

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

guybedford
Copy link
Contributor

This fixes a bug where filename on CompileOptions was not being set for builtin modules in the script loader, which was fine on release builds but failing on debug builds.

Copy link
Member

@tschneidereit tschneidereit left a comment

Choose a reason for hiding this comment

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

Thank you, and sorry for not catching that. I assume a test isn't trivial to write for this?

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