Tim Wojtulewicz

Results 63 issues of Tim Wojtulewicz

This fixes these warnings emitted when building a static library on macOS as reported in https://github.com/c-ares/c-ares/issues/446: ``` /Library/Developer/CommandLineTools/usr/bin/ranlib: file: auxil/c-ares/lib/libcares.a(ares_android.c.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib: file: auxil/c-ares/lib/libcares.a(ares_getenv.c.o) has no symbols /Library/Developer/CommandLineTools/usr/bin/ranlib:...

This is a weird one that I'm not entirely convinced isn't just me doing something wrong, but I thought I'd open the issue and hope someone can tell me. I...

This may be something specific to Visual Studio 2019 and above, or it may not be. As part of https://github.com/zeek/broker/pull/214, we discovered that the python bindings aren't getting loaded correctly...

Component: Python Bindings

The private zeek-security repo uses compute credits from Cirrus in order to run builds, since it's not a public repository. According to Fedor from Cirrus, the darwin builds eat a...

This PR fixes dictionary iterators when the dictionary is in ordered mode. This was discovered while looking at culprits for #2387. Previously, iteration on an ordered dictionary didn’t take the...

I completely missed those `case` keywords in the original review 🤦🏼

I'm opening this as a draft because I'm not the hugest fan of the approach I took, but I'm struggling to find another one. This PR adds support for the...

I added this unit test to Dict.cc: ``` TEST_CASE("dict ordered iteration") { PDict dict(DictOrder::ORDERED); // These key values are specifically contrived to be inserted // into the dictionary in a...

**Describe your environment** otel-cpp: v1.12.0 Platform: macOS (but happens on others as well) **Steps to reproduce** - Create a histogram instrument - Add a histogram aggregation view to the meter...

bug

I tried to run Zeek on Windows with the following command-line: `zeek -G testing/btest/random.seed -r 2009-M57-day11-18.trace testing/external/zeek-testing/tests/m57-long.zeek` This results in a repeated error from script-land: ``` 1258595506.961134 expression error in...

Type: Bug :bug:
Area: Windows