Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #23321; Error: internal error: openArrayLoc: ref array[0..0, int] (#23548) | ringabout | 2024-04-29 | 1 | -0/+35 |
| | | | | | | | | fixes #23321 In the function `mapType`, ptrs (tyPtr, tyVar, tyLent, tyRef) are mapped into ctPtrToArray, the dereference of which is skipped in the `genref`. We need to skip these ptrs in the function `genOpenArraySlice`. | ||||
* | enable static tests for topenarray (#20620) | ringabout | 2022-10-23 | 1 | -1/+1 |
| | |||||
* | style usages part one (openarray => openArray) (#19321) | flywind | 2022-01-04 | 4 | -7/+7 |
| | | | | | * style usages (openArray) * revert doc changes | ||||
* | fix #12521(type alias for openArray) (#17593) | flywind | 2021-04-19 | 1 | -0/+26 |
| | | | | | | | * fix nim js cmp fails at CT * fix #12521 * address comments | ||||
* | followup #17001: improve coverage for tests/openarray/topenarray.nim (#17006) | Timothee Cour | 2021-02-13 | 1 | -3/+17 |
| | | | | * followup #17001: improve coverage for tests/openarray/topenarray.nim | ||||
* | [JS] Ref #15952 make toOpenArray works better (#17001) | flywind | 2021-02-10 | 1 | -0/+13 |
| | | | | | * ref 15952 toOpenArray works in JS * fix | ||||
* | clean up deprecated stuff and unused imports in tests (#13059) | Miran | 2020-01-07 | 1 | -2/+2 |
| | |||||
* | typeToString can now show (recursively) resolved type aliases; fixes #8569 ↵ | Timothee Cour | 2019-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | #8083 #8570 (#11678) * nested typeToString * typeToString: preferResolved * add test * fix test * preferMixed * fix tests | ||||
* | fixes #12042 (#12083) | Andreas Rumpf | 2019-08-29 | 1 | -0/+15 |
| | | | | | | * fixes #12042 * make tests green again | ||||
* | Fixes for ptr array deref codegen (#11191) | Jasper Jenkins | 2019-05-07 | 1 | -1/+17 |
| | | | | | * fixes for ptr array derefence codegen * fix comments, make diff nicer | ||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 5 | -17/+6 |
| | |||||
* | Always check the deduced type validity for result | LemonBoy | 2018-09-17 | 1 | -0/+7 |
| | | | | Fixes #8259 | ||||
* | Test case for #6163 (#8960) | genotrance | 2018-09-14 | 1 | -0/+17 |
| | | | | * Test case for #6163 | ||||
* | fixed #2240 and #3586 | andri lim | 2016-01-05 | 1 | -0/+54 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 3 | -0/+47 |