summary refs log tree commit diff stats
path: root/tests/generics/tgenerics_issues.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix #20416. Enable the recursion limit for ref/ptr types. (#21092)Aditya Siram2022-12-131-0/+20
|
* No longer segfault when using a typeclass with a self referencing type (#19467)Jason Beetham2022-02-021-0/+12
|
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-1/+1
| | | | | * style usages (openArray) * revert doc changes
* `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)Timothee Cour2021-02-241-3/+3
| | | | | | | * std/options: $some(3) is now "some(3)", not "Some(3)", `$none(int)` is now `"none(int)"` instead of `"None[int]"` * fix tests * disable optionsutils
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-3/+3
| | | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>
* use doAssert in tests (#16486)flywind2020-12-281-4/+4
|
* Fix #14990 (#14991)Clyybber2020-07-151-0/+11
| | | | | * Fix #14990 * Add testcase
* Closes #10396Clyybber2020-07-141-0/+55
|
* Closes #8426Clyybber2020-07-141-0/+14
|
* Add test-cases to some fixed issues to close them (#14795)Danil Yarantsev2020-06-241-0/+18
|
* Revert "printing float values will have one more digit. (#13276) [backport]" ↵Timothee Cour2020-02-081-6/+6
| | | | | (#13363) This reverts commit b2c6db97f9f477f6999fa9c7aae5e32f10b6b3fe.
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-6/+6
| | | | * printing float values will have one more digit. Fixes #13196
* ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-111-8/+0
| | | | | | | | | | * ungenericise unsigned ops, remove nimNewShiftOps * fix/remove tests * update t6448 * fix line info * disable on 32bit * fix different line info * add changelog entry
* fixes #11239Araq2019-05-221-1/+1
|
* megatest: make it green on LinuxAraq2018-12-111-2/+1
|
* More descriptive names of test files (#9531)Miran2018-10-291-0/+773
* change generic `tissues` name to more specific * change `tvarious` to more specific names