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

Respect imports on @:build #11373

Merged
merged 1 commit into from Nov 14, 2023
Merged

Conversation

Simn
Copy link
Member

@Simn Simn commented Nov 13, 2023

This PR makes paths in @:build respect imports. The new module resolution makes this quite easy, the only thing special is that we don't want to resolve lazy resolutions because that would be too early (there's a good test for that in #2729). That means that field imports aren't working, but that should be fair enough.

Closes #6746

@Simn Simn force-pushed the build_macro_import_resolution_2023 branch from 1d10416 to f76db7e Compare November 13, 2023 13:05
@Simn Simn merged commit 7c750b3 into development Nov 14, 2023
122 checks passed
@Simn Simn deleted the build_macro_import_resolution_2023 branch November 14, 2023 10:29
@skial skial mentioned this pull request Nov 15, 2023
1 task
0b1kn00b pushed a commit to 0b1kn00b/haxe that referenced this pull request Jan 25, 2024
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.

None yet

1 participant