summary refs log tree commit diff stats
path: root/tests/destructor/tcustomseqs.nim
Commit message (Collapse)AuthorAgeFilesLines
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * deprecate unsafeAddr; extend addr addr is now available for all addressable locations, unsafeAddr is deprecated and become an alias for addr * follow @Vindaar's advice * change the signature of addr * unsafeAddr => addr (stdlib) * Update changelog.md * unsafeAddr => addr (tests) * Revert "unsafeAddr => addr (stdlib)" This reverts commit ab83c99c507048a8396e636bf22d55fdd84d7d1c. * doc changes; thanks to @konsumlamm Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* make megatest green againAndreas Rumpf2019-03-051-0/+1
|
* make tests green againAndreas Rumpf2019-03-041-1/+0
|
* WIP: strings/seqs based on destructorsAndreas Rumpf2018-07-171-3/+4
|
* make nested custom seqs workAndreas Rumpf2017-10-191-1/+13
|
* destructors: tcustomseqs less embarrassingAndreas Rumpf2017-10-171-4/+9
|
* destructors: irresponsibly simple tcustomseq test worksAndreas Rumpf2017-10-171-0/+126