summary refs log tree commit diff stats
path: root/tests/stdlib/tstring.nim
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2024-09-14 05:20:30 +0300
committerGitHub <noreply@github.com>2024-09-14 10:20:30 +0800
commit6d362e0ffe78791036af05e4224daebaf7cb3f81 (patch)
treeb5ff7648e7a2a8a2585cd993ea3d460186c66f20 /tests/stdlib/tstring.nim
parent61e04ba0ed4b8c6567f4cfd5c48c2c2439c62371 (diff)
downloadNim-6d362e0ffe78791036af05e4224daebaf7cb3f81.tar.gz
fix regression with uint constant losing abstract type (#24105)
fixes #24104, refs #23955

The line `result.typ = dstTyp` added in #23955 changes the type of
`result`, which was the type of `n` due to the argument passed to
`newIntNodeT`, to the abstract type skipped `dstTyp`. The line is
removed to just keep the type as abstract.
Diffstat (limited to 'tests/stdlib/tstring.nim')
0 files changed, 0 insertions, 0 deletions
stem/inclrtl.nim?h=devel&id=804e2ac89d378b87e0ec8c723f607aa4271c57bb'>^
ff02ce2d5 ^






3005955d2 ^
ff02ce2d5 ^









bfbdb1f02 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46