Update upstream elide crates to latest main - #314
Merged
Merged
Conversation
Re-pin all three elide git sources to their branch tips: - elide: d691f3b3 -> b2580fa1 - elide-runtime: de8b985c -> e0a1dc0d - elide-provider: 1cc51805 -> 95a49f23 Pulls a transitive lopdf bump (0.44 -> 0.45). No API changes needed on our side; the workspace builds and the suite passes against the new tips. Also drop three leftover `// ... models` section-separator comments in model/mod.rs.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Essentials Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
Included review availability: 1 review is currently available. Your included PR review attempts over the past 7 days set your current allowance at 2 reviews per hour. 📝 WalkthroughWalkthroughThe change removes three section-heading comments from the PostgreSQL model re-export module. Database model modules and public re-exports remain unchanged. ChangesModel comment cleanup
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
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.
Re-pins all three upstream elide git sources to their current
maintips:elide(engine: core, engine, codec, ner, ocr, …)d691f3b3b2580fa1elide-runtime(elide-pipeline,elide-export,elide-review, …)de8b985ce0a1dc0delide-provider(elide-bentoml)1cc5180595a49f23Also pulls a transitive
lopdfbump (0.44 → 0.45).No source changes were needed on our side — the update compiles cleanly against the new tips. Also removes three stray
// ... modelssection-separator comments inmodel/mod.rs.Verification
cargo check,clippy --all-targets --all-features -D warnings,+nightly fmt --check,cargo machete,RUSTDOCFLAGS=-D warnings cargo doc— all clean.nvisy-postgres205 tests andnvisy-serverlib 185 tests pass against the updated crates.🤖 Generated with Claude Code
https://claude.ai/code/session_018bKk1YEG4tZ69jzYVQvQL8
Summary by CodeRabbit