<gonidelis[m]>
the code is not uploaded due to compilation errors
<hkaiser>
gonidelis[m]: upload it somewhere, I'll try to look at it a bit later today
<K-ballo>
mixing iterator types
<gonidelis[m]>
K-ballo: what do you mean?
<gonidelis[m]>
hkaiser: I can push it and then amend the other changes until I reach to a stable commit ?
<hkaiser>
sure
<gonidelis[m]>
hkaiser: thank you very much... it will help me a lot
<hkaiser>
the segmented algos have some subtle things that are not obvious
<gonidelis[m]>
hkaiser: yeah... I think that's clear enough ;p
<K-ballo>
the error says it's trying to convert from some local_raw_vector_iterator to some local_vector_iterator
<hkaiser>
yah, it's most probably the template argument for the algorithm implementation class that is wrong transform<Iter>
<hkaiser>
the segmented algorithms look at that behind the scenes
bita has joined #ste||ar
<gonidelis[m]>
hkaiser: just force pushed the changes... please take a look when you have some time and let me know either on github conversation or here
<gonidelis[m]>
hkaiser: thank you very much! I maybe missed the PR where you did it for `in_out_result`
<hkaiser>
as I said, it's not obvious
kale[m] has quit [Ping timeout: 256 seconds]
kale[m] has joined #ste||ar
elfring has quit [Quit: Konversation terminated!]
<diehlpk_work>
hkaiser, HPX 1.5.0-rc2 compiled on Fedora
<hkaiser>
nice!
bita has quit [Ping timeout: 240 seconds]
<gonidelis[m]>
hkaiser: yt?
<diehlpk_work>
ms[m], I could resolve the coverall.io issue
bita has joined #ste||ar
<ms[m]>
diehlpk_work: nice, what was it?
<diehlpk_work>
Some issue with the tool, I used to upload the gcov result
weilewei has quit [Ping timeout: 245 seconds]
<hkaiser>
gonidelis[m]: here
<gonidelis[m]>
hkaiser: Could you please check the specializations I pushed? I still have similar errors
<hkaiser>
gonidelis[m]: from what I can see, the specializations look good, someting else must be amiss, stil
<gonidelis[m]>
let me update the gist
<hkaiser>
do a grep for in_out_result to see if there are more specializations missing, somewhere
<gonidelis[m]>
hkaiser: like `grep in_out_result` ?
<gonidelis[m]>
hkaiser: well there are no other specializations in dispatch but I can see that there exists some code under /detail/transfer.hpp but I don't think that `transform` uses that