Fork me on GitHub
#cursive
<
2022-01-24
>
Grant Horner16:01:37

Not sure if this a regression, Mac issue, or ID10T error, but I recently switched from Windows to Mac and ran into an issue with symbol resolution. I set deftest to def , but this doesn’t seem to resolve correctly inside of with-redefs forms. No problem on Windows, but I may be on an older build there.

cfleming21:01:51

I think the issue there is that the deftest is inside the with-redefs - could you check if taking it out helps that?