Mikael Simberg
Mikael Simberg
#4704 didn't fix all the problems. This still remains: https://app.circleci.com/pipelines/github/STEllAR-GROUP/hpx/3929/workflows/b9c71b4a-b4bf-47b0-af0f-1feabb30ae56/jobs/198587/steps.
Disabled the `suspend_thread_timed` test in https://github.com/STEllAR-GROUP/hpx/commit/c62d99282d69a5b27cfc5c9939e55501ff98d88b.
As this is a very fundamental part of hpx, would it be worth it to simply link to [cppreference](http://en.cppreference.com/w/cpp/experimental/future) in our documentation (and the same for async, etc.). Or even...
Is this something we still want to fix?
> Sounds like a feature for the assert module sitting in the pipeline ;-) Indeed!
@tapaswenipathak feel free to work on this. You might want to have a look at what's in the testing module: https://github.com/STEllAR-GROUP/hpx/blob/master/libs/testing/include/hpx/testing.hpp. We should try to avoid duplicating functionality in both...
I've just merged https://github.com/STEllAR-GROUP/hpx/pull/4246, and the docker image should be updated later today. This PR probably needs to be retriggered to run with the new image. Please let me know...
#1140 superceded this, closing.
Was this opened on purpose?
> The last point you note, of fixing call sites, won't help the function declarations that we need to do. I dislike `min`/`max` as macros as much as anyone, but...