Skip to content

[CG-10829] fix: import wildcard doesn't preserve import resolution #502

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

Merged

Conversation

tkfoss
Copy link
Contributor

@tkfoss tkfoss commented Feb 14, 2025

Motivation

Content

Testing

Please check the following before marking your PR as ready for review

  • I have added tests for my changes
  • I have updated the documentation or added new documentation as needed

@tkfoss tkfoss requested review from codegen-team and a team as code owners February 14, 2025 17:27
Copy link

codecov bot commented Feb 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files

@tkfoss tkfoss changed the title Tom cg 10829 import wildcard doesnt preserve import resolution [CG-10829] fix: import wildcard doesn't preserve import resolution Feb 14, 2025
@tkfoss tkfoss merged commit acb8dca into develop Feb 14, 2025
24 of 26 checks passed
@tkfoss tkfoss deleted the tom-cg-10829-import-wildcard-doesnt-preserve-import-resolution branch February 14, 2025 17:35
Copy link
Contributor

🎉 This PR is included in version 0.15.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

rushilpatel0 pushed a commit that referenced this pull request Feb 18, 2025
)

Importing from a file that contains a wildcard can break further resolution. This could occur depending on to_resolve ordering, if the outer file is processed first _wildcards will not be filled in time.

---------

Co-authored-by: tomcodegen <[email protected]>
Co-authored-by: tomcodgen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants