Skip to content

Commit b6d20e6

Browse files
authored
io: deprecate the io.string_reader module (not used in vlib, with confusing and under tested/documented API - see #25713 ) (#26274)
1 parent 2548495 commit b6d20e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vlib/io/string_reader/string_reader.v

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@[deprecated: 'If you use it, create a local module named `string_reader`, and copy https://github.com/vlang/v/blob/f24d49259db5d2d7211e79bcf6b6f507d22847f3/vlib/io/string_reader/string_reader.v there.']
2+
@[deprecated_after: '2026-01-06']
13
module string_reader
24

35
import io

0 commit comments

Comments
 (0)