Skip to content

Clean up declarations in docs#201

Merged
gwynne merged 1 commit into
mainfrom
fixup-docs
Jul 14, 2026
Merged

Clean up declarations in docs#201
gwynne merged 1 commit into
mainfrom
fixup-docs

Conversation

@gwynne

@gwynne gwynne commented Jul 14, 2026

Copy link
Copy Markdown
Member

Does not need a release. The one code change is pure syntactic sugar for the docs and has no compile-time or runtime effect.

@codecov

codecov Bot commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (bc949d9) to head (eb669fb).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #201   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          100       100           
  Lines         2606      2606           
=========================================
  Hits          2606      2606           
Files with missing lines Coverage Δ
...s/SQLKit/Builders/Prototypes/SQLQueryFetcher.swift 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

/// loading more rows than necessary from the database.
///
/// > Note: This method returns `Optional<any SQLRow>` rather than the semantically identical `(any SQLRow)?`
/// > due to a bug in Swift DocC causing it to become confused by the latter. The syntactic sugar will be

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I doubt this comment was actually needed but I guess it doesn't hurt either.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

If nothing else it serves to remind me why the style violation is there. 🤷‍♀️

@gwynne gwynne merged commit ca51460 into main Jul 14, 2026
24 checks passed
@gwynne gwynne deleted the fixup-docs branch July 14, 2026 16:44
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.

3 participants