hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/ | GSoC2018: https://wp.me/p4pxJf-k1
eschnett_ has joined #ste||ar
eschnett has quit [Ping timeout: 244 seconds]
quaz0r has quit [Ping timeout: 240 seconds]
quaz0r has joined #ste||ar
K-ballo has quit [Quit: K-ballo]
heller_ has quit [Remote host closed the connection]
heller_ has joined #ste||ar
quaz0r has quit [Ping timeout: 256 seconds]
quaz0r has joined #ste||ar
hkaiser has quit [Quit: bye]
parsa has joined #ste||ar
eschnett_ has quit [Quit: eschnett_]
parsa has quit [Quit: Zzzzzzzzzzzz]
parsa has joined #ste||ar
jakub_golinowski has joined #ste||ar
jakub_golinowski has quit [Client Quit]
parsa has quit [Quit: Zzzzzzzzzzzz]
parsa has joined #ste||ar
parsa has quit [Quit: Zzzzzzzzzzzz]
jakub_golinowski has joined #ste||ar
jaafar has quit [Ping timeout: 244 seconds]
jakub_golinowski has quit [Ping timeout: 256 seconds]
jakub_golinowski has joined #ste||ar
<Guest79517>
[hpx] StellarBot pushed 1 new commit to gh-pages: https://git.io/fNRB3
<github>
[hpx] hkaiser force-pushed sync_actions from c32da9b to e497e37: https://git.io/fN8LQ
<github>
hpx/sync_actions c69bc08 Hartmut Kaiser: Add several functionalities allowing to optimize synchronous action invocation...
<github>
hpx/sync_actions f256f82 Hartmut Kaiser: Adding forceinline to one-liners, minor change to future_transform allowing to use 'futures' that don't have a shared state
<github>
hpx/sync_actions e497e37 Hartmut Kaiser: Factoring out parts of the async/sync implementations
hkaiser has joined #ste||ar
aserio has joined #ste||ar
hkaiser has quit [Client Quit]
hkaiser has joined #ste||ar
hkaiser has quit [Client Quit]
hkaiser has joined #ste||ar
hkaiser has quit [Client Quit]
hkaiser has joined #ste||ar
jakub_golinowski has quit [Ping timeout: 265 seconds]
nikunj has quit [Read error: Connection reset by peer]
jakub_golinowski has joined #ste||ar
akheir has joined #ste||ar
aserio has quit [Ping timeout: 255 seconds]
aserio has joined #ste||ar
aserio has quit [Read error: Connection reset by peer]
<nikunj>
hkaiser, did you check out the docs I updated?
nikunj has quit [Quit: goodnight]
<heller_>
hkaiser: the pieces fit. set_on_completed might call handle_on_completed (when the future's already ready), which call self()
<heller_>
calls*
jakub_golinowski has quit [Ping timeout: 256 seconds]
nanashi55 has quit [Ping timeout: 240 seconds]
nanashi55 has joined #ste||ar
aserio has quit [Remote host closed the connection]
aserio has joined #ste||ar
<K-ballo>
what's up with that clang-tidy check?
<K-ballo>
is not the first time I see it spuriously fail
<heller_>
K-ballo: it depends on the changeset
<heller_>
might not be directly related to your changes after all
<K-ballo>
I've already seen it fail with the same diagnostics on some of my other PRs
<K-ballo>
disappears on rebuild, seems random..
<heller_>
it seems to be a valid diagnostic though. No idea why it 1) only shows up now 2) disappears on rebuild
<heller_>
it checks the TUs that are only part of the changeset
<heller_>
lots of headers will get missed. I wrote the script before the clang-tidy people release they're script thingy and never got around to actualy use the proper one