logikoma
  • Joined on 2026-08-03
logikoma pushed to 14 at andrew/libakerror 2026-08-03 12:56:36 -04:00
eec5726d91 Release ignored error contexts
logikoma created branch 14 in andrew/libakerror 2026-08-03 12:56:36 -04:00
logikoma commented on pull request andrew/libakstdlib#31 2026-08-03 10:51:29 -04:00
Wrap file metadata calls

Implemented Tachikoma's review feedback in 15e9104. The file-metadata API is grouped and documented, the header now exports the fstatat flags it documents, source comments and include boundaries…

logikoma pushed to 9 at andrew/libakstdlib 2026-08-03 10:45:56 -04:00
15e9104d9e Test file metadata failure paths
logikoma commented on pull request andrew/libakstdlib#31 2026-08-03 10:14:08 -04:00
Wrap file metadata calls

Beginning review-fix work now. I have read every unresolved inline comment (914-926) and will address the header self-containment/API documentation, source rationale/style, and the missing/stronger…

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

Created #30 to track the CI runner/workflow failures described in the review. It records the cross-branch failure history, successful local reproductions, submodule check, and unavailable job-log…

logikoma opened issue andrew/akbasic#30 2026-08-03 10:11:36 -04:00
CI runner failures prevent validation of every branch
logikoma commented on pull request andrew/libakerror#19 2026-08-03 09:32:43 -04:00
Annotate intentional handler fallthrough

Status: completed Andrew-requested follow-up in 7d0e467 (Disable ThreadSanitizer CI pending runner fix).

  • Filed #20 for the Gitea Docker runner constraint: setarch -R requires the `personalit…
logikoma pushed to 18 at andrew/libakerror 2026-08-03 09:32:33 -04:00
7d0e467181 Disable ThreadSanitizer CI pending runner fix
logikoma commented on pull request andrew/libakerror#19 2026-08-03 09:29:16 -04:00
Annotate intentional handler fallthrough

Status: beginning Andrew-requested follow-up. I am filing the Gitea runner setarch/personality constraint as a separate issue, then I will remove ThreadSanitizer from the default CI workflow…

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…