Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [sugar] handle HiddenDeref in capture, error at CT if unsupported nnk (#20680) | Vindaar | 2022-11-10 | 1 | -0/+60 |
| | | | | | | | | | | | | * [sugar] handle HiddenDeref in capture, error at CT if unsupported nnk Instead of running into trouble of the `.strVal` access failing, it's better to error at CT. * [tests] remove unnecessary import in test case * improve ident extraction & extend test cases * [tests] improve tests for `capture` of different types & act. check | ||||
* | make more standard libraries work with `nimPreviewSlimSystem` (#20343) | ringabout | 2022-09-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last | ||||
* | fix #16967 [backport:1.2] (#16976) | hlaaftana | 2021-02-09 | 1 | -0/+16 |
| | | | | | * fix #16967 [backport:1.2] * move test to tsugar | ||||
* | Sugar tests (#16820) | konsumlamm | 2021-02-02 | 1 | -118/+215 |
| | |||||
* | `dumpToString`: improves on `sugar.dump` (#16841) | Timothee Cour | 2021-02-02 | 1 | -1/+11 |
| | | | | | | | * dumpToString * _ * fixup * changelog * address comment: removed the word "Deprecated" | ||||
* | use doAssert in tests (#16486) | flywind | 2020-12-28 | 1 | -12/+12 |
| | |||||
* | add collect with infered init, refs #16078 fixes #14332 (#16089) | Antonis Geralis | 2020-12-03 | 1 | -3/+19 |
| | | | | * changelog * add testcase, fixes #14332 | ||||
* | move rest of tests to testament (#16140) | flywind | 2020-11-27 | 1 | -0/+94 |
| | | | | * move rest of tests to testament * Update tests/stdlib/tsums.nim | ||||
* | distinctBase type trait for distinct types (#13031) | cooldome | 2020-01-08 | 1 | -37/+0 |
| | |||||
* | fixes #7816 (#11261) | Andreas Rumpf | 2019-05-15 | 1 | -1/+10 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -1/+0 |
| | |||||
* | fixes #8519; implements T.distinctBase to reverse T = distinct A (#8531) | Timothee Cour | 2018-08-10 | 1 | -0/+29 |