<rori>
Hey, do you know what's managing the codacy code review, I may have changed the config file for codacy while adding the SPDX license but I don't know which one is responsible for it
Yorlik has joined #ste||ar
jbjnr_ has joined #ste||ar
jbjnr has quit [Ping timeout: 268 seconds]
K-ballo has joined #ste||ar
nikunj97 has quit [Ping timeout: 245 seconds]
nikunj has joined #ste||ar
aserio has joined #ste||ar
hkaiser has joined #ste||ar
<hkaiser>
rori: can we merge #4102 now?
<hkaiser>
might be a good idea to get that in asap
<rori>
I just pushed now to update the .yml files, they are not checked by inspect even for the Boost license, is this normal
<rori>
?*
<rori>
otherwise yes
<hkaiser>
it's an oversight, I believe
<rori>
Ah ok should I modify inspect so that it'll check those too ?
<rori>
ah ok it's probably coming from the fact that they are hidden files
<hkaiser>
rori: yah, you're right - CMakeLists.txt is missing
<hkaiser>
inspect existed even before CMake was a thing...
<rori>
ok I'll add this, and I noticed that hidden files are ignored in the code, should I add the check only for hidden yml files or for all hidden files ?
<K-ballo>
inspect is not that old, at least not as part of hpx.. I'm older than that
<hkaiser>
K-ballo: sure, but we've taken it straight from Boost with minimal changes, and there CMake was not a thing back in the early 2000
<K-ballo>
yeah, boost.inspect doesn't know about cmake even today
aserio1 has joined #ste||ar
aserio has quit [Ping timeout: 245 seconds]
aserio1 is now known as aserio
<rori>
ok done, inspect passes locally for me, so once it has passed on circleci, you can merge #4102 :)
<rori>
it inspects hidden directories now apart from .git
diehlpk has joined #ste||ar
<diehlpk>
hkaiser, if not already done, can you confirm the f&a and project credits today?
<diehlpk>
And you have to sign a new form from LSU. They contacted me today that there is a new legal form all of us have to fill in.
aserio has quit [Read error: Connection reset by peer]
<Yorlik>
When expanding a parameter pack into the inheritance chain, and the pack itself has templates - can I pass parameters to these templates, so they are fully specialized when being injerited from
aserio has joined #ste||ar
<K-ballo>
yes
<Yorlik>
How would I write that?
<hkaiser>
diehlpk: already done
<diehlpk>
hkaiser, perfect
<diehlpk>
see pm
<K-ballo>
Yorlik: what have you tried?
<Yorlik>
I just have some crappy start like this, because I don't know how to do it: