tiehuis / zig-regex

A regex implementation for the zig programming language
MIT License
196 stars 24 forks source link

update to latest zig #2

Closed joachimschmidt557 closed 4 years ago

joachimschmidt557 commented 4 years ago

Update the code to the latest zig from master

tiehuis commented 4 years ago

Great, thanks!

joachimschmidt557 commented 4 years ago

No problem. Some tests are still failing though because allocated memory is not freed completely.

tiehuis commented 4 years ago

I presume this is because of new changes with the testing allocator checking for leaks? Might have a look at this soon.

joachimschmidt557 commented 4 years ago

Yes, testing.allocator detects some leaks.