Added Markdown support. Co-authored by Codex 5.2#104
Conversation
|
Reviewed — this looks great. Solid coverage: query file + post-processing for markdown's tiny chunks via The CI machinery was actually broken on
Once CI is green I'll merge. Thanks again @szavadsky. |
|
@runonthespot thanks, done. Thanks for the outstanding software |
|
Heads-up — main moved a lot today (0.7.5/0.7.6/0.7.7 cut + a 20-pack of dependabot bumps merged via #125). This PR now has a small conflict in
Resolution is just keeping both — If easier, say the word and I'll open a follow-up PR from my fork that supersedes this one (giving you full credit). Otherwise happy to wait. |
|
@runonthespot I feel a follow-up PR by you will be easier for both |
Ships #133 (security: 11 CodeQL alerts + 4 npm transitives closed) and #134 (clippy pedantic auto-fix cleanup across 27 files). After this release: open security alerts = 0 across both Dependabot and CodeQL surfaces. Cutting partly so the in-flight community PRs (#102 C/C++ support, #104 markdown support) have a clean current base to rebase on. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Quick update @szavadsky — we're cutting 0.7.10 right now (ships shortly), and after that we'll hold off merging any further changes to When you've got a moment, the rebase pattern is: I already verified locally that both branches resolve cleanly against current main with just a Cargo.lock regeneration. Once you push, CI will run fresh and I'll merge as soon as it's green. Thanks for the patience and the excellent work. |
Conflicts resolved: - CHANGELOG.md, README.md, docs-site language tables — kept both the C/C++ rows (from BeaconBay#102) and the Markdown row - ck-chunk/src/lib.rs — added template-prefix merge (Cpp) and small-chunk merge (Markdown) side by side; expanded the decorator-like trivia kinds match arm to include Markdown - Cargo.lock auto-resolved by cargo via the workspace deps Plus mechanical clippy --fix for 2 new warnings introduced by the merge interaction (needless_borrow + manual_range_contains).
|
Pushed conflict resolution to your branch via maintainer-edits ( Conflicts resolved (after #102 landed):
Plus 2 clippy fixes ( Verified locally:
My prior review notes from #102 don't apply here. The markdown PR is good as-is — CI is running now. Will merge as soon as it's green. |
Headline: C, C++, and Markdown language support land via #102 and #104 (both by @szavadsky). Plus the docs-deploy fix (#135) that resolves the vitepress build break caused by my unbounded vite override in 0.7.10. Also the live test of npm trusted publishing now that the repo's trusted-publisher config is verified saved on the npm side. See CHANGELOG.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
No description provided.