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

rewrite whereNotNull without sync* #273

Open
mraleph opened this issue Mar 21, 2023 · 4 comments · May be fixed by #274 or #332
Open

rewrite whereNotNull without sync* #273

mraleph opened this issue Mar 21, 2023 · 4 comments · May be fixed by #274 or #332

Comments

@mraleph
Copy link
Member

mraleph commented Mar 21, 2023

Current implementation of sync* is suboptimal and we might not get to fixing its performance in Dart 3.0 so we should probably avoid using sync* for now.

See also dart-lang/sdk#51806

@oprypin oprypin linked a pull request Jun 1, 2023 that will close this issue
@lrhn
Copy link
Member

lrhn commented Jul 1, 2023

We should deprecate the version here, and make it forward to the SDK version.

@mraleph
Copy link
Member Author

mraleph commented Jul 4, 2023

Should I just abandon the PR or should I make it simply redirect to the SDK implemention (probably requires pubspec.yaml SDK constraint bump).

@lrhn
Copy link
Member

lrhn commented Jul 4, 2023

Whatever we do it should be on the 3.0 branch (which we should land RSN).

@oprypin oprypin linked a pull request Jan 25, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants