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

[Fiber]Fix tests for mount/update callback errors #8436

Closed

Conversation

koba04
Copy link
Contributor

@koba04 koba04 commented Nov 28, 2016

This PR fixes some failing Fiber tests.

This is passing callerName to validate callback arguments.
callerName is being passed as an optional argument. Should I annotate it as a required argument?

@koba04 koba04 changed the title [Fiber]Fix tests for update callback warnings [Fiber]Fix tests for mount/update callback warnings Nov 28, 2016
@koba04 koba04 force-pushed the fix-fiber-tests-for-update-callback branch from 64ad409 to f141f18 Compare November 29, 2016 00:25
@sebmarkbage
Copy link
Collaborator

I don't think we'll want to pay the runtime cost and extra library size only for this error message.

@koba04 koba04 changed the title [Fiber]Fix tests for mount/update callback warnings [Fiber]Fix tests for mount/update callback errors Nov 30, 2016
@koba04
Copy link
Contributor Author

koba04 commented Nov 30, 2016

@sebmarkbage
That makes sense.
What do you think about making this error message DEV only warning and removing callerName?

@koba04
Copy link
Contributor Author

koba04 commented Jan 4, 2017

This has been fixed by #8677

@koba04 koba04 closed this Jan 4, 2017
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.

3 participants