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

Remove namespaced service injections, uninstall ember-cli-deprecation-workflow #1007

Merged
merged 4 commits into from
Apr 30, 2024

Conversation

charlesfries
Copy link
Contributor

Fixes #822

I think the potential service name conflicts are a non-issue.

@elwayman02
Copy link
Owner

Unfortunately, it seems the embroider build still fails with these changes.

@charlesfries
Copy link
Contributor Author

@elwayman02 I believe it's due to this issue: ember-cli/ember-cli-deprecation-workflow#156

Would you be open to removing ember-cli-deprecation-workflow in favor of the solution provided in that thread?

@elwayman02
Copy link
Owner

Would you be open to removing ember-cli-deprecation-workflow in favor of the solution provided in that thread?

Ya, that seems fine, given the lack of movement on that issue.

@charlesfries charlesfries changed the title Remove namespaced service injections for Embroider Remove namespaced service injections, uninstall ember-cli-deprecation-workflow Apr 29, 2024
@@ -2,12 +2,11 @@ import FastBootAwareEventManagerService from 'ember-user-activity/services/-priv
import Ember from 'ember';
import { A } from '@ember/array';
import { throttle } from '@ember/runloop';
import { inject as injectService } from '@ember/service';
Copy link
Owner

Choose a reason for hiding this comment

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

Nice! I approve :)

@elwayman02
Copy link
Owner

Thanks for doing this! I'll try to get something released in the next week or so, pending some free time to look at the other outstanding maintenance.

@elwayman02 elwayman02 merged commit 7424c76 into elwayman02:master Apr 30, 2024
14 checks passed
@elwayman02 elwayman02 mentioned this pull request Apr 30, 2024
@charlesfries
Copy link
Contributor Author

Sounds great. Thank you!

@charlesfries charlesfries deleted the embroider branch April 30, 2024 23:41
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.

Embroider support
2 participants