-
Notifications
You must be signed in to change notification settings - Fork 25
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
Improve sanitizing string #84
Comments
Hello, I would like to work on this issue. Would you please explain this issue a bit? Thanks |
I have taken a look and I think the function Lines 9 to 23 in e0ab5e9
|
Hey @avinal, of course! :) We're already treating the problem where we have a keyword that doesn't make sense, so that's not the problem here. The culprit for this bug is likely inside the Line 9 in e0ab5e9
|
Sorry for the delay, yeah :) |
Thanks for the explanation. I am thinking about the |
As I was thinking modifying the |
Oh no, I pushed to the wrong branch and I closed the issue, sorry @avinal! |
I'm going to merge some recent changes I made to the code, so if you keep working on this, make sure to git pull the recent changes. =) |
Ok
No problem I will try to find the bug. Just have to ask if pull request #85 is an improvement or you gonna revert it? |
We can leave it merged, sure! :) |
Actually the only issue I can see is no description for setting the development environment. It is not documented anywhere 😅. I will set it first so that I could run full tests locally too. Thanks for the gitter link 👍🏼 |
I had it all set up and ran a few tests manually. Nothing seems broken, at least the parts we are discussing here. Also, I took a look at the source code and it fascinates me. I would really like to be a contributor to this project. Apart from that, I saw #70 also, I am thinking of implementing that, It would help us find bugs. Secondly, if you can tell how exactly things are NOT working, I can find it(I am good at debugging, it's time to put it to test 😄 ). The next thing, documentation is really horrible, I had to refer to dozens of sites to finally able to run it. At least the development environment should be properly documented. So if everything is okay I would like to keep working on this. Thanks a lot |
Oh, cool! :D
hehe yeah, sure. |
Hey @avinal I was wrong, my env was messed up or I wasn't running the last version of the xsqlite |
Two spaces instead of one will cause the tokenized function to grab a char space as a word.
This shouldn't happen.
The text was updated successfully, but these errors were encountered: