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 beta] Expose computed getter functions #17855

Merged
merged 1 commit into from
Apr 8, 2019

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Apr 3, 2019

A few addons, namely ember-macro-helpers, still rely access to
the private _getter function on CP descriptors. There's no
easy way around this, since ember-macro-helpers can be used to
combine existing macros, so this fix exposes the _getter function
for the time being until alternative solutions can be made.

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.

Can you add a TODO or something mentioning why we need it and that we should remove (likely with a private API deprecation)?

Other than that, seems fine to me...

A few addons, namely ember-macro-helpers, still rely access to
the private `_getter` function on CP descriptors. There's no
easy way around this, since ember-macro-helpers can be used to
combine _existing_ macros, so this fix exposes the _getter function
for the time being until alternative solutions can be made.
@rwjblue rwjblue merged commit 8c92d4a into master Apr 8, 2019
@rwjblue rwjblue deleted the bugfix/expose-computed-getter-functions branch April 8, 2019 18:10
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