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

added resolveContextType #11172

Merged
merged 1 commit into from
Apr 21, 2023
Merged

added resolveContextType #11172

merged 1 commit into from
Apr 21, 2023

Conversation

ncannasse
Copy link
Member

No description provided.

@ncannasse ncannasse merged commit 1a57e42 into development Apr 21, 2023
@ncannasse
Copy link
Member Author

This is useful when you want to do some type resolution in a build macro but don't want to get recursive build error.

@ncannasse ncannasse deleted the resolve_context_type branch April 21, 2023 07:38
| CTExtend (pl, fl) ->
CTExtend (List.map (fun (p,pos) -> load_path p pos, pos) pl,List.map load_cf fl)
| CTOptional t ->
CTOptional t
Copy link
Member

Choose a reason for hiding this comment

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

This looks like it should load t as well.

@back2dos
Copy link
Member

I wonder, does this work with @:genericBuild?

@skial skial mentioned this pull request Apr 24, 2023
1 task
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.

3 participants