Skip to content

Conversation

wagenet
Copy link
Contributor

@wagenet wagenet commented Jun 20, 2025

RFC: emberjs/rfcs#1114

Note that Ember.ArrayProxy deprecation guides are in #1405.

Copy link

netlify bot commented Jun 20, 2025

Deploy Preview for ember-deprecations ready!

Name Link
🔨 Latest commit 534bcd8
🔍 Latest deploy log https://app.netlify.com/projects/ember-deprecations/deploys/689b8c496baed100080831c8
😎 Deploy Preview https://deploy-preview-1406--ember-deprecations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ef4
Copy link
Contributor

ef4 commented Jun 27, 2025

Similar to what I said about the ArrayProxy deprecation: the hard part here is the interop with computeds.

@wagenet
Copy link
Contributor Author

wagenet commented Aug 12, 2025

I've added a note about Computed Properties.


### `A()` Function and Core Mixins

The `A()` function would wrap a native array, making it an `EmberArray`. The `EmberArray` and `MutableArray` mixins could be used to build custom array-like classes.
Copy link
Contributor

Choose a reason for hiding this comment

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

If I remember correctly, the A() function actually mutates its argument by enhancing its prototype. This description of A() should probably say that. The failure mode is that someone removes an A() in one part of their app and a far-away part breaks because that part was subtly relying on the prototype extensions.

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.

3 participants