David Woakes

Results 13 comments of David Woakes

Thanks, tried to build it but failed and don't really have time to work out why (using VS2017 command line). Where is the appveyor build?

The suggested workaround is effective for #124.

A few more notes on this: Python version is 64 bit 3.5.3 and is installed for all users in Program Files\Python35. When importing CreateObject as an admin it creates the...

I get the following: PS C:\Projects\pyahocorasick> py -3 .\bug_53.py (6, 'punched') punched (17, 'punched') unched? I'm pretty sure this is because in windows the string passed in is two byte...

You can use VS2015 community edition. Good luck. > On 17 Jan 2017, at 18:31, Wojciech Muła wrote: > > @woakesd I will check it tomorrow, when download MSVC build...

Tested this and the simple test passes, which is good. But on a larger test with 50000 strings in the Automaton I get ValueError exceptions thrown randomly when searching a...

I don't really want to post my test data here, can I send them to you privately?

Thank you! Will check out the changes later tonight or tomorrow perhaps. It may need to wait till Monday.

This is fixed as far as I am concerned so I am closing it.

I'm putting together another regression test for this as I found an issue which I think may be related