summary refs log tree commit diff stats
path: root/tests/overload/toverload_various.nim
Commit message (Collapse)AuthorAgeFilesLines
* Overload resultion with generic variables an inheritance (#23870)Ryan McConnell2024-07-241-0/+60
| | | The test case diff is self explanatory
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-2/+2
| | | | | * style usages (openArray) * revert doc changes
* improve several tests in testament (#18635)Timothee Cour2021-08-081-1/+1
| | | | | | | | | | | * silence error output from template_various.nim * any => auto in tests * avoid showing failed for parseSpec since this is expected behavior in 2 cases: tincludefile.nim, tnav1.nim * enforce InheritFromException * fixup
* fix infinite recursion in typeRel (#15241)jcosborn2020-09-181-0/+45
| | | | | * fix generic constraints Co-authored-by: James Osborn <osborn@Jamess-MacBook-Pro.local>
* fix some issues overloading with generics and inheritance (#15211)jcosborn2020-08-271-5/+31
| | | | | * fix some issues overloading with generics and inheritance * fix passing procs with subtype matches
* fix overloading issue with generic invocation (#15135)jcosborn2020-08-181-0/+60
| | | | | * fix overloading issue with generic alias * add test for inheritance depth
* fix overloading case with generic alias (#15116)jcosborn2020-07-301-0/+105
| | | | | * fix overloading case with generic alias * revert reorganization of tests
* fixes #11375 (#11376)Andreas Rumpf2019-06-021-0/+50
|
* fixes #8568 (#11303)Andreas Rumpf2019-05-221-0/+22
| | | | | | * fixes #8568 * fixes regression
* closes #6076Araq2019-05-221-0/+24
|
* More descriptive names of test files (#9531)Miran2018-10-291-0/+176
* change generic `tissues` name to more specific * change `tvarious` to more specific names