axelf4 / hotfuzz

🚓 Fuzzy Emacs completion style
GNU General Public License v3.0
104 stars 4 forks source link

Cross-platform support and a workaround for consult chars outside unicode in native module #13

Open sashimacs opened 1 year ago

sashimacs commented 1 year ago

I have a couple minor changes suggested in this PR:

The consult workaround has some helper functions from https://github.com/magnars/dash.el which I pulled in to avoid having a whole dependency on dash, but can also refactor them and add a dependency if you think it's worth it.

jwr commented 7 months ago

FWIW, this advice-add fixed the breakage with consult for me nicely. It seems it wasn't pulled into the main hotfuzz codebase, though.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 59.09091% with 9 lines in your changes missing coverage. Please review.

Project coverage is 85.85%. Comparing base (6223294) to head (9b1cac9).

Files Patch % Lines
hotfuzz.el 59.09% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #13 +/- ## ========================================== - Coverage 93.50% 85.85% -7.65% ========================================== Files 1 1 Lines 77 99 +22 ========================================== + Hits 72 85 +13 - Misses 5 14 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.