agzam / spacehammer

Hammerspoon config inspired by Spacemacs
MIT License
567 stars 70 forks source link

Fixes atom copy function in fennel 0.10 #113

Closed jaidetree closed 3 years ago

jaidetree commented 3 years ago

Noticed after upgrading fennel to v0.10 that the modal system was not working because of an issue copying recursive tables in lib/atom.fnl. This tracks visited tables skipping infinite recursion loops and the stack overflows they cause.