Skip to content

docs: update DEVLOG for S12.18 close-out#320

Merged
DavidCozens merged 1 commit into
mainfrom
docs/s12-18-devlog
May 10, 2026
Merged

docs: update DEVLOG for S12.18 close-out#320
DavidCozens merged 1 commit into
mainfrom
docs/s12-18-devlog

Conversation

@DavidCozens

Copy link
Copy Markdown
Owner

Purpose

One-off recovery — the DEVLOG entry for S12.18 (#319) should have ridden in that PR but was missed. Captures the design decisions and deferrals from the error-reporting API slice for posterity.

Going forward the DEVLOG commit lives on the work branch alongside the feature commits and goes through the same PR (per SKILL.md cadence and the S08.03 slice 10 precedent in #316). I've saved that as a hard-rule reminder so it doesn't recur.

Change Description

Append-only DEVLOG entry covering:

  • Two-effects-one-dispatch design decision (over installable second handler).
  • Default handler nil-object choice.
  • Origin parameter deferred to S12.19 as YAGNI.
  • Atomicity not protected — documented as setup-time invariant.
  • Examples-install-handlers-by-default decision (control-products framing).
  • Test-side / production-side message DRY via SolidSyslogErrorMessages.h.
  • CHECK_* macro extraction and TEST_GROUP-member sentinel refactor.
  • Local pre-PR check coverage including bonus FreeRTOS cross-compile.

Plus deferred-work pointers (S12.19, rate limiter, NULL-guard sweep, CALLED_FUNCTION macro pattern).

Test Evidence

DEVLOG-only change. No code touched, no tests affected.

Areas Affected

  • DEVLOG.md — single appended section dated 2026-05-10, placed at the top above the existing S08.03 slice 8 entry.

🤖 Generated with Claude Code

Append the per-session entry covering the design decisions and
deferrals for the error-reporting API slice (#319). Format follows
the SKILL.md DEVLOG convention.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@DavidCozens has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 48 minutes and 24 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 7d309f15-4973-4804-b722-6b26772cd539

📥 Commits

Reviewing files that changed from the base of the PR and between 0da65dc and adf3523.

📒 Files selected for processing (1)
  • DEVLOG.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/s12-18-devlog

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

Copy link
Copy Markdown
Contributor

☀️   Quality Summary

   🚦   build-linux-gcc: 100% successful (✔️ 1109 passed, 🙈 3 skipped)
   🚦   build-linux-clang: 100% successful (✔️ 1046 passed, 🙈 3 skipped)
   🚦   sanitize-linux-gcc: 100% successful (✔️ 1046 passed, 🙈 3 skipped)
   🚦   integration-linux-openssl: 100% successful (✔️ 9 passed)
   🚦   integration-windows-openssl: 100% successful (✔️ 9 passed)
   🚦   bdd-linux-syslog-ng: 94% successful (✔️ 46 passed, 🙈 3 skipped)
   🚦   bdd-windows-otel: 90% successful (✔️ 44 passed, 🙈 5 skipped)
   🚦   bdd-freertos-qemu: 49% successful (✔️ 24 passed, 🙈 25 skipped)
   🚦   build-windows-msvc: 100% successful (✔️ 958 passed, 🙈 1 skipped)
   ⚠️   Clang-Tidy: No warnings
   ⚠️   CPPCheck: No warnings


Created by Quality Monitor v1.14.0 (#f3859fd). More details are shown in the GitHub Checks Result.

@DavidCozens DavidCozens merged commit ae6a21c into main May 10, 2026
19 checks passed
@DavidCozens DavidCozens deleted the docs/s12-18-devlog branch May 10, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant