summary refs log tree commit diff stats
path: root/tests/openarray
Commit message (Collapse)AuthorAgeFilesLines
* fixes #23321; Error: internal error: openArrayLoc: ref array[0..0, int] (#23548)ringabout2024-04-291-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)ringabout2022-10-231-1/+1
|
* style usages part one (openarray => openArray) (#19321)flywind2022-01-044-7/+7
| | | | | * style usages (openArray) * revert doc changes
* fix #12521(type alias for openArray) (#17593)flywind2021-04-191-0/+26
| | | | | | | * fix nim js cmp fails at CT * fix #12521 * address comments
* followup #17001: improve coverage for tests/openarray/topenarray.nim (#17006)Timothee Cour2021-02-131-3/+17
| | | | * followup #17001: improve coverage for tests/openarray/topenarray.nim
* [JS] Ref #15952 make toOpenArray works better (#17001)flywind2021-02-101-0/+13
| | | | | * ref 15952 toOpenArray works in JS * fix
* clean up deprecated stuff and unused imports in tests (#13059)Miran2020-01-071-2/+2
|
* typeToString can now show (recursively) resolved type aliases; fixes #8569 ↵Timothee Cour2019-08-311-1/+1
| | | | | | | | | | | #8083 #8570 (#11678) * nested typeToString * typeToString: preferResolved * add test * fix test * preferMixed * fix tests
* fixes #12042 (#12083)Andreas Rumpf2019-08-291-0/+15
| | | | | | * fixes #12042 * make tests green again
* Fixes for ptr array deref codegen (#11191)Jasper Jenkins2019-05-071-1/+17
| | | | | * fixes for ptr array derefence codegen * fix comments, make diff nicer
* require errormsg to be specified before file.Arne Döring2018-12-115-17/+6
|
* Always check the deduced type validity for resultLemonBoy2018-09-171-0/+7
| | | | Fixes #8259
* Test case for #6163 (#8960)genotrance2018-09-141-0/+17
| | | | * Test case for #6163
* fixed #2240 and #3586andri lim2016-01-051-0/+54
|
* new tester; all tests categorizedAraq2014-01-133-0/+47