kchanqvq / named-closure

Introspectable, readably-printable and redefinable closures
5 stars 0 forks source link

Build failure #5

Open atgreen opened 1 month ago

atgreen commented 1 month ago

This is a failure in a dependency, but not sure why it is happening: https://github.com/ocicl/named-closure/actions/runs/10846310651/job/30587533830

kchanqvq commented 1 month ago

I encounter exactly this problem a few times as well, sometimes I switch to a new system and it suddenly works (IIRC?) and sometimes manually evaluate

(hu.dwim.syntax-sugar:enable-sharp-boolean-syntax)
(hu.dwim.syntax-sugar:enable-readtime-wrapper-syntax)
(hu.dwim.syntax-sugar:enable-feature-cond-syntax)

fix this problem. But manual intervention is of course less than ideal.

Are you able to hu.dwim.util itself?

Otherwise, it looks like hu.dwim.* is not being maintained and I'm not sure what to do. Maybe I'll have to find some time to refactor the code to get rid of that dependency...