Skip to content

Commit f65effd

Browse files
authored
swich to Nim v2.2.4 (#7090)
1 parent e5f9d3c commit f65effd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config.nims

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ switch("warning", "CaseTransition:off")
185185
# should be fixed out-of-band of `unstable` branch.
186186
switch("warning", "BareExcept:off")
187187

188+
# Transitional for Nim v2.2, due to newSeqUninit replacing newSeqUninitialized.
189+
switch("warning", "Deprecated:off")
190+
188191
# Too many of these because of Defect compat in 1.2
189192
switch("hint", "XCannotRaiseY:off")
190193

0 commit comments

Comments
 (0)