hylang / hyrule

A utility library for Hy
MIT License
44 stars 9 forks source link

Argmove macros `->` `->>` and `doto` work on all bare dotted names again #79

Closed scauligi closed 12 months ago

scauligi commented 12 months ago

Forgot that non-headless dotted names like str.split also get parsed as Expressions.

scauligi commented 12 months ago

Test failures are also on master, I'll see if I can easily fix those as a separate PR.

scauligi commented 12 months ago

Test failures were because of overzealous boolean compaction breaking some of the logic in hypprint. Will be fixed with https://github.com/hylang/hy/pull/2518.