From 91a4b448fdfb1a28e5bd1f1d5785e0308fedcb1a Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 8 Mar 2017 00:38:48 +0100 Subject: nimsuggest: chk checks the full project lazily; much better suggestions orderings --- tools/nimsuggest/tests/twithin_macro.nim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/nimsuggest/tests/twithin_macro.nim') diff --git a/tools/nimsuggest/tests/twithin_macro.nim b/tools/nimsuggest/tests/twithin_macro.nim index 7392dd605..e0df03542 100644 --- a/tools/nimsuggest/tests/twithin_macro.nim +++ b/tools/nimsuggest/tests/twithin_macro.nim @@ -204,10 +204,10 @@ echo r discard """ $nimsuggest --tester $file >sug $1 -sug;;skField;;name;;string;;$file;;166;;6;;"";;100 -sug;;skField;;age;;int;;$file;;167;;6;;"";;100 -sug;;skMethod;;twithin_macro.age_human_yrs;;proc (self: Animal): int;;$file;;169;;9;;"";;100 -sug;;skMacro;;twithin_macro.class;;proc (head: untyped, body: untyped): untyped{.gcsafe, locks: .};;$file;;4;;6;;"Iterates over the children of the NimNode ``n``.";;100 -sug;;skMethod;;twithin_macro.vocalize;;proc (self: Animal): string;;$file;;168;;9;;"";;100 -sug;;skMethod;;twithin_macro.vocalize;;proc (self: Rabbit): string;;$file;;184;;9;;"";;100* +sug;;skField;;age;;int;;$file;;167;;6;;"";;100;;None +sug;;skField;;name;;string;;$file;;166;;6;;"";;100;;None +sug;;skMethod;;twithin_macro.age_human_yrs;;proc (self: Animal): int;;$file;;169;;9;;"";;100;;None +sug;;skMethod;;twithin_macro.vocalize;;proc (self: Animal): string;;$file;;168;;9;;"";;100;;None +sug;;skMethod;;twithin_macro.vocalize;;proc (self: Rabbit): string;;$file;;184;;9;;"";;100;;None +sug;;skMacro;;twithin_macro.class;;proc (head: untyped, body: untyped): untyped{.gcsafe, locks: .};;$file;;4;;6;;"";;50;;None* """ -- cgit 1.4.1-2-gfad0