summary refs log tree commit diff stats
path: root/lib/system.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-09-04 08:18:00 +0200
committerGitHub <noreply@github.com>2021-09-04 08:18:00 +0200
commitac7acd827cd05ea916c53513e68d13be0d63a604 (patch)
tree5e8c01e1f5da7ad1cf0c53f8b8105a9d48ae5a2b /lib/system.nim
parentcddf8ec6f684e5636a114e0e286bc6609e01f228 (diff)
downloadNim-ac7acd827cd05ea916c53513e68d13be0d63a604.tar.gz
we need something better than warningAsError for effect handling viol… (#18796)
* we need something better than warningAsError for effect handling violations
Diffstat (limited to 'lib/system.nim')
-rw-r--r--lib/system.nim3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/system.nim b/lib/system.nim
index 740c4419f..c93af0854 100644
--- a/lib/system.nim
+++ b/lib/system.nim
@@ -2004,8 +2004,7 @@ elif hasAlloc:
         inc(i)
   {.pop.}
 
-proc echo*(x: varargs[typed, `$`]) {.magic: "Echo", tags: [WriteIOEffect],
-  benign, sideEffect.}
+proc echo*(x: varargs[typed, `$`]) {.magic: "Echo", benign, sideEffect.}
   ## Writes and flushes the parameters to the standard output.
   ##
   ## Special built-in that takes a variable number of arguments. Each argument
thj5@gmail.com> 2012-02-20 20:07:38 +0000 Added GPL' href='/danisanti/profani-tty/commit/command.h?id=a7d89e0e08570dd6991ca544aa2e059f88ebf2b2'>a7d89e0e ^
9cff3735 ^

a7df149e ^
fe519410 ^

cfef64c7 ^
6246c8b9 ^
b3f60232 ^
2490f5b4 ^
6a32ed45 ^
eb105e91 ^


fa53e238 ^
eb550eed ^
e0dfe483 ^

2fafaec8 ^

fd6620a9 ^
a7df149e ^
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