-
Notifications
You must be signed in to change notification settings - Fork 13
Fixing BushelCloud subrepo #195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…d.git Examples/Bushel subrepo: subdir: "Examples/Bushel" merged: "eaa12de" upstream: origin: "git@github.com:brightdigit/BushelCloud.git" branch: "main" commit: "eaa12de" git-subrepo: version: "0.4.9" origin: "https://github.com/Homebrew/brew" commit: "71358caec4"
subrepo: subdir: "Examples/BushelCloud" merged: "c32b3a6" upstream: origin: "git@github.com:brightdigit/BushelCloud.git" branch: "mistkit" commit: "c32b3a6" git-subrepo: version: "0.4.9" origin: "https://github.com/Homebrew/brew" commit: "1383417817"
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Add step to replace local MistKit path with GitHub URL (main branch) - Add skip-package-resolved: true to swift-build actions - Remove Package.resolved before builds for clean dependency resolution Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
subrepo: subdir: "Examples/BushelCloud" merged: "1183e38" upstream: origin: "git@github.com:brightdigit/BushelCloud.git" branch: "mistkit" commit: "1183e38" git-subrepo: version: "0.4.9" origin: "https://github.com/Homebrew/brew" commit: "1383417817"
The sed -i command on macOS requires a backup extension argument (even if empty), while Linux does not. This was causing the 'Update Package.swift to use remote MistKit branch' step to fail. Changed: sed -i '' instead of sed -i Fixes: https://github.com/brightdigit/BushelCloud/actions/runs/20824344854
subrepo: subdir: "Examples/BushelCloud" merged: "b13c5f7" upstream: origin: "git@github.com:brightdigit/BushelCloud.git" branch: "mistkit" commit: "b13c5f7" git-subrepo: version: "0.4.9" origin: "https://github.com/Homebrew/brew" commit: "1383417817"
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v1.0.0-alpha.4 #195 +/- ##
==================================================
- Coverage 14.33% 14.29% -0.05%
==================================================
Files 67 67
Lines 7179 7179
==================================================
- Hits 1029 1026 -3
- Misses 6150 6153 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Pull Request Review: BushelCloud Subrepo MigrationThis PR represents a substantial migration with 185 files changed (+33,580/-5,595 lines). ✅ Strengths
|
subrepo: subdir: "Examples/BushelCloud" merged: "d05c11d" upstream: origin: "git@github.com:brightdigit/BushelCloud.git" branch: "main" commit: "d05c11d" git-subrepo: version: "0.4.9" origin: "https://github.com/Homebrew/brew" commit: "1383417817"
Pull Request Review: BushelCloud Subrepo IntegrationI've reviewed this large PR that integrates the BushelCloud example application. Here's my comprehensive feedback: ✅ Strengths1. Excellent CloudKit Integration PatternsThe
2. Strong Error Handling
3. Modern Swift Features
4. Well-Documented Code
|
…kit branch - Renamed directory from Celestra to CelestraCloud to match BushelCloud naming pattern - Updated .gitrepo to track mistkit branch instead of main - This aligns with the pattern established in PR #195 for BushelCloud
No description provided.