Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port fts_fuzzy_match to Lua #6

Closed
wants to merge 1 commit into from
Closed

Port fts_fuzzy_match to Lua #6

wants to merge 1 commit into from

Conversation

blake-mealey
Copy link

I found your JS module for fuzzy match while looking for a good fuzzy search similar to sublime text's for a simple project. I ported it to Lua for use in my project and figured I'd share it here so that others can use it if they are working in Lua. I kept everything pretty much identical to the JS version except for syntax differences. The module has been used in a personal project and works great so far with no errors, but no actual testing code was written for it.

I found your JS module for fuzzy match while looking for a good fuzzy search similar to sublime text's for a simple project. I ported it to Lua for use in my project and figured I'd share it here so that others can use it if they are working in Lua. I kept everything pretty much identical to the JS version except for syntax differences. The module has been used in a personal project and works great so far with no errors, but no actual testing code was written for it.
@forrestthewoods
Copy link
Owner

For a variety of reasons I've chosen not to merge ports. But if you'd like to place your port in an external location I'd be thrilled to link to it. Several existing ports have been placed in Gists. Give me a long term URL of your choosing and I'll gladly link out to it.

@blake-mealey
Copy link
Author

Alright, sounds good. Here is a gist I made for it:
https://gist.github.com/blake-mealey/f7752f95aed71fe23428abb0ffba2c96

On Wed, Jun 15, 2016 at 10:01 AM Forrest Smith notifications@github.com
wrote:

For a variety of reasons I've chosen not to merge ports. But if you'd like
to place your port in an external location I'd be thrilled to link to it.
Several existing ports have been placed in Gists. Give me a long term URL
of your choosing and I'll gladly link out to it.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#6 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ACUeet1dZGD8kNEcfYx-dxDTkFd1bg2Vks5qMCHXgaJpZM4Iz7_E
.

@forrestthewoods
Copy link
Owner

Done. Thanks for taking the time to do a Lua port.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants