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

Identify and fix any future reduction w/ noncopyable types issues. #486

Open
camio opened this issue Aug 10, 2022 · 0 comments
Open

Identify and fix any future reduction w/ noncopyable types issues. #486

camio opened this issue Aug 10, 2022 · 0 comments

Comments

@camio
Copy link
Contributor

camio commented Aug 10, 2022

PR #378 fixed several issues related to noncopyable types and their usage with future reductions (e.g. future<future<R>> collapsing to future<R>. This code has been reworked substantially since the PR was made and @sean-parent thinks this may have been fixed. This task is to confirm that it was fixed and, if not, fixing it.

Acceptance Criteria

  • Identify whether or not noncopyable types work properly with future reductions.
  • If noncopyable types do not work properly, fix them.
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

No branches or pull requests

1 participant