summary refs log tree commit diff stats
path: root/nimsuggest/tests/tchk_compiles.nim
Commit message (Collapse)AuthorAgeFilesLines
* improvements to hint:processing: show import stack, distinguish nims, show ↵Timothee Cour2021-06-301-1/+1
| | | | | | | | includes etc (#18372) * improvements to hint:processing * fix tests; do not show hintProcessing for nimscript unless given -d:nimHintProcessingNims * fix trunner and avoid need for -d:nimHintProcessingNims * fix some tests
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-1/+1
|
* Fix `compiles` for nimsuggest [backport] (#14527)Danil Yarantsev2020-06-011-0/+8
* Handle nimsuggest in tryExpr * Added test