summary refs log tree commit diff stats
path: root/tests/lent
Commit message (Collapse)AuthorAgeFilesLines
* Optimize lent in JS [backport:1.6] (#19393)hlaaftana2022-01-171-8/+12
| | | | | | | * Optimize lent in JS [backport:1.6] * addr on lent doesn't work anymore, don't use it * use unsafeAddr in test again for older versions
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-1/+1
| | | | | * style usages (openArray) * revert doc changes
* fix #16898 #17621 (#17628)flywind2021-04-062-0/+46
| | | | | | * fix #16898 * fix #17621 * Update compiler/semtypes.nim
* testament spec: remove errmsg alias of errormsg (#16188)Timothee Cour2020-11-292-2/+2
|
* followup #15970 strenghten regression tests (#16075)Timothee Cour2020-11-201-12/+15
| | | | | * followup #15970 strenghten regression tests * _
* fix #15958 (#15970) [backport:1.4]cooldome2020-11-201-0/+39
| | | | | | | | | | | | | | | | | * fix #15958 * also cover openArray and VarArgs * more tests * cover even more types * cover even more types * Trigger build * Trigger build * cover sets passed as arrays
* closes #14878Araq2020-07-081-1/+19
|
* fixes #14805Araq2020-07-081-0/+14
|
* fixes #14498 [backport:1.2] (#14503)Andreas Rumpf2020-05-302-2/+16
|
* fixes #12224 (#12225)cooldome2019-09-211-0/+24
| | | | | | * fixes #12224 * improve test
* make test greenAndreas Rumpf2019-03-051-1/+0
|
* basic 'lent T' test worksAndreas Rumpf2018-01-211-0/+17