lean4-htt/src/Lean/Server/FileWorker
Markus Himmel fa67f300f6
chore: rename String.ValidPos to String.Pos (#11240)
This PR renames `String.ValidPos` to `String.Pos`, `String.endValidPos`
to `String.endPos` and `String.startValidPos` to `String.startPos`.

Accordingly, the deprecations of `String.Pos` to `String.Pos.Raw` and
`String.endPos` to `String.rawEndPos` are removed early, after an
abbreviated deprecation cycle of two releases.
2025-11-24 16:40:21 +00:00
..
ExampleHover.lean chore: rename String.ValidPos to String.Pos (#11240) 2025-11-24 16:40:21 +00:00
InlayHints.lean chore: rename Substring to Substring.Raw (#11154) 2025-11-16 09:30:04 +00:00
RequestHandling.lean chore: rename String.endPos -> String.rawEndPos (#10853) 2025-10-21 11:25:30 +00:00
SemanticHighlighting.lean refactor: move operations on String.Pos.Raw to the String.Pos.Raw namespace (#10735) 2025-10-18 12:12:55 +00:00
SetupFile.lean refactor: use String.Slice in String.take and variants (#11180) 2025-11-18 16:13:48 +00:00
SignatureHelp.lean chore: rename String.ValidPos to String.Pos (#11240) 2025-11-24 16:40:21 +00:00
Utils.lean chore: remove redundant imports in core (#10750) 2025-10-16 20:27:46 +00:00
WidgetRequests.lean chore: rename String.endPos -> String.rawEndPos (#10853) 2025-10-21 11:25:30 +00:00