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 module names that are not valid identifiers #1226

Merged
merged 3 commits into from
Mar 5, 2025

Conversation

scotttrinh
Copy link
Collaborator

@scotttrinh scotttrinh commented Mar 5, 2025

This regressed in #900 due to not having a good test case. The way to reproduce this issue is to ensure that the module ends up as something that the schema module would need to import, and it seems like that requires object types defined in these edge case modules.

- The prefix should make sure it is properly quoting the namespace parts
- The module file name should revert back to the original algorithm
@scotttrinh scotttrinh marked this pull request as ready for review March 5, 2025 16:03
@scotttrinh scotttrinh merged commit 12d19d8 into master Mar 5, 2025
10 checks passed
@scotttrinh scotttrinh deleted the fix-module-with-dots branch March 5, 2025 16:36
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