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

[FUSE] @model directive is not mapped #10963

Closed
davidwengier opened this issue Oct 3, 2024 · 2 comments · Fixed by #11007
Closed

[FUSE] @model directive is not mapped #10963

davidwengier opened this issue Oct 3, 2024 · 2 comments · Fixed by #11007
Assignees
Labels
area-compiler Umbrella for all compiler issues New Feature: Fuse
Milestone

Comments

@davidwengier
Copy link
Contributor

See screenshot. The circled area should be classified as C# ("ErrorModel" should be blue) and there should be C# transition markers around the fully qualified name

image

Non-FUSE:

image

This was found from integration test failures, being worked around in #10959

@phil-allen-msft phil-allen-msft added the area-compiler Umbrella for all compiler issues label Oct 3, 2024
@chsienki chsienki self-assigned this Oct 3, 2024
@chsienki chsienki added this to the 17.13 P1 milestone Oct 3, 2024
@davidwengier
Copy link
Contributor Author

#10959 introduces a tooling unit test that should fail when FUSE is enabled

@chsienki
Copy link
Contributor

chsienki commented Oct 7, 2024

@inherits is going to have the same issue too. We need to actually track where the base / model types are coming from so we can emit them with mapping information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-compiler Umbrella for all compiler issues New Feature: Fuse
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants