This commit is contained in:
Justin Ethier 2021-08-16 22:09:18 -04:00
parent 6631069513
commit ec1fee0764

View file

@ -8,7 +8,7 @@ excerpt: This release fixes a number of critical bugs.
#### Compiler #### Compiler
- Properly handle vectors literals at the top level of compiled code. Previously this could lead to segmentation faults (!!) at runtime. - Properly handle vectors literals at the top level of compiled code. Previously this could lead to segmentation faults at runtime.
- Fixed an off-by-one error unpacking arguments when calling a primitive as the continuation after a garbage collection. - Fixed an off-by-one error unpacking arguments when calling a primitive as the continuation after a garbage collection.
#### Base Library #### Base Library