Benjamin Bannier
Benjamin Bannier
> I resolved the merge conflicts, is there something we are waiting on me to do? AFAICT this patch only adds version numbers to log lines and does not address...
This reproduces with the default template. To expand on this, we install `SCRIPTS` registered with `spicy_add_analyzer` iff `SPICY_SCRIPTS_OUTPUT_DIR_INSTALL` is set, https://github.com/zeek/cmake/blob/cc923365ead6b827354e70d4a03d531fe3f5e9d3/ZeekSpicyAnalyzerSupport.cmake#L75-L84 The original code in zeek/spicy-plugin populated this from `spicyz...
The default package template for Spicy analyzers should set a `script_dir` in `zkg.meta` which makes analyzer Zeek scripts accessible at runtime, so this does not seem to be an issue....
AFAICT the following directories under zkg's statedir do not contain information required at runtime: - `clones` - `logs` - `scratch` - `testing` Even compiled plugins should be contained in `plugin_dir`...
> Is rebuild a consideration? Did that ever make it in? That's #38. I believe we would refetch in that case anyway and the stuff mentioned above would be pure...
> Would you like to give it a go? Otherwise I'll get to it in the next few days. @ckreibich, I don't think I'll have capacity to work on this...
Thinking more about this, it would actually be nice to display a full dependency tree which would include dependencies of dependencies and so on. This would be useful in a...
I think it is currently impossible to use parentheses to group such attributes to make intended semantics clearer. Maybe that would be a first step towards making this easier to...
@ashenden I arrived at above output via pandoc's HTML writer, so it certainly isn't just github using this pattern. Stackoverflow uses the same pattern, https://stackoverflow.com/questions/1642028/what-is-the-operator-in-c. I cannot make a strong...
I ran into the same issue. After digging deeper the issue for seemed to be that I had multiple clang versions installed (`llvm` package via homebrew, system clang). I was...