summary refs log tree commit diff stats
path: root/tests/stdlib/concurrency/tatomic_import.nim
diff options
context:
space:
mode:
authorSirOlaf <34164198+SirOlaf@users.noreply.github.com>2023-03-05 11:56:51 +0100
committerGitHub <noreply@github.com>2023-03-05 11:56:51 +0100
commit7bde421e4dae1f078ad5940dda8199df00b725cc (patch)
tree4c3bf629c43352a79b243c0810e52236f6c5329c /tests/stdlib/concurrency/tatomic_import.nim
parent04a494f8cfe960104150dd288d587d7e2cf3bd8a (diff)
downloadNim-7bde421e4dae1f078ad5940dda8199df00b725cc.tar.gz
Fix #21272: Rewrite parts of pickBestCandidate (#21465)
* Make pickBestCandidate store syms

* Remove useless cursor

* Try making pickBestCandidate more readable

* Fix advance order

* Revert back to seq with lots of comments

---------

Co-authored-by: SirOlaf <>
Diffstat (limited to 'tests/stdlib/concurrency/tatomic_import.nim')
0 files changed, 0 insertions, 0 deletions
a> 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220