Skip to content

Update GUIDE.md examples for the latest release.#3457

Closed
SyntaxSawdust wants to merge 1 commit into
BurntSushi:masterfrom
SyntaxSawdust:docs/guide-latest-release-3448
Closed

Update GUIDE.md examples for the latest release.#3457
SyntaxSawdust wants to merge 1 commit into
BurntSushi:masterfrom
SyntaxSawdust:docs/guide-latest-release-3448

Conversation

@SyntaxSawdust

Copy link
Copy Markdown

Summary

I updated GUIDE.md to use the latest ripgrep release archive instead of 0.7.1. I refreshed the tutorial command outputs that depend on the archive contents. Recursive examples now use --sort path where stable path sorting is needed.

Why

This addresses #3448. The guide previously downloaded 0.7.1, but later examples search for lexopt. 0.7.1 has no lexopt matches, while 15.1.0 does.

Tests

  • git grep -n "lexopt" 0.7.1 -> no matches
  • git grep -n "lexopt" 15.1.0 -> matches found
  • rg --version -> ripgrep 15.1.0
  • Checked the refreshed examples against an archive-shaped ripgrep-15.1.0 tree
  • git diff --check

Scope

  • Docs only.
  • GUIDE.md only.
  • No code, tests, generated files, or release scripts changed.

@BurntSushi BurntSushi closed this Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants