boltlang / Bolt

A programming language for rapid application development
35 stars 1 forks source link

Allow the testing framework to take snapshots of a program and commit them to a database #61

Open samvv opened 6 months ago

samvv commented 6 months ago

This is related to issue #60. If the data in a program is entirely serializable, we can take a snapshot of that data and compare that snapshot to a future version of that same program. This way, we can let developers manually verify which output of a program is correct and, as a consequence, automatically check which programs are not correct.