summary refs log tree commit diff stats
path: root/tests/template/tparams_gensymed.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix #5691 (#15158)Clyybber2020-08-271-0/+58
| | | | | | | | * Fix #5691 * Cleanup and thoughts * Use scope approach * Seperate defined/declared/declaredInScope magics * Fix declaredInScope * Update spec accordingly
* Allow pragmas on parameters (#15178)Clyybber2020-08-111-0/+15
|
* Fix forward declaration issues in template/macro context (#15091)Clyybber2020-07-291-0/+126
| | | | | | | | | | | | | | | | | | | | | | | * Fix forward declaration issues in template/macro context * Correct forward declaration resolving for overloads * Remove old dead code * WIP consistent gensym ids * Minimize diff * Remove obsoleted hack * Add templInstCounter to give unique IDs to template instantiations * Remove obsoleted code * Eh, init in myOpen, not myProcess... * Remove optNimV019 * Add testcase for #13484
* fixes #12121 (#12126)Andreas Rumpf2019-09-051-0/+31
|
* fixes #12020 (#12106)Andreas Rumpf2019-09-021-0/+19
|
* new gensym handling (#11985)Andreas Rumpf2019-08-231-0/+15
| | | | | | | | | | | * new .gensym implementation * make astspec test green again * introduce a --useVersion switch to group compatibility switches * fixes #10180 * fixes #11494 * fixes #11483 * object constructor fields and named parameters are also not gensym'ed * disabled broken package
* fixes #10192Araq2019-05-061-0/+20
|
* fixes nested gensym'ed parameters; fixes #9476Araq2018-12-081-0/+40
|
* updated tests to be executedArne Döring2018-11-231-1/+12
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
|
* fixes #5383Araq2017-02-161-5/+4
|
* fixes #2215Araq2015-02-251-0/+29
|
* fixes #2004Araq2015-02-081-0/+19
|
* fixes #1915Araq2015-01-121-0/+14