-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[CLEANUP] Remove sync
queue from @ember/runloop.
#17940
Conversation
93f211e
to
d9535dc
Compare
d9535dc
to
352d568
Compare
Was deprecated `until: '3.5.0'`, should be safe to cleanup now.
352d568
to
da556a7
Compare
sync
queue from @ember/runloop.sync
queue from @ember/runloop.
I can't seem to find any information on this, there's no entry in the 3.x deprecations list for Are the details of why this was deprecated/removed captured anywhere? |
@GavinJoyce - The |
👍 thanks |
Hmm, there was no deprecation warning for this. We've been using this, and now the app broke after updating to 3.11. We haven't seen any warning, so this was rather unexpected! Just fyi. Is it generally safe to refactor this to use |
@mydea - AFAICT there definitely was a deprecation cycle for this, in the diff of this PR the deprecations (which were labelled as |
I think it depends on why you were using |
Was deprecated
until: '3.5.0'
, should be safe to cleanup now.