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

[CLEANUP] Remove _actions functionality #15914

Merged
merged 2 commits into from
Dec 4, 2017

Conversation

thoov
Copy link
Member

@thoov thoov commented Dec 1, 2017

Along with related deprecations, asserts, and tests.

Related: ember-2-legacy PR

Apart of: #15876

Along with related deprecations, asserts, and tests.
@thoov
Copy link
Member Author

thoov commented Dec 1, 2017

Tests have been ported to the legacy addon

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

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

Looking good!

One inline tweak (we can remove the whole willMergeMixin function in the action handler mixin, and can you also add a comment above

if (base.willMergeMixin) { base.willMergeMixin(props); }

to make it clear that this can be removed after 3.4?

delete props._actions;
}
}
willMergeMixin() {}
Copy link
Member

Choose a reason for hiding this comment

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

I think we can remove the implementation completely?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

No, removing this empty function shouldn’t affect that (we aren’t removing the functionality yet)...

@thoov
Copy link
Member Author

thoov commented Dec 4, 2017

@rwjblue should be good now

@rwjblue rwjblue merged commit ca82bef into emberjs:master Dec 4, 2017
@rwjblue
Copy link
Member

rwjblue commented Dec 4, 2017

Awesome, thank you!!

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