Commit Graph

8 Commits

Author SHA1 Message Date
Timothee Cour f776d57b3e fixup for backward compat 2018-11-28 02:28:23 +02:00
Timothee Cour 19645abeaf fix #30 2018-11-28 02:28:23 +02:00
Yuriy Glukhov 5dab1b35f4 Fixed potential memory corruption, added allocStackArrayNoInit 2018-07-20 13:05:08 +03:00
cheatfate efcc9e1910 Fix windows compilation error for alloca.
Added MacOS testing.
2018-04-19 23:47:12 +03:00
Yuriy Glukhov 3e3d2d4a2f Some fixes 2018-04-19 22:00:22 +03:00
Zahary Karadjov 3cc2b9eb5f more disclaimers and possible future directions 2018-04-19 15:42:02 +03:00
Zahary Karadjov 5145020c30 review changes:
* the length is stored as int32
* negative indexing is now supported with arr[^idx]
* toOpenArray supports slicing
* raise operations extracted in procs in order to reduce code bloat

A large disclaimer has been added warning about the possible risks
of using the StackArray type.
2018-04-19 15:42:02 +03:00
Zahary Karadjov 51121411a0 rename ranges/stackarray to stackarrays for consitency 2018-04-19 15:42:02 +03:00