#bitfighter IRC Log

Index Search ←Prev date Next date→

IRC Log for 2026-04-27

Timestamps are in GMT/BST.

02:48:38BFLogBot Pull request #768 closed by eykamp | Title: Fix NULL pointer crash in replaceString utility function | https://github.com/bitfighter/bitfighter/pull/768
02:49:09BFLogBot Comment on issue #768 | User: eykamp | Comment: This just adds an unnecessary new sig, then fixes a problem that sig introduces. Not useful. ... | https://github.com/bitfighter/bitfighter/pull/768#issuecomment-4324829490
03:23:31BFLogBot Comment on issue #768 | User: google-labs-jules[bot] | Comment: > This just adds an unnecessary new sig, then fixes a problem that sig introduces. Not useful. Acknowledged. I have re ... | https://github.com/bitfighter/bitfighter/pull/768#issuecomment-4325012184
03:24:43BFLogBot Repo: bitfighter | Commit: 51ec131445 | Author: google-labs-jules[bot] | Message: Fix writeLevelString NULL crash and alphaNumberSort non-ASCII ordering This commit addresses two bugs in `zap/stringUtils.cpp`: 1. Added a NULL pointer guard to `writeLevelString` to prevent a dereference crash when passed a NULL pointer. 2. Updated `alphaNumberSort` to use `unsigned char` for non-numeric character comparisons. This ensures that characters with the
03:24:45BFLogBot high bit set (extended ASCII/UTF-8 bytes) are sorted correctly after standard ASCII characters, rather than being treated as negative values. Corresponding unit tests were added to `bitfighter_test/TestStringUtils.cpp` to verify the fixes. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
07:05:59BFLogBot Repo: bitfighter | Commit: b00317bbc6 | Author: google-labs-jules[bot] | Message: Fix signed char comparison bug in alphaNumberSort This commit fixes a bug in `alphaNumberSort` where non-ASCII characters were being compared as signed chars. On systems where `char` is signed, this caused characters with the high bit set to sort before ASCII characters. The fix involves casting to `unsigned char` before comparison. Changes made by Jules (AI Agent
07:06:01BFLogBot ). Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
07:06:04BFLogBot Pull request #769 opened by eykamp | Title: Fix signed char comparison bug in alphaNumberSort | https://github.com/bitfighter/bitfighter/pull/769
15:54:28BFLogBot Repo: bitfighter | Commit: a045b5d53e | Author: eykamp | Message: Fix signed char comparison bug in alphaNumberSort (#769) This commit fixes a bug in `alphaNumberSort` where non-ASCII characters were being compared as signed chars. On systems where `char` is signed, this caused characters with the high bit set to sort before ASCII characters. The fix involves casting to `unsigned char` before comparison. Changes made by Jules (AI Agent). Co-au
15:54:30BFLogBot thored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
16:34:01BFLogBot Pull request #769 closed by eykamp | Title: Fix signed char comparison bug in alphaNumberSort | https://github.com/bitfighter/bitfighter/pull/769

Index Search ←Prev date Next date→

These logs were automatically created by BFLogBot on irc.freenode.net.