Skip to content

soldeer: add .soldeerignore (unblock autopublish push)#25

Merged
thedavidmeister merged 2 commits into
mainfrom
2026-06-04-soldeerignore
Jun 4, 2026
Merged

soldeer: add .soldeerignore (unblock autopublish push)#25
thedavidmeister merged 2 commits into
mainfrom
2026-06-04-soldeerignore

Conversation

@thedavidmeister
Copy link
Copy Markdown
Contributor

@thedavidmeister thedavidmeister commented Jun 4, 2026

rain-pyth's first soldeer publish hangs because forge soldeer push flags repo dotfiles as sensitive and prompts for confirmation — CI has no stdin, so it errors during IO operation: not connected. Mirrors raindex's .soldeerignore (publish only src/ + license/readme). Merging this re-triggers package-release, which should then publish rain-pyth~0.1.0. Towards #22.

Summary by CodeRabbit

  • Chores
    • Configured Soldeer publishing settings to exclude non-source files and directories from distribution, ensuring cleaner and more efficient package releases while preventing unnecessary files from being included in published packages.

…tive-file prompt

forge soldeer push flags repo dotfiles (.git/.github/etc.) as sensitive and
prompts for confirmation; in CI there's no stdin so it fails with
'error during IO operation: not connected'. Mirror raindex: publish only src/.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jun 4, 2026

Review Change Stack

Warning

Review limit reached

@thedavidmeister, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 53 minutes and 55 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

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.

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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 49ea673e-d066-4c0a-abc9-51b7fa0a8914

📥 Commits

Reviewing files that changed from the base of the PR and between 871ebbe and 1cc84fe.

📒 Files selected for processing (1)
  • .soldeerignore

Walkthrough

A .soldeerignore configuration file is added to control what Soldeer publishes. The file specifies ignore patterns that exclude repository metadata, configuration files, build output, caches, dependencies, and non-source directories, limiting the published package to only the src/ Solidity source tree.

Changes

Soldeer Package Configuration

Layer / File(s) Summary
Soldeer ignore patterns configuration
.soldeerignore
.soldeerignore is populated with patterns and comments to exclude dotfiles, configuration, build artifacts, caches, dependencies, and non-source directories, ensuring Soldeer publishes only the src/ Solidity tree.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly and clearly describes the main change: adding a .soldeerignore file to unblock the autopublish push functionality in CI.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 2026-06-04-soldeerignore

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.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 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 @.soldeerignore:
- Around line 1-5: Add REUSE v3.3 SPDX headers to the top of .soldeerignore by
inserting SPDX-FileCopyrightText and SPDX-License-Identifier header lines (with
the appropriate copyright holder and license identifier used across this repo)
so the file becomes REUSE-compliant; update the top of the .soldeerignore file
to include those two SPDX tags before any comments or content to unblock CI
legal checks.
🪄 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: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 2ff22224-36d7-4acc-8998-fa7488b02a80

📥 Commits

Reviewing files that changed from the base of the PR and between 5a46c88 and 871ebbe.

📒 Files selected for processing (1)
  • .soldeerignore

Comment thread .soldeerignore
@thedavidmeister
Copy link
Copy Markdown
Contributor Author

Reviewed 871ebbe: APPROVE — add .soldeerignore (mirror raindex) so the autopublish soldeer push doesn't hang on the sensitive-file prompt in CI. Verified via dry-run: package trims to src/ + LICENSE(S) + README only, no dotfiles. Merging re-triggers package-release to publish rain-pyth~0.1.0.

@thedavidmeister
Copy link
Copy Markdown
Contributor Author

Reviewed 1cc84fe: APPROVE — .soldeerignore (mirror raindex) trims publish to src/+license/readme so the CI soldeer push doesn't hang on the sensitive-file prompt; SPDX header added for reuse lint. Merging re-triggers package-release to publish rain-pyth~0.1.0.

@thedavidmeister thedavidmeister merged commit bb5397d into main Jun 4, 2026
5 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.

1 participant