summary refs log tree commit diff stats
path: root/tests/ccgbugs/tissues.nim
diff options
context:
space:
mode:
authorPeter Salvi <vukung@yahoo.com>2021-02-08 22:24:16 +0100
committerGitHub <noreply@github.com>2021-02-08 22:24:16 +0100
commite211a2a9f6f9a182f7fe48153fd37de6ddef9bf4 (patch)
treec9c5eb91b221d014e793fd6fd8600297ad10a30f /tests/ccgbugs/tissues.nim
parenta9f44b7257ca9a1c1c98f5b07bef4a4936d2e36f (diff)
downloadNim-e211a2a9f6f9a182f7fe48153fd37de6ddef9bf4.tar.gz
std/lists: Various changes to `lists` (RFC #303) (#16536)
* Various changes to `lists` (RFC #303)

* Removing a non-element is no-op; better tests

* Remove preserves cycles; add appendMove alias; tests.

* Return value for (singly linked) `lists.remove`

* More test for lists.remove

* Moved `lists.append` to the end of the file to see all `add` definitions

* Disable testing js for now

* Use workaround for swap js bug

* Smaller diff

* Undo "silent" deprecation of append

* Correct typo in changelog

Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>

* Remove `appendMoved`

Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>

* Don't remove appendMoved

Co-authored-by: Clyybber <darkmine956@gmail.com>
Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
Diffstat (limited to 'tests/ccgbugs/tissues.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