summary refs log tree commit diff stats
path: root/compiler/vmgen.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-12-06 04:04:41 +0800
committerGitHub <noreply@github.com>2023-12-05 21:04:41 +0100
commitd20b4d5168780b9c6a3bd2fde28b171cb7414c98 (patch)
tree10c1f7802870f27026a78729473439218c67f1f6 /compiler/vmgen.nim
parent202e21daba1424762cf330effb52220c6f1d5772 (diff)
downloadNim-d20b4d5168780b9c6a3bd2fde28b171cb7414c98.tar.gz
fixes #23019; Regression from 2.0 to devel with raise an unlisted exc… (#23034)
…eption: Exception

fixes #23019

I suppose `implicitPragmas` is called somewhere which converts
`otherPragmas`.
Diffstat (limited to 'compiler/vmgen.nim')
0 files changed, 0 insertions, 0 deletions
37 +0100 Fix compiler crash (#6773) (#6774)' href='/ahoang/Nim/commit/tests/overload/tstatic_with_converter.nim?h=devel&id=8443e3f6bee2596b042fcb991d70496efa45d9dc'>8443e3f6b ^
d102b2f54 ^
02be212da ^
8443e3f6b ^


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