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

Squashed feature handle error 2 #1528

Merged

Conversation

chancancode
Copy link
Contributor

No description provided.

It seems like _something_ should have yelled at us for doing this?
@chancancode chancancode force-pushed the squashed-feature-handle-error-2 branch from 14ee537 to 57d1d3d Compare December 13, 2023 17:10
…e difference between a `(mut)` reference (previously – "Invokable" reference, admittedly a very confusing name) and an "accessor" reference.

This was a mistake. The Ember usage that necessitated this feature requires that they are distinct. Specifically `{{action (mut this.someProp)}}` is explicitly a distinctly different usage than `{{action this.someProp}}`.
@chancancode chancancode force-pushed the squashed-feature-handle-error-2 branch from 595f732 to 3a9c851 Compare December 14, 2023 02:51
@chancancode
Copy link
Contributor Author

53031fc needs review and tests

@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review December 15, 2023 16:56
@NullVoxPopuli NullVoxPopuli merged commit ed2e27c into squashed-feature-handle-error Dec 15, 2023
5 checks passed
@NullVoxPopuli NullVoxPopuli deleted the squashed-feature-handle-error-2 branch December 15, 2023 16:56
@NullVoxPopuli
Copy link
Contributor

NullVoxPopuli commented Dec 15, 2023

Merged in to (not squashed) the other error-recovery branch (here: #1501)

So that rebasing is easier -- rebasing chained PRs never goes well over long periods of time

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