01:24 
bita_ has quit [Ping timeout: 264 seconds]
 
01:26 
bita_ has joined #ste||ar
 
01:32 
bita_ has quit [Ping timeout: 264 seconds]
 
02:31 
hkaiser has quit [Quit: bye]
 
03:31 
shahrzad has quit [Quit: Leaving]
 
04:22 
akheir has quit [Quit: Leaving]
 
06:45 
Yorlik has quit [Read error: Connection reset by peer]
 
12:56 
hkaiser has joined #ste||ar
 
13:54 
<
gonidelis[m] >
hkaiser:  meeting in one hour ?
 
13:57 
<
hkaiser >
I thought we would meet now, but I think I'm confused by the DST time difference again
 
13:57 
<
gonidelis[m] >
ok the time change has made a mess
 
13:57 
<
gonidelis[m] >
again
 
13:57 
<
gonidelis[m] >
created*
 
13:57 
<
hkaiser >
would you have time now?
 
13:57 
<
gonidelis[m] >
now it's fine
 
13:57 
<
gonidelis[m] >
of course
 
13:57 
<
gonidelis[m] >
sorry
 
13:58 
<
hkaiser >
ok, let's do it now, then
 
14:00 
<
gonidelis[m] >
in case you are in, i am in too. so i might have a wrong link ;p
 
14:20 
shahrzad has joined #ste||ar
 
14:24 
bita_ has joined #ste||ar
 
14:35 
nanmiao11 has joined #ste||ar
 
14:46 
<
hkaiser >
parsa: do you want to meet today?
 
14:47 
<
parsa >
hkaiser: yeah. i did think katie cancelled today though
 
14:59 
<
hkaiser >
shahrzad: ok, thanks - I'll have a look
 
15:10 
<
hkaiser >
shahrzad: yah, that's what Patrick told me yesterday, would yo mind creating a ticket for this?
 
15:34 
<
shahrzad >
hkaiser:sure I'll do that.
 
16:22 
nanmiao11 has quit [Remote host closed the connection]
 
17:27 
<
gonidelis[m] >
K-ballo:  yt?
 
17:42 
<
K-ballo >
gonidelis[m]: here now
 
17:43 
<
gonidelis[m] >
again on this error
 
17:43 
<
gonidelis[m] >
you commented that: "there is nothing to be invoked"
 
17:44 
<
K-ballo >
what would that even mean?
 
17:44 
<
gonidelis[m] >
come again?
 
17:45 
<
K-ballo >
there's a target callable right there
 
17:45 
<
K-ballo >
that's what's to be invoked
 
17:45 
<
gonidelis[m] >
updated the gist
 
17:45 
<
K-ballo >
same answer
 
17:45 
<
K-ballo >
the thing to be invoked was in the first gist
 
17:45 
<
gonidelis[m] >
you mean that there is sth in `std::forward<F>(f)`'s  and `first`'s place
 
17:46 
<
K-ballo >
I have no idea how to interpret "there is nothing to be invoked"
 
17:46 
<
K-ballo >
there obviously is something there
 
17:47 
<
gonidelis[m] >
K-ballo:  I was wrong. Sorry
 
17:48 
<
gonidelis[m] >
you said "sounds like `f` isn't callable with `first` "
 
17:48 
<
gonidelis[m] >
my bad
 
17:48 
<
gonidelis[m] >
apologies
 
17:48 
<
K-ballo >
ok, that makes more sense
 
17:49 
<
gonidelis[m] >
uhhh... does master compile fine?
 
17:49 
<
gonidelis[m] >
for you guys^^
 
17:50 
<
K-ballo >
what's the lambda in question?
 
17:51 
<
gonidelis[m] >
i am 90% sure that it is `[](std::size_t v1, std::size_t v2`
 
17:52 
<
gonidelis[m] >
anyways that's the call
 
17:52 
<
gonidelis[m] >
let me give you my link tho
 
17:53 
<
K-ballo >
how will that ever match a projected invocation for a single iterator?
 
17:53 
<
K-ballo >
the projected invocation of that lambda would have to involve two iterators, no?
 
17:54 
<
gonidelis[m] >
what `transfomr` impl are you looking at?
 
17:54 
<
K-ballo >
I'm looking at the error message, the original revision, and the lambda you just linked to
 
17:55 
<
gonidelis[m] >
let me double check
 
