ringabout
|
67f9bc2f4b
|
fixes #21923; nimsuggest "outline" output does not list templates (#24643)
fixes #21923
---------
Co-authored-by: Louis Berube <louis.p.berube@gmail.com>
|
2025-01-24 13:00:08 +01:00 |
|
Nikolay Nikolov
|
18b5fb256d
|
+ show the inferred exception list (as part of the type) for functions that don't have an explicit .raises pragma (#23193)
|
2024-01-15 18:36:03 +01:00 |
|
ringabout
|
5602183234
|
'lock levels' are deprecated, now a noop (#20539)
* 'lock levels' are deprecated, now a noop
* fixes tests
|
2022-10-11 09:17:09 +02:00 |
|
Saem Ghani
|
d99ea00829
|
fixed nim-lang/nimsuggest#48 type aware sug (#16814)
* suggesting identifiers accounts context over scope (distance)
* key takeaway: context fit is prioritized over a heuristics like scope
|
2021-01-25 07:36:47 +01:00 |
|
Arne Döring
|
f94ec363ab
|
Allow void macro result (#11286)
* allow void macro result
* add test for void macro result type
|
2019-05-21 21:31:40 +02:00 |
|
alaviss
|
9e754c3b06
|
compiler/types: correctly generates signature for non-proc types (#10658)
This makes signatures generated for nimsuggest correctly distinguish
template/macro/converter from proc.
|
2019-02-13 23:30:14 +01:00 |
|