jazzdotdev / jazz

The Scripting Engine that Combines Speed, Safety, and Simplicity
Apache License 2.0
146 stars 11 forks source link

trace() app name and checksumdir #242

Open naturallymitchell opened 5 years ago

naturallymitchell commented 5 years ago

https://github.com/foundpatterns/torchbear/blob/ce800bd5ac6377b5f9785fa79118953c988de38f/src/lib.rs#L274

name can come from torchbear.scl? app-name.scl should be for the app. https://github.com/foundpatterns/torchbear/issues/241

checksumdir() the app so at least we can have a record of what ran

aside: debug is only for use when checking something manually. trace is usually what should be used, afaict

Ask HN: How would you implement a verifiable open-source web application? (my plans)