summary refs log tree commit diff stats
path: root/tests/pragmas/tinvalid_user_pragma.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-07-04 04:48:19 +0800
committerGitHub <noreply@github.com>2024-07-03 22:48:19 +0200
commit051a536275c8851adec4742f90c518fbbb65d13c (patch)
tree6b8e1176c618d940741cee5a32017120ee793c08 /tests/pragmas/tinvalid_user_pragma.nim
parent903b1b10160a825a41af0908a930cde116f768ff (diff)
downloadNim-051a536275c8851adec4742f90c518fbbb65d13c.tar.gz
fixes #23784; don't allow fold paths containing `nkAddr` (#23792)
fixes #23784

notes that before https://github.com/nim-lang/Nim/pull/23477, it didn't
fold paths containing `addr`/`unsafeAddr` because it retained the form
of the magic function: `mAddr`.
Diffstat (limited to 'tests/pragmas/tinvalid_user_pragma.nim')
0 files changed, 0 insertions, 0 deletions
id'>37142b5 ^
e10fc64 ^
35e31f0 ^
35e31f0 ^

e280417 ^
35e31f0 ^












e280417 ^
e10fc64 ^
35e31f0 ^







35e31f0 ^

e10fc64 ^
35e31f0 ^

41398b1 ^
35e31f0 ^








37142b5 ^
35e31f0 ^




1a15258 ^
35e31f0 ^






e10fc64 ^

35e31f0 ^

1a15258 ^
35e31f0 ^

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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88