Michael South
Michael South
Duplicate of #73
My pending pull request fixed it in my instance, but the underlying issue (using string refs) isn't addressed.
Dropping back to previous commit, cb4e391ab1ad389d911e70add784343ad5e9e398 did not help.
Removing --debug-slow fixes things.
Fixing the mispelling of "--debug-assert" (thx paulapatience) didn't change anything.
I've rolled back to 26179eec7, Nov. 2023. Still no good. ``` ../include/clasp/gctools/gcvector.h:268:18: error: invalid operands to binary expression ('StampWtagMtag' and 'int') 268 | if (header == 0) { | ~~~~~~...