Sean McBride

Results 237 comments of Sean McBride

@ProfFan I don't have one to share. I evaluated using TBB, but TSan is more important to me, so I just never started using TBB.

>snprintf is ISO standard C99 so I have no problems with it. OK, patch coming then... >However, someone around here has been agitating to make libarchive compatible with C89 systems,...

Looks like... but let me get the newest from master and double check... can do so this afternoon...

Thanks for that info! So I guess this is a bug report afterall, against the documentation. I note that the [baikal](https://sabre.io/baikal/) docs say macOS is supported... It almost caused me...

@westes would my suggested change be ok? I could make a patch...

@westes any news on getting a new release? (We've passed a half decade now with no release.)

@zackgalbreath Am I correct that #1258 was merged *after* the last CDash release (3.1)? PHP 7.x security updates end in [2 days](https://www.php.net/supported-versions.php), so it seems a new release of CDash...

I've improved and expanded on this with: https://github.com/emilk/loguru/pull/245 @lrw04 care to review?

I have a patch here if anyone can review/test: https://github.com/emilk/loguru/pull/245

I'm also able to solve the link error explicitly adding `-lc`, to link against libc, which contains malloc. The [OpenBSD docs](https://man.openbsd.org/intro.3) say "it is not necessary to supply the loader...