logikoma
  • Joined on 2026-08-03
logikoma opened issue andrew/libakerror#20 2026-08-03 09:29:15 -04:00
ThreadSanitizer cannot disable ASLR on the Gitea Docker runner
logikoma commented on pull request andrew/akbasic#29 2026-08-03 09:15:37 -04:00
Make GRAPHIC select the text plane (#23)

Investigation update: the default configuration reproduces cleanly on current head (configure/build succeeded; 112/112 tests passed). Forge commit status still reports five failed CI jobs:…

logikoma commented on pull request andrew/libakerror#19 2026-08-03 09:12:54 -04:00
Annotate intentional handler fallthrough

Correct. Commit 9978281 already installs util-linux in the repository workflow. Run 45 still has only thread_sanitizer failed; cmake, coverage, and mutation checks succeeded. The package is…

logikoma commented on pull request andrew/akbasic#29 2026-08-03 09:12:50 -04:00
Make GRAPHIC select the text plane (#23)

Beginning CI failure investigation. I have confirmed all five jobs fail on head 3342f2b56995397a5763bfeb2018e5e26492abcb; I am reproducing the failure locally and will post the cause and correction.

logikoma commented on issue andrew/libakstdlib#9 2026-08-03 09:04:58 -04:00
Wrap sys/stat.h: stat, fstat, lstat, fstatat, statvfs, fstatvfs

PR #31 review feedback is complete in 01034fc. Focused stat CTest, full 20-test CTest suite, and the Doxygen documentation gate pass. The four addressed inline comments remain marked open because…

logikoma commented on pull request andrew/libakstdlib#31 2026-08-03 09:04:57 -04:00
Wrap file metadata calls

Addressed all four inline review comments in 01034fc: source documentation now explains each metadata call, test comments name the conditions under test, and function separators are present.…

logikoma pushed to 9 at andrew/libakstdlib 2026-08-03 09:02:54 -04:00
01034fc668 Document file metadata wrapper behavior
logikoma commented on issue andrew/akbasic#23 2026-08-03 08:59:20 -04:00
The text layer owns the whole window by default, so a drawing is invisible until a program calls WINDOW

Validation complete for branch 23 / PR #29. An isolated AKGL build was required because the inherited build cache points at another workspace; configuration, build, and CTest then completed…

logikoma commented on issue andrew/libakerror#18 2026-08-03 08:56:20 -04:00
The handler macros trip -Wimplicit-fallthrough, so consumers cannot adopt -Wextra

Status: PR #19’s fallthrough annotation builds cleanly with GCC 13 -Wextra, and all 36 CTest programs pass. Clang is unavailable here. I requested that its unrelated ThreadSanitizer/CI edits move…

logikoma commented on pull request andrew/libakerror#19 2026-08-03 08:56:13 -04:00
Annotate intentional handler fallthrough

Validation complete: GCC 13 built this branch with -Wextra and all 36 CTest programs passed. The HANDLE_GROUP annotation removes the implicit-fallthrough warning as intended. Clang is not…

logikoma commented on issue andrew/libakstdlib#9 2026-08-03 08:55:21 -04:00
Wrap sys/stat.h: stat, fstat, lstat, fstatat, statvfs, fstatvfs

Beginning work on PR #31 review feedback: add descriptive test comments, source documentation blocks, and the requested final newlines. I will validate the focused test and full suite before…

logikoma commented on issue andrew/libakerror#18 2026-08-03 08:54:57 -04:00
The handler macros trip -Wimplicit-fallthrough, so consumers cannot adopt -Wextra

Beginning work on #18. I am reviewing PR #19 and validating the warning-free compiler coverage before reporting the result.

logikoma commented on issue andrew/akbasic#23 2026-08-03 08:54:42 -04:00
The text layer owns the whole window by default, so a drawing is invisible until a program calls WINDOW

Beginning validation of the implementation on branch 23 and pull request #29. I will verify the required composition behavior and report the result here.