Files
Nim/tests/destructor
flywind d102b2f54c deprecate unsafeAddr; extend addr (#19373)
* 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 ab83c99c50.

* 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>
2022-01-16 11:08:38 +01:00
..
2019-11-29 19:46:21 +01:00
2021-03-02 10:24:45 +01:00
2021-03-09 22:50:17 -08:00
2020-01-20 10:41:12 +01:00
2020-09-25 08:49:21 +02:00
2019-03-04 22:44:23 +01:00
2019-11-29 19:46:21 +01:00
2020-05-02 22:31:19 +02:00
2019-07-07 17:17:14 +02:00
2020-11-09 19:24:32 +01:00
2020-04-01 20:30:28 +02:00
2020-06-28 17:47:47 +02:00
2020-03-10 00:52:46 +01:00
2020-07-09 17:24:23 +02:00
2020-09-24 15:41:45 +02:00
2021-03-23 16:30:49 +01:00
2019-04-25 07:59:34 +02:00
2019-05-27 21:29:02 +02:00
2020-05-05 07:26:32 +02:00
2020-03-17 16:36:38 +01:00
2021-07-01 06:51:08 +02:00