hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
<gonidelis[m]> hkaiser: see pm please
hkaiser has quit [Quit: Bye!]
Yorlik_ has joined #ste||ar
Yorlik has quit [Ping timeout: 260 seconds]
Yorlik_ has quit [Read error: Connection reset by peer]
Yorlik has joined #ste||ar
Undername has joined #ste||ar
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 240 seconds]
K-ballo1 is now known as K-ballo
Undername has quit [Client Quit]
Undername has joined #ste||ar
hkaiser has joined #ste||ar
<dkaratza[m]> hkaiser: when I get a warning about an argument not found, should I remove the argument from the documentation or add it in the code? I guess the answer is to remove it from the doxygen docs, right?
K-ballo has quit [Ping timeout: 256 seconds]
K-ballo has joined #ste||ar
<hkaiser> dkaratza[m]: the answer is that the docs must conform to the actual code
Undername has left #ste||ar [#ste||ar]
<dkaratza[m]> <hkaiser> "dkaratza: the answer is that the..." <- alright, thanks!
<hkaiser> dkaratza[m]: I was trying to automatically insert the correct version into the git command here: https://hpx-docs.stellar-group.org/latest/html/manual/getting_hpx.html
<hkaiser> i.e. instead of having 'git checkout 1.7.1' we shuld insert the correct version there
<hkaiser> this is placed verbatim in the docs, i.e. 'git checkout :version:' - any idea what needs to be done?
<dkaratza[m]> <hkaiser> "this is placed verbatim in the..." <- I'm not sure, let me take a look :)
<john98zakaria[m]> <dkaratza[m]> "I'm not sure, let me take a look..." <- Something like would do it?
diehlpk_work has joined #ste||ar
<hkaiser> gonidelis[m]: yt?
<gonidelis[m]> Hey
<hkaiser> see pm, pls
<gonidelis[m]> got no pm
K-ballo has quit [Ping timeout: 256 seconds]
K-ballo has joined #ste||ar
<satacker[m]> Within the namespace `hpx::execution::experimental::detail` that happens to be used for implementations cannot we reuse the code within another header and same namespace ?
<satacker[m]> For example the `is_completion_signature` is already implemented in detail:: completion_signatures.hpp , however it is not visible within detail:: of receiver.hpp
K-ballo has quit [Ping timeout: 240 seconds]
K-ballo has joined #ste||ar
<hkaiser> satacker[m]: why not?
<hkaiser> does it miss the #include?