17:55 
<
K-ballo >
invoke(hpx::parallel::v1::detail::transform_projected<__gnu_cxx::__normal_iterator<long unsigned int*, std::vector<long unsigned int> >, test_transform_binary_exception(ExPolicy, IteratorTag) [with ExPolicy = hpx::execution::parallel_policy; IteratorTag = std::random_access_iterator_tag]::<lambda(std::size_t, std::size_t)> >, test::test_iterator<__gnu_cxx::__normal_iterator<long unsigned int*, std::vector<long unsigned int> >,
 
17:55 
<
K-ballo >
std::random_access_iterator_tag>&)’
 
17:56 
<
K-ballo >
that lambda definitely isn't callable with a single argument, it needs two (and of the right kind)
 
17:59 
<
bita_ >
hkaiser, meeting?
 
18:01 
<
gonidelis[m] >
ok first of all again master won't compile for some reason
 
18:01 
<
gonidelis[m] >
I `git fetch upstream
 
18:02 
<
gonidelis[m] >
`git rebase upstream/master`
 
18:02 
<
gonidelis[m] >
and get `Current branch adapt_transform is up to date.`
 
18:03 
<
K-ballo >
fwiw that doesn't mean master doesn't compile, it means adapt_transform doesn't compile
 
18:05 
<
gonidelis[m] >
K-ballo:  adapt_transform completely follows master as you can see from the message though
 
18:05 
<
K-ballo >
what's your interpretation of "follows"?
 
18:06 
<
gonidelis[m] >
is up to date
 
18:06 
<
K-ballo >
being up to date means there are no commits in master that aren't in adapt_transform
 
18:06 
<
K-ballo >
unless there also arent any commits in adapt_transform that aren't in master, then you are building adapt_transform and not master
 
18:07 
<
gonidelis[m] >
i created adapt_transfomr 5 minutes ago
 
18:07 
<
gonidelis[m] >
no extra commits there
 
18:07 
<
K-ballo >
that's new information
 
18:07 
<
K-ballo >
no extra working dir changes either?
 
18:08 
<
gonidelis[m] >
what do you mean
 
18:08 
<
K-ballo >
uncommited changes
 
18:08 
<
gonidelis[m] >
i was on master when I `git worktree add ../adapt_transform`
 
18:08 
<
gonidelis[m] >
let me hcekc
 
18:08 
<
gonidelis[m] >
chekc*
 
18:08 
<
gonidelis[m] >
check**** grr
 
18:08 
<
K-ballo >
that's also new information
 
18:09 
<
K-ballo >
in any case, if you truly are building master and it doesn't compile, there must come in the form of a compiler error message
 
18:20 
<
gonidelis[m] >
yeah that's a huge error message
 
18:38 
<
gonidelis[m] >
K-ballo:
 
18:39 
<
gonidelis[m] >
any ideas?
 
18:39 
<
zao >
Linker errors are nice.
 
18:41 
<
K-ballo >
someone mentioned those earlier today
 
18:42 
<
gonidelis[m] >
i am using make
 
18:42 
<
gonidelis[m] >
instead of gmake
 
18:43 
<
gonidelis[m] >
i just wanted to know it's now my fault
 
18:44 
<
gonidelis[m] >
ms[m]:  thanks a lot
 
18:45 
<
gonidelis[m] >
shoud i try `cmake  HPX_WITH_EXAMPLES=off`?
 
18:45 
<
ms[m] >
depends what you want to do
 
18:45 
<
ms[m] >
if your changes don't really affect the examples you can just not build them
 
18:46 
<
ms[m] >
most likely some tests will also fail to link
 
18:46 
<
ms[m] >
if this is for your algorithm adaptations you might be unaffected by these errors
 
18:47 
<
ms[m] >
or if you really need to build everything you can likely go back a week or so (I haven't checked exactly when this was introduced)
 
18:48 
<
gonidelis[m] >
ms[m]:  yeah I am still trying to adapt transform so I will be fine
 
18:48 
<
gonidelis[m] >
thanks!
 
19:09 
<
hkaiser >
ms[m]: would you have the time to look into #5035?
 
19:09 
<
hkaiser >
it happens with newest gcc and release mode only
 
19:46 
<
ms[m] >
hkaiser: yeah, I'll try to have a look tomorrow
 
19:47 
<
hkaiser >
ms[m]: thanks a lot!
 
20:01 
<
gonidelis[m] >
ms[m]:  `HPX_WITH_EXAMPLES=Off`doesn't seem to work I will try an odler version
 
20:05 
<
K-ballo >
there's a -D in there, right?
 
20:17 
<
gonidelis[m] >
oups
 
20:22 
<
gonidelis[m] >
i am fully rusty
 
22:37 
bita_ has quit [Ping timeout: 260 seconds]
 
23:24 
K-ballo has quit [Quit: K-ballo]
 
23:31 
K-ballo has joined #ste||ar
 
23:53 
henrietaMag has joined #ste||ar