Neverlord on neverlord
Implement process_open_fds metr… (compare)
Neverlord on neverlord
Implement process_open_fds metr… (compare)
Neverlord on neverlord
Implement process_open_fds metr… (compare)
Neverlord on neverlord
Merge branch 'topic/neverlord/m… (compare)
Neverlord on neverlord
Merge branch 'topic/neverlord/m… (compare)
Neverlord on neverlord
Fix instance getters on the met… (compare)
Neverlord on neverlord
Set reuse-addr for Prometheus p… (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.