mighty-gerbils / gerbil

Gerbil Scheme
https://cons.io
GNU Lesser General Public License v2.1
1.15k stars 111 forks source link

Fix some issues with gc tables #1138

Closed vyzo closed 7 months ago

vyzo commented 7 months ago

The important one is the bug in using the load vector; it turns out it was mistyped, it is supposed to be an f64vector of 3 elements, and was using a plain vector of two floats... :man_facepalming:

I also added a test for gc tables; not that it was triggering the bug (that was triggered in a much more complex program), but it is nice to have and we can make it more elaborate in time.

netlify[bot] commented 7 months ago

Deploy Preview for elastic-ritchie-8f47f9 ready!

Name Link
Latest commit 152b434ef8cbd567c6725cf3127c9089fccd929c
Latest deploy log https://app.netlify.com/sites/elastic-ritchie-8f47f9/deploys/65e0cd9ca97c3f0008575ed2
Deploy Preview https://deploy-preview-1138--elastic-ritchie-8f47f9.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

vyzo commented 7 months ago

yeah, it's verified fixed in my triggers.