-
Notifications
You must be signed in to change notification settings - Fork 23
Chore/delete tryorama related code #547
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
WalkthroughThis PR removes Tryorama from scaffolding: deletes the Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
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 |
There was a problem hiding this 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
🤖 Fix all issues with AI agents
In `@src/templates/link_type.rs`:
- Around line 80-83: The current no_spec branch drops the entire "dnas" subtree
by retaining keys not equal to "dnas" which removes necessary zome scaffolding;
instead implement a recursive prune that only removes "tests" directories:
replace the direct retain call inside the no_spec handling of
link_type_template.dir_content_mut() with a call to a new helper (e.g.,
prune_tests_dirs) that walks the FileTree, retains children except "tests" at
each node, and recurses into remaining children so "dnas" and its non-test
contents are preserved.
0bc96a4 to
895d9ce
Compare
d021c75 to
8b29d0c
Compare
|
✔️ 8b29d0c - Conventional commits check succeeded. |
resolves #533
Summary by CodeRabbit