-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
Re-implement hpx::util::unwrapped #2456
Milestone
Comments
@hkaiser Could you please add a project description here https://github.com/STEllAR-GROUP/hpx/wiki/GSoC-2017-Project-Ideas |
6 tasks
Naios
added a commit
to Naios/hpx
that referenced
this issue
Jul 24, 2017
* Use hpx::util::unwrap and hpx::util::unwrapping instead, that clearify which underlying implementation should be used (the immediate or the deferred one). The automatic implementation selection was broken since unwrapped allowed to pass non future arguments through. * Closes STEllAR-GROUP#1400 * Closes STEllAR-GROUP#1404 * Closes STEllAR-GROUP#2456 * Ref STEllAR-GROUP#1126 * Ref STEllAR-GROUP#1132
Naios
added a commit
to Naios/hpx
that referenced
this issue
Jul 24, 2017
* Use hpx::util::unwrap and hpx::util::unwrapping instead, that clearify which underlying implementation should be used (the immediate or the deferred one). The automatic implementation selection was broken since unwrapped allowed to pass non future arguments through. * Closes STEllAR-GROUP#1400 * Closes STEllAR-GROUP#1404 * Closes STEllAR-GROUP#2456 * Ref STEllAR-GROUP#1126 * Ref STEllAR-GROUP#1132
Naios
added a commit
to Naios/hpx
that referenced
this issue
Jul 25, 2017
* Use hpx::util::unwrap and hpx::util::unwrapping instead, that clearify which underlying implementation should be used (the immediate or the deferred one). The automatic implementation selection was broken since unwrapped allowed to pass non future arguments through. * Closes STEllAR-GROUP#1400 * Closes STEllAR-GROUP#1404 * Closes STEllAR-GROUP#2456 * Ref STEllAR-GROUP#1126 * Ref STEllAR-GROUP#1132
Naios
added a commit
to Naios/hpx
that referenced
this issue
Jul 25, 2017
* Use hpx::util::unwrap and hpx::util::unwrapping instead, that clearify which underlying implementation should be used (the immediate or the deferred one). The automatic implementation selection was broken since unwrapped allowed to pass non future arguments through. * Closes STEllAR-GROUP#1400 * Closes STEllAR-GROUP#1404 * Closes STEllAR-GROUP#2456 * Ref STEllAR-GROUP#1126 * Ref STEllAR-GROUP#1132
Naios
added a commit
to Naios/hpx
that referenced
this issue
Jul 25, 2017
* Use hpx::util::unwrap and hpx::util::unwrapping instead, that clearify which underlying implementation should be used (the immediate or the deferred one). The automatic implementation selection was broken since unwrapped allowed to pass non future arguments through. * Closes STEllAR-GROUP#1400 * Closes STEllAR-GROUP#1404 * Closes STEllAR-GROUP#2456 * Ref STEllAR-GROUP#1126 * Ref STEllAR-GROUP#1132
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our helper facility
hpx::util::unwrapped
exposes a couple of undesired problems (see for instance #1404, #1400). A (partial) re-implementation/refactoring could help solving these issues.The text was updated successfully, but these errors were encountered: