Idris2-boot/src
Edwin Brady 15d25eb4d2 Fix buffer sizing problem in TTCs
Turns out you can contrive to have buffer overruns if you use an unsafe
buffer library... oops! When resizing a buffer, we need to make sure
that the new size is enough for the thing we're about to add. This is
almost certainly the cause of #95.
2019-09-22 12:01:51 +01:00
..
Compiler Record erasable args in definitions 2019-09-19 09:56:19 +01:00
Control Initial structure 2019-03-07 23:04:55 +00:00
Core Push constraint name into default method impls 2019-09-20 19:01:07 +01:00
Data add --clean option for ipkg 2019-07-15 14:36:54 +03:00
Idris Push constraint name into default method impls 2019-09-20 19:01:07 +01:00
Parser code golfing 2019-09-05 03:21:43 +03:00
Text Save time lexing if we're only reading headers 2019-07-01 00:21:35 +01:00
TTImp Fix buffer sizing problem in TTCs 2019-09-22 12:01:51 +01:00
Utils Fix buffer sizing problem in TTCs 2019-09-22 12:01:51 +01:00
Yaffle Set fresh name counter on loading Main ttc 2019-06-27 14:47:47 +01:00
Makefile Added test framework (copied from Blodwen) 2019-05-07 10:43:02 +01:00