Skip to content

fix Flow constructor NatSpec to match implementation#463

Open
thedavidmeister wants to merge 1 commit into
mainfrom
2026-05-07-issue-347-flow-constructor-natspec
Open

fix Flow constructor NatSpec to match implementation#463
thedavidmeister wants to merge 1 commit into
mainfrom
2026-05-07-issue-347-flow-constructor-natspec

Conversation

@thedavidmeister

Copy link
Copy Markdown
Contributor

Summary

The Flow constructor NatSpec claimed it "forwards config to DeployerDiscoverableMetaV2". Neither is true: the constructor takes no parameters and forwards nothing, and DeployerDiscoverableMetaV2 is not in the inheritance chain or imported anywhere — a dangling reference to a removed dependency.

NatSpec rewritten to describe what the constructor actually does: disable initializers so the implementation is unusable directly and all usable instances must be proxies / clones initialized via a factory.

Closes #347.

Test plan

  • build clean (NatSpec-only change)

🤖 Generated with Claude Code

The previous NatSpec claimed the constructor "forwards config to
`DeployerDiscoverableMetaV2`". Neither is true: the constructor takes
no parameters and forwards nothing, and `DeployerDiscoverableMetaV2`
is not in `Flow`'s inheritance chain or imported anywhere — it's a
dangling reference to a removed dependency.

NatSpec rewritten to describe what the constructor actually does:
disable initializers so the implementation is unusable directly and
all instances must be proxies / clones initialized via a factory.

Closes #347.

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

coderabbitai Bot commented May 7, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

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

To continue reviewing without waiting, purchase usage credits 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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: a5d12e31-0b5d-485d-acae-35c36d24352b

📥 Commits

Reviewing files that changed from the base of the PR and between ceaea3c and 0ef5d46.

📒 Files selected for processing (1)
  • src/concrete/Flow.sol
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 2026-05-07-issue-347-flow-constructor-natspec

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.

@thedavidmeister thedavidmeister self-assigned this May 9, 2026
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.

[A01-3] [INFO] Flow constructor NatSpec references nonexistent DeployerDiscoverableMetaV2

1 participant