weilewei has quit [Remote host closed the connection]
K-ballo has quit [Quit: K-ballo]
jaafar has joined #ste||ar
hkaiser has quit [Quit: bye]
Guest65867 has joined #ste||ar
diehlpk_work has joined #ste||ar
Coldblackice has quit []
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 268 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 265 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 264 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 265 seconds]
Guest65867 has joined #ste||ar
rori has joined #ste||ar
K-ballo has joined #ste||ar
Guest65867 has quit [Ping timeout: 268 seconds]
Guest65867 has joined #ste||ar
Guest65867 has quit [Ping timeout: 265 seconds]
Guest65867 has joined #ste||ar
rori has quit [Ping timeout: 276 seconds]
Guest65867 has quit [Ping timeout: 240 seconds]
Guest65867 has joined #ste||ar
hkaiser has joined #ste||ar
rori has joined #ste||ar
<hkaiser>
simbergm: thanks for doing all these small fixes - much appreciated!
<hkaiser>
big changes always have the tendency to expose a long tail of smaller issues, clearing those out is mostly a pain - so kudos to you to pull through!
hkaiser has quit [Quit: bye]
Guest65867 has quit [Ping timeout: 265 seconds]
Guest65867 has joined #ste||ar
hkaiser has joined #ste||ar
<K-ballo>
how many components (modules?) does hpx have
<simbergm>
K-ballo: 28(!)
<simbergm>
hkaiser: np, this was expected
<simbergm>
hkaiser: I'd be happy to merge 4178 if you update the docs parts :) did you maybe already update it and forget to push?
<K-ballo>
simbergm: do you have a dependency graph?
<simbergm>
38...
<simbergm>
I had one not too long ago, let me check if I still have it around
<simbergm>
it's not as pretty as I hoped, but I'm still happy we went for small modules
<hkaiser>
simbergm: sorry, I didn't have any time to go back and fix #4178 yet
<hkaiser>
K-ballo: no cycles!
<K-ballo>
oh really? can't tell from glancing at the graph, that's impressive
weilewei has joined #ste||ar
hkaiser has quit [Quit: bye]
aserio has joined #ste||ar
hkaiser has joined #ste||ar
Guest65867 has quit [Ping timeout: 240 seconds]
aserio has quit [Ping timeout: 245 seconds]
aserio has joined #ste||ar
<aserio>
simbergm: did you get a complement for K-ballo?
<aserio>
I am so jealous
<K-ballo>
aserio: s/for/from/?
<aserio>
whoops, yep
<K-ballo>
sadly no, the site was asking for an european card
<aserio>
K-ballo: how has Argentina been treating you
<K-ballo>
the old bad government won the elections, will be coming back to office next december.. I'm pretending I'm not here
<K-ballo>
we're already back to the old ways of having to sell our USD to the government, and not being able to purchase it back
<simbergm>
aserio: I don't know... he has himself to thank for that graph :P he's the one who recommended cpp-dependencies to make sure there are no cycles
<aserio>
simbergm: yes, but you did it
<simbergm>
K-ballo: did your interviews lead anywhere?
<aserio>
!!!
<simbergm>
rori did it ;)
<K-ballo>
I'm still interviewing.. so far there's been a lot of dead ends
<simbergm>
might have been a case where you actually meant y'all
<simbergm>
you didn't want to apply to us...?
<aserio>
:/
<simbergm>
no pressure :P
<simbergm>
I hope you actually got my message about that...
* K-ballo
is confused
<simbergm>
hmm...
<K-ballo>
what part of this conversation applies to me?
<simbergm>
I can ask them to have a look at your cv if you're actually interested
<aserio>
simbergm: y'all is clearly the superior way of referring to multiple of people
<simbergm>
K-ballo: error: no matching function for call to ‘std::pair<hpx::threads::thread_state_enum, hpx::threads::thread_id>::pair(hpx::threads::thread_state_enum&, std::nullptr_t)’ on GCC 5
<K-ballo>
when did you send that message?
<simbergm>
do you happen to know if and how gcc 5 was broken in terms of std::pair constructors
<simbergm>
?
<simbergm>
K-ballo: a few weeks ago
<simbergm>
I blame riot/matrix :/
<simbergm>
I was wondering why you never reacted to that
<K-ballo>
simbergm: it asks for a degree, I have none.. I'll apply anyways and let them deal with it
<simbergm>
don't worry about that
<K-ballo>
ok, so thread_id....
<K-ballo>
does not look constructible from nullptr
<K-ballo>
is that supposed to be a null thread_id_repr ?
<K-ballo>
that constructor is explicit, it should work for direct-init of the pair
<simbergm>
it's just gcc 5... 6 onwards is happy
<simbergm>
I'll explicitly construct a thread_id there
<K-ballo>
what's the line causing it?
<simbergm>
ah yes, I didn't give you much context...