summary refs log tree commit diff stats
path: root/tests/distinct/tnil.nim
Commit message (Collapse)AuthorAgeFilesLines
* remove a special case in sigmatch; distinct pointer types no longer match ↵ringabout2022-08-231-13/+5
| | | | | | | | | | | | | | | | `nil` type (#20251) * remove a special case in sigmatch; distinct pointer types no longer match `nil` type * add tests * fixes tests * Update changelog.md Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+2
|
* make tests green againAraq2018-08-131-15/+0
|
* make tests greenAraq2018-05-021-9/+6
|
* make tests on Windows greenAraq2017-01-311-0/+1
|
* Allowing `nil` for distinct types where the base type is nilableHans Raaf2016-08-051-0/+47