Sean McBride

Results 71 issues of Sean McBride

Without this, older versions of clang will for example warn: loguru.cpp:21:32: warning: unknown warning group '-Wzero-as-null-pointer-constant', ignored [-Wunknown-warning-option] #pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant" ^

In 10.12, ASL (Apple System Log) was deprecated and replaced with os_log. One day we'll need to update...

improvement

Unicode (non-ASCII) chars do not appear correctly in the console, due to how text retrieved from ASL is converted to NSString. See how the selected text (should be a 'curly...

bug

Using cmake on OpenBSD 7.0. `make VERBOSE=1` gives: ``` /usr/local/bin/cmake -E cmake_link_script CMakeFiles/matio.dir/link.txt --verbose=1 /usr/bin/cc -fPIC -Wl,--no-undefined -Wl,--retain-symbols-file,/home/builder/external/matio-bin/src/matio.sym -shared -Wl,-soname,libmatio.so.11 -o libmatio.so.11.0.3 CMakeFiles/matio.dir/src/endian.c.o CMakeFiles/matio.dir/src/mat.c.o CMakeFiles/matio.dir/src/io.c.o CMakeFiles/matio.dir/src/inflate.c.o CMakeFiles/matio.dir/src/mat73.c.o CMakeFiles/matio.dir/src/matvar_cell.c.o CMakeFiles/matio.dir/src/matvar_struct.c.o CMakeFiles/matio.dir/src/mat4.c.o...

## Summary * OS: OpenBSD 6.9 * Architecture: PowerPC * Psutil version: (5, 4, 3) * Python version: Python 3.8.8 * Type: core ## Description Calling `psutil.Process().cpu_affinity` seg faults on...

bug
critical
openbsd

## Prerequisites - [x] Have you checked for an existing issue describing your problem? - [x] Are you running the latest version? - [x] Is your ports tree recent? -...

bug

I built TBB from git master using Clang's `-fsanitize=thread` option: https://clang.llvm.org/docs/ThreadSanitizer.html The result is that almost all the unit tests fail. Are these false positives or true positives? If false...

If it would be accepted, I could create a patch to replace all uses of `sprintf` with the safer `snprintf`. The former causes compiler warnings on OpenBSD and macOS due...

More of a question than a bug report, but... the list of supported clients here: https://radicale.org/v3.html#supported-clients does not include the macOS / iOS Calendar applications. Is this an oversight, or...