Tim Wojtulewicz
Tim Wojtulewicz
I'm going to reopen this so we don't forget about it. It's marked low-priority so someone can get to it eventually.
We ended up completely replacing Conan with vcpkg in https://github.com/zeek/zeek/pull/3576. This issue is obsolete now.
The first of these PRs is now up: https://github.com/robinrowe/libunistd/pull/11. I'm doing it from a private fork of the upstream repo so that I can contribute it piecemeal, but I'll periodically...
I had the regex changes merged and there's one final PR in flight that pushes the remainder of the changes. Once that lands and reset our version to match, this...
This might actually not be possible. You have to call `doctest_discover_tests` in CMake, which calls `zeek --test` during the build in order to gather a list of tests. Running zeek...
I don't see an easy way to get around the limitations of how Zeek startup affects calling unit tests. Unit tests are run after all of the scripts have been...
> Just curious, could this be a webhook configured through Github? I tried doing a webhook when I was testing it on another repo, but iirc there were a couple...
We made a decision recently to not do versioned releases of the various submodules alongside the Zeek releases, mostly for the reasons brought up in this issue. We started implementing...
I reviewed this a while ago, and just realized that I never approved it.
> To tackle this, we need to serve HTTP replies from Zeek. @timwoj It seems like prometheus-cpp isn't available in Zeek yet (for the 3rd-party HTTP server). Is this on...