Skip to content

#1121 add possibility to redefine a computed property #GoodnessSquadKyiv #1151

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

Merged

Conversation

koretskiyav
Copy link
Contributor

@koretskiyav koretskiyav commented Aug 23, 2017

Thanks for taking the effort to create a PR!

If you are creating an extensive PR, you might want to open an issue with your idea first, so that you don't put a lot of effort in an PR that wouldn't be accepted. Please prepend pull requests with WIP: if they are not yet finished
PR checklist:

  • Added unit tests
  • Updated changelog
  • Updated docs (either in the description of this PR as markdown, or as separate PR on the gh-pages branch. Please refer to this PR). For new functionality, at least API.md should be updated
  • Added typescript typings
  • Verified that there is no significant performance drop (npm run perf)

Feel free to ask help with any of these boxes!

The above process doesn't apply to doc updates etc.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.682% when pulling 91e2f26 on koretskiyav:Issue_1121_-_redefine_computed_property into fb1b7d9 on mobxjs:master.

Copy link
Member

@mweststrate mweststrate left a comment

Choose a reason for hiding this comment

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

(Sorry, somehow forgot to submit the review, I still don't understand the github review feature)


t.equal(observeCalls, 1)
t.equal(reactionCalls, 1)

Copy link
Member

Choose a reason for hiding this comment

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

Thanks for this PR!. Could you add a assertion that a.surface is 22 here?

@coveralls
Copy link

Coverage Status

Coverage increased (+0.004%) to 94.686% when pulling ac3d71f on koretskiyav:Issue_1121_-_redefine_computed_property into fb1b7d9 on mobxjs:master.

@mweststrate
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants