ref: b1fc9f5d8844cad9cafa6811ca355de291bdffc3
parent: 9c3082e05b5d624add635d9d56bf2d640cbe64a1
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Mon Nov 30 09:44:24 EST 2020
no idea what this assert is about tbh
--- a/print.c
+++ b/print.c
@@ -104,8 +104,7 @@
print_traverse(f->vals);
print_traverse(f->env);
}
- else {
- assert(iscvalue(v));
+ else if (iscvalue(v)) {
cvalue_t *cv = (cvalue_t*)ptr(v);
// don't consider shared references to ""
if (!cv_isstr(cv) || cv_len(cv)!=0)