Issues
- 0
Unable to build `backward-stacktrace` on MacOS
#616 opened by onelxj - 0
`jemalloc` on MacOS is broken
#615 opened by onelxj - 0
GitHub checks are broken
#608 opened by rjhuijsman - 0
Turn on address sanitizer for ubuntu runner
#599 opened by onelxj - 0
TypeCheck doesn't correctly handle eventuals::expected as the return type in a wrapped lambda
#593 opened by stephaniepalocz - 1
Add test to demonstrate semantics of gRPC clients when server gets shutdown and client never calls `Finish()`
#573 opened by benh - 1
- 4
Best way to store long running eventuals?
#565 opened by gmthiffault - 4
Reverse meaning of `Wait()` predicate return value to match `std::condition_variable` and other major C++ libraries
#508 opened by CodingCanuck - 0
- 0
- 13
Heap use after free in StaticThreadPool tests
#529 opened by benh - 1
`Timer` doesn't reliably stop on Interrupts
#548 opened by CodingCanuck - 0
- 4
How does one compose Streams with EventLoop Timers?
#540 opened by mthiffau - 2
- 0
- 0
Use `std::chrono::duration` types consistently
#525 opened by CodingCanuck - 0
Write an `eventuals` style guide to document best practices when writing code that uses `eventuals`
#523 opened by CodingCanuck - 0
Make it easy to create `Callback`s (or something similar) from lambdas of arbitrary size
#520 opened by CodingCanuck - 0
- 0
- 1
Remove the need for writing an underlying `Container` type in `Collect()`
#486 opened by NikitaNikolaenko - 0
- 0
- 3
Document `operator|` vs `operator>>` and deprecate/remove non-preferred operators
#489 opened by CodingCanuck - 2
Update code checks to use clang-format-14 AND document which version of LLVM (and its tools) we are using for developing and formatting
#491 opened by NikitaNikolaenko - 0
- 6
Explain what `Closure` is
#442 opened by rjhuijsman - 3
- 0
- 0
Measure compiler time and memory usage when compiling code that uses eventuals
#482 opened by CodingCanuck - 0
Stop using reserved names by C and C++ standards (e.g. `_Repeat`, `_Raise`)
#481 opened by NikitaNikolaenko - 2
`//eventuals/grpc` breaks `cc_binary` targets built with `linkshared = True`
#470 opened by CodingCanuck - 0
- 0
- 0
Add non-compilation tests for `TypeCheck`
#456 opened by CodingCanuck - 0
Document eventuals code conventions
#385 opened by CodingCanuck - 0
- 1
Document nonstandard code formatting choices
#421 opened by stephaniepalocz - 1
Windows build produces "argument unused during compilation: '/std:c++17' [-Wunused-command-line-argument]" warnings
#431 opened by NikitaNikolaenko - 0
- 1
Integrate `backward-cpp` on Windows
#450 opened by ArthurBandaryk - 0
Python interpreter not found
#471 opened by NikitaNikolaenko - 0
Invalid GPG key for dazel ubuntu run
#412 opened by onelxj - 2
`Asan` error at `StaticThreadPool::PingPong` test
#347 opened by onelxj - 2
- 4
Build error macro `BOOST_FALLTHROUGH` redefined
#362 opened by benh - 0
- 0
use `[[nodiscard]]` to ensure users use each eventual
#355 opened by benh