diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-15 20:07:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-15 14:07:40 +0200 |
commit | 1e15f975b83951006d69e6e39836aa2d525028c4 (patch) | |
tree | d43b2b539494a46df310d91d565c9858e6dcb0b9 /config | |
parent | 0510a2be0d6df674aa91ae3f2884d98473cade4c (diff) | |
download | Nim-1e15f975b83951006d69e6e39836aa2d525028c4.tar.gz |
fixes #19162; enable `strictEffects` for v2 (#19380)
* enable stricteffects * add gcsafe * fix tests * use func * fixes pegs tests * explicitly mark repr related procs with noSideEffect * add nimLegacyEffects * change URL * fixes docopt * add `raises: []` to repr * fixes weave * fixes nimyaml * fixes glob * fixes parsetoml * Apply suggestions from code review * Update testament/important_packages.nim * add legacy:laxEffects
Diffstat (limited to 'config')
-rw-r--r-- | config/config.nims | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.nims b/config/config.nims index aa1eda894..8dcfc4e7e 100644 --- a/config/config.nims +++ b/config/config.nims @@ -26,3 +26,4 @@ when defined(windows) and not defined(booting): switch("define", "nimRawSetjmp") switch("define", "nimVersion:" & NimVersion) + |