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

[display] Do not silently replace missing types with Dynamic #11760

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

kLabz
Copy link
Contributor

@kLabz kLabz commented Sep 4, 2024

This is mostly an issue when using Context.resolveType in macros to determine if a type still exists in the cache. Also is responsible for Expr being typed as Dynamic in macros (when not imported)

This will "break" a lot of things..
I'm not sure what it was supposed to be helping with, as tests are ok with that change :/

@Simn
Copy link
Member

Simn commented Sep 10, 2024

I think the idea here was to ignore any "random nonsense", but I agree we shouldn't have to do this anymore.

@Simn Simn merged commit 99e8bb4 into development Sep 10, 2024
99 checks passed
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.

2 participants