Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | followup #16067 --spellSuggest (#17401) | Timothee Cour | 2021-03-17 | 1 | -0/+1 |
| | | | | | | | * followup #16067 --spellSuggest * enable --spellSuggest by default * fixup | ||||
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 1 | -0/+3 |
| | | | | | | * asyncjs: add then * improve tests, changelog, API * fix cryptic windows error: The parameter is incorrect * address comments | ||||
* | add -d:nimStrictMode in CI to keep code from regressing; fixes ↵ | Timothee Cour | 2021-02-17 | 1 | -0/+2 |
| | | | | ConvFromXtoItselfNotNeeded, UnusedImport notes (#16764) | ||||
* | remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221) | Timothee Cour | 2021-02-02 | 1 | -0/+4 |
| | |||||
* | disable hint:processing in tests (#16713) | Timothee Cour | 2021-01-14 | 1 | -0/+3 |
| | | | | | * disable hint:processing in tests * fix test | ||||
* | unittest: use defines instead of env vars (#16165) | Timothee Cour | 2020-12-10 | 1 | -0/+5 |
| | | | | | | | | | * unittest: use defines instead of env vars * use defines in testament * fixup Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | fix #16150 improve type mismatch errors (#16152) | Timothee Cour | 2020-12-09 | 1 | -0/+1 |
| | | | | | | | * fix #16150 improve type mismatch errors * allow -d:nimLegacyTypeMismatch * address comment | ||||
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -1/+1 |
| | | | | * "eg" is a misspelled "egg", "e.g." is "exempli gratia" * Also, "ie" is "i.e.". | ||||
* | fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding ↵ | Timothee Cour | 2020-05-13 | 1 | -1/+4 |
| | | | | | | | service ports everywhere + flakyAssert (#14327) * hotfix #14320 tasyncawait.nim is recently very flaky * fix #14327 * add flakyAssert | ||||
* | followup on #10573: prevent common user config to interfere with testament ↵ | Timothee Cour | 2019-02-07 | 1 | -0/+1 |
| | | | | (excessiveStackTrace) (#10590) | ||||
* | prevent common user config to interfere with testament (#10573) | Timothee Cour | 2019-02-06 | 1 | -0/+6 |