Extract apicult-desigual to standalone repo - #40
Merged
Conversation
Design for splitting crates/apicult-desigual into a standalone public repo dynnamitt/apicult-desigual-rs with preserved history (via git-filter-repo) and a tag-pinned git dependency from hex-terrain. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
13-task plan covering filter-repo extraction, GitHub repo creation with v0.1.0 tag, and the hex-terrain feature-branch update consuming the new repo as a git dependency. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The apicult-desigual crate now lives at https://github.com/dynnamitt/apicult-desigual-rs and is consumed as a tag-pinned git dependency. History was preserved across the earlier hex-grid rename via git-filter-repo. - drop crates/apicult-desigual from workspace members - switch dep from path to git tag v0.1.0 - remove crates/apicult-desigual/ directory Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #40 +/- ##
===========================================
+ Coverage 68.29% 80.65% +12.35%
===========================================
Files 21 18 -3
Lines 839 641 -198
===========================================
- Hits 573 517 -56
+ Misses 266 124 -142 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
These now live in dynnamitt/apicult-desigual-rs (web demo, svg-preview workflow, and Makefile preview targets). The pages.yml deploy workflow's svg job is also removed since its source crate no longer exists in this repo. - delete web/svg-preview.html, web/hex-terrain.html, web/hex-terrain.js, web/hex-terrain.md - delete .github/workflows/svg-preview.yml - remove svg job from .github/workflows/pages.yml - remove svg-preview targets and SVG_* variables from Makefile Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
crates/apicult-desigualout of the workspace into a new public repo: https://github.com/dynnamitt/apicult-desigual-rscrates/hex-gridrename (viagit-filter-repo)hex-terrainnow consumes it as a tag-pinned git dependency (v0.1.0)mesh-gradientandfloraremain as workspace cratesTest plan
cargo buildsucceedscargo testpasses (includingh_terrain::teststhat useapicult_desigual::gap_filler)make wasmsucceedscargo runstarts up and the terrain renders🤖 Generated with Claude Code