Skip to content

docs: close #221, reconcile status notes with shipped #227-229 and #238/#240#242

Merged
PhysShell merged 2 commits into
mainfrom
claude/ownnet-cleanup-release-r5sr8g
Jul 12, 2026
Merged

docs: close #221, reconcile status notes with shipped #227-229 and #238/#240#242
PhysShell merged 2 commits into
mainfrom
claude/ownnet-cleanup-release-r5sr8g

Conversation

@PhysShell

@PhysShell PhysShell commented Jul 12, 2026

Copy link
Copy Markdown
Owner

Что и зачем

Phase 1 of a repository-state cleanup: reconciles live GitHub issue state with repo documentation after the recently-merged precision batch (#227/#228/#229 under parent #221) and the #238/#240 soundness hotfix.

Verified live state first (not trusted from prior task summaries):

Doc corrections (append-only, no history rewritten):

No analyzer behavior changes. No broad documentation refactor — only the specific stale claims found by cross-checking live issue/PR state against docs/notes/.

Тип изменения

  • docs — документация

Как проверено

  • python tests/run_tests.py — 276/276, all suites green
  • ruff check . — all checks passed
  • mypy — no issues in 20 source files

Связанные issue

Closes #221. Refs #219, #227, #228, #229, #235, #238, #240.

Чеклист

  • изменение покрыто тестом/селфтестом — n/a, docs-only; verified against extractor source (Program.cs) that the documented shapes are actually implemented
  • README/docs обновлены при необходимости
  • коммиты в conventional-commit стиле (docs:)

Generated by Claude Code

Summary by CodeRabbit

  • Documentation
    • Updated field notes to reflect shipped support for additional application-scoped sources.
    • Documented soundness improvements and clarified limitations for empty disposal-method analysis.
    • Added follow-up details and cross-references for dependency-property subscription handling and related fixes.

Parent issue #221 (self-owned-source exemption too narrow) is closed:
all three child shapes shipped and merged (#227/PR#237, #228/PR#232,
#229/PR#239), verified against live GitHub state and the extractor
source rather than trusted from prior task summaries.

field-notes-patterns.md entry 15's status line only listed shapes (a)
and (c) as shipped, silently omitting the already-merged (b) — corrected
to list all three with their PRs.

entry 19 (issue #225's empty-Dispose exemption) never recorded the #238
soundness regression (source-empty Dispose != runtime no-op under
Janitor.Fody weaving) or the #240 fix that narrowed the gate to
IEnumerator-implementing types — added as an explicitly-marked
superseding addendum, keeping the original #225 writeup intact per the
notebook's historical-record convention.

precision-remeasure-2026-07-11.md's "still open" claim about #219 and
its ClosedXML follow-up items are now stale (#219 shipped via PR #236;
the two follow-ups became #238/PR#240) — marked as superseded in place,
original analysis untouched.
@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@github-actions[bot], you've reached your PR review limit, so we couldn't start this review.

Next review available in: 59 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: f2f038bc-2cb4-421b-92c1-61568b94311e

📥 Commits

Reviewing files that changed from the base of the PR and between c4d8ba4 and 9d39b8c.

📒 Files selected for processing (2)
  • docs/notes/field-notes-patterns.md
  • docs/notes/precision-remeasure-2026-07-11.md
📝 Walkthrough

Walkthrough

Documentation updates record additional shipped source coverage, a narrowed empty-dispose exemption after a soundness regression, expanded detection cases, and follow-up resolution references across the field-notes and precision-remeasurement notes.

Changes

Documentation precision updates

Layer / File(s) Summary
Field-notes status and regression record
docs/notes/field-notes-patterns.md
The notes mark all three source sub-shapes as shipped and document the narrowed enumerator-only exemption, weaver handling, and expanded empty-dispose detection.
Precision remeasurement follow-up
docs/notes/precision-remeasure-2026-07-11.md
The note identifies the later channel-gap shipment and adds the resolution addendum for the bundled follow-ups and corrected acceptance target.

Estimated code review effort: 1 (Trivial) | ~3 minutes

Possibly related PRs

  • PhysShell/Own.NET#110: Introduced the field-notes maintenance notebook that these documentation updates refine.
🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise and clearly summarizes the docs-only status reconciliation and issue closures.
Description check ✅ Passed All required template sections are filled with concrete change details, linked issues, validation, and checklist items.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/ownnet-cleanup-release-r5sr8g

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/notes/field-notes-patterns.md`:
- Around line 721-724: Update the documentation around HasEmptyDisposeBody to
state that its exemption applies only to types implementing
System.Collections.Generic.IEnumerator<T>, excluding plain
System.Collections.IEnumerator; apply the same precise wording to the matching
phrase in precision-remeasure-2026-07-11.md.
- Around line 729-730: Update the documentation around the qualifying enumerator
coverage statement to remove `DisposeAsync()` from the empty-body exemption and
accurately state that async disposable implementations, including declared or
explicit `DisposeAsync()`, reject the exemption; retain the documented
recognition of explicit-interface synchronous `Dispose()`.

In `@docs/notes/precision-remeasure-2026-07-11.md`:
- Around line 225-226: Update the wording in the precision remeasurement note to
state that the exemption is limited to types implementing
System.Collections.Generic.IEnumerator<T>, not all types implementing
non-generic IEnumerator; keep the terminology consistent with entry 19 in
field-notes-patterns.md.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 4a35c5d9-ee2b-4193-aabe-e10f23ef21df

📥 Commits

Reviewing files that changed from the base of the PR and between 4c5a86b and c4d8ba4.

📒 Files selected for processing (2)
  • docs/notes/field-notes-patterns.md
  • docs/notes/precision-remeasure-2026-07-11.md

Comment thread docs/notes/field-notes-patterns.md Outdated
Comment thread docs/notes/field-notes-patterns.md Outdated
Comment thread docs/notes/precision-remeasure-2026-07-11.md Outdated
Two wording inaccuracies flagged on PR #242, both verified against
frontend/roslyn/OwnSharp.Extractor/Program.cs HasEmptyDisposeBody:

- The #240 gate matches only the generic System.Collections.Generic.
  IEnumerator<T> (checked by name + TypeArguments.Length == 1 +
  namespace), not the non-generic System.Collections.IEnumerator.
  Fixed in both docs/notes/field-notes-patterns.md entry 19 and
  docs/notes/precision-remeasure-2026-07-11.md's resolution addendum.

- DisposeAsync() is not "recognized as empty" — any IAsyncDisposable or
  bare DisposeAsync (declared, explicit-impl, or inherited) disqualifies
  the exemption outright. Only explicit-interface synchronous Dispose()
  is recognized as empty (the actual #238 coverage-gap fix).

Copy link
Copy Markdown
Owner Author

Fixed both wording inaccuracies flagged in review (9d39b8c), verified against HasEmptyDisposeBody in frontend/roslyn/OwnSharp.Extractor/Program.cs:

python tests/run_tests.py, ruff check ., mypy all still green.


Generated by Claude Code

@github-actions

Copy link
Copy Markdown

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@PhysShell
PhysShell merged commit 682e3d1 into main Jul 12, 2026
37 checks passed
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.

Precision gap: self-owned-source exemption too narrow (AssociatedObject, app-scoped instance, owned-collection element)

2 participants