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

[BUGFIX] properly surface deprecation message #1562

Merged
merged 1 commit into from Feb 7, 2024
Merged

Conversation

chancancode
Copy link
Contributor

I think wrapping these in LOCAL_DEBUG ends up causing these to not actually be seen by anyone. It's also unnecessary, deprecate should already be pluggable/strippable in Ember, but it probably doesn't matter in this case anyway, because most of the time the compiler isn't shipped to the browser anyway and should be (???) running in dev mode by default? I hope?

Anyway if that last part isn't true and these still aren't being seen, then it would be something to fix in Ember.

I think wrapping these in LOCAL_DEBUG ends up causing these to not
actually be seen by anyone. It's also unnecessary, `deprecate`
should already be pluggable/strippable in Ember, but it probably
doesn't matter in this case anyway, because most of the time the
compiler isn't shipped to the browser anyway and should be (???)
running in dev mode by default? I hope?

Anyway if that last part isn't true and these still aren't being
seen, then it would be something to fix in Ember.
@chancancode chancancode merged commit d735053 into main Feb 7, 2024
6 checks passed
@chancancode chancancode deleted the proper-deprecate branch February 7, 2024 21:52
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.

None yet

2 participants