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

Resolve issue with DiffUtil.eq being null in spawned isolate. Define … #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dcemmerson
Copy link

…equalizer as member variable in _DiffArguments, which is passed as argument to isolate, and use args.eq instead of DiffUtils.eq (if user passed in equalizer function, else default to (a, b) => a == b).

…equalizer as member variable in _DiffArguments, which is passed as argument to isolate, and use args.eq instead of DiffUtils.eq (if user passed in equalizer function).
@dcemmerson
Copy link
Author

Assuming this PR accepted, we can close out the issue I opened - DiffUtil.eq always null in isolate #6.

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.

1 participant