atom / fuzzy-finder

Find and open files quickly
MIT License
276 stars 138 forks source link

Simplify Code #439

Closed mauricioszabo closed 1 year ago

mauricioszabo commented 1 year ago

Currently, Fuzzy-Finder uses THREE different libraries to make filtering. One of them use Native Bindings, which are not context-aware.

So, we either must decide on using a single one, or migrate to Zadeh (the move I actually want to work later).

I'm drafting this PR so this change does not get lost somewhere :)

AlexWayfer commented 1 year ago

@mauricioszabo closed this 22 minutes ago

Why?

mauricioszabo commented 1 year ago

Because Atom will never merge this PR - I actually opened in the wrong repo, it was meant to be opened here: https://github.com/pulsar-edit/fuzzy-finder/pull/1

AlexWayfer commented 1 year ago

Because Atom will never merge this PR - I actually opened in the wrong repo, it was meant to be opened here: pulsar-edit#1

Thank you for answer, completely understandable.