Commit 4817c1a
deprecate(reader): mark VortexHandle.slice as internal escape hatch
The slice(long, long) method is on the public VortexHandle interface only
because ScanIterator and VortexInspector live in sibling packages and need
cross-package access to the raw backing MemorySegment of a file. It is not
part of the stability contract and would not survive a clean module
layout.
Until that consolidation happens (TODO), mark the method with @APinote
spelling out the situation and @deprecated(since="0.4.0", forRemoval=true)
so the IDE surfaces it as off-contract for any application code that
finds it via autocomplete.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent e493d98 commit 4817c1a
1 file changed
Lines changed: 13 additions & 0 deletions
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
32 | 45 | | |
33 | 46 | | |
34 | 47 | | |
| |||
0 commit comments