summary refs log tree commit diff stats
path: root/lib/system/memory.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-09-30 12:27:27 +0800
committerGitHub <noreply@github.com>2023-09-30 06:27:27 +0200
commit5eeafbf55029816e5022d9d6aa9ed3b0acf2d3ba (patch)
tree919c912b6235d0819beb62c2b9a0b85516cc0255 /lib/system/memory.nim
parent0c179db6579ee5ae853603bf8d8efe23785cb7ab (diff)
downloadNim-5eeafbf55029816e5022d9d6aa9ed3b0acf2d3ba.tar.gz
fixes #22696; func `strutils.join` for non-strings uses proc `$` which can have side effects (#22770)
fixes #22696
partially revert https://github.com/nim-lang/Nim/pull/16281

`join` calls `$` interally, which might introduce a sideeffect call.
Diffstat (limited to 'lib/system/memory.nim')
0 files changed, 0 insertions, 0 deletions
='#n112'>112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157