Benjamin Bannier
Benjamin Bannier
The current approach for building with sanitizers is to build all targets in the tree with them, regardless of whether they are from Zeek or from something we vendor. While...
I looked into this since I saw a `write: [i]` in the CFG in #2236. This fixes a small issue, but there is definitely more we could do here.
Related to short-circuiting, this shouldn't always kill the previous declarations, since it might be context-dependent on whether it gets updated or not in assignment expressions: ``` function void f(int i)...
A long time ago we limited parallelism in the CI, both in `.cirrus.yml` and `ci/run-ci`. I believe one reason we needed to that was to deal with the very expensive...
Most of them time when generating code we do not know whether a HILTI value will be used later and consequentially do not use `std::move` when emitting C++ code. This...