Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use
to_string()
instead of dump_code
for snapshots
- `dump_code()` does not provide a stable order for facts, so facts can jump around when typing a query or extra authorizer code - `to_string()` provides the origin of facts as comments, instead of obscuring it
- Loading branch information