summary refs log tree commit diff stats
path: root/nimsuggest/tests/tsug_template.nim
Commit message (Collapse)AuthorAgeFilesLines
* + show the inferred exception list (as part of the type) for functions that ↵Nikolay Nikolov2024-01-151-1/+1
| | | | don't have an explicit `.raises` pragma (#23193)
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-1/+1
| | | | | * 'lock levels' are deprecated, now a noop * fixes tests
* fixed nim-lang/nimsuggest#48 type aware sug (#16814)Saem Ghani2021-01-251-3/+3
| | | | * suggesting identifiers accounts context over scope (distance) * key takeaway: context fit is prioritized over a heuristics like scope
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
| | | | | * allow void macro result * add test for void macro result type
* compiler/types: correctly generates signature for non-proc types (#10658)alaviss2019-02-131-0/+12
This makes signatures generated for nimsuggest correctly distinguish template/macro/converter from proc.