Neverlord on 1369
Handle void results in fan_out_… (compare)
Neverlord on 1368
Provide `*_weak` variants of `s… Merge pull request #1368 Documentation nitpicks (compare)
Neverlord on 1370
Neverlord on master
address unsafe sprintf usage Merge pull request #1370 Style nitpick and 1 more (compare)
Neverlord on 1370
address unsafe sprintf usage Merge pull request #1370 Style nitpick (compare)
Neverlord on neverlord
Neverlord on master
Enable Cirrus while our Jenkins… Disable async.blocking_consumer… Merge branch 'topic/neverlord/c… (compare)
Neverlord on neverlord
Enable Cirrus while our Jenkins… Disable async.blocking_consumer… (compare)
exit_reason
?
category() == type_id_v<exit_reason>
.
Isn't this code supposed to check whether the error is an
exit_reason
?
Yes. Thank you!
[build] ...MSVC\14.28.29333\include\xmemory(701,82): error C2440: 'initializing': cannot convert from 'const caf::byte' to '_Objty'
[build] with
[build] [
[build] _Objty=unsigned char
[build] ]
Can you share what steps you've taken? Git checkout, configure arguments, etc. The CMake output looks weird, like something messed with the folders.
Hi Dominik, i just downloaded the source code from git, and ran ./configure without arguments (like the document on git).
--log-level=...
to the configure
script or by setting CAF_LOG_LEVEL
directly when using CMake. Maybe this article here is of some use: https://www.cafcademy.com/gems/indenting-trace-logs
self->current_mailbox_element()->move_content_to_message()
to have something to hold onto.
caf::binary_serializer
, and the output of that changed between 0.17 and 0.18, so we're in the process of transitioning our database state in a forward-compatible way.