Commit graph

20 commits

Author SHA1 Message Date
fdecdbc6c9 fp 2025-09-11 15:18:29 -05:00
Armin Ronacher
5077768172
Add wasm tests (#74) 2025-01-19 15:36:34 +01:00
Armin Ronacher
177ce9e700
Add wasm32_web_time feature (#73) 2025-01-19 01:11:09 +01:00
Armin Ronacher
18712783da
Always call finish (#58) 2023-12-29 22:02:45 +01:00
Armin Ronacher
e3c6e5498a Remove deprecated slice diffing methods 2021-09-11 17:42:46 +02:00
Armin Ronacher
b468bf94e3 Refactor patience unique code to be more readable 2021-02-21 19:38:40 +01:00
Armin Ronacher
77c7654589 Refactor some of the patience code into a utils module 2021-02-21 15:38:08 +01:00
Armin Ronacher
74e2805a95
Added deadlines to all algorithms (#18)
This adds a deadline to all algorithms which lets one bail in a fixed amount of
time to avoid pathological cases.
2021-02-20 10:12:06 +01:00
Armin Ronacher
0341515380
Add NoFinishHook and new Myer's implementation (#11) 2021-02-15 10:24:18 +01:00
Armin Ronacher
de8d82ab63 Better split functionality between toplevel and algorithms 2021-02-03 00:34:17 +01:00
Armin Ronacher
4770479fd7 Bigger refactorings in module layout 2021-02-03 00:05:54 +01:00
Armin Ronacher
18fff98d22 Use named snapshots for tests 2021-01-24 09:17:09 +01:00
Armin Ronacher
5dca6ae665 Fix bug in patience 2021-01-24 03:01:40 +01:00
Armin Ronacher
34dd260dbb Added text diff utilities 2021-01-18 21:37:04 +01:00
Armin Ronacher
be49f4b55f Replace all tests with insta tests 2021-01-17 23:47:57 +01:00
Armin Ronacher
501ca2fd5f Rearrange code to be more consistent 2021-01-17 23:19:16 +01:00
Armin Ronacher
e556888ce5 Some more saner variable names 2021-01-17 23:10:01 +01:00
Armin Ronacher
e1c6cb8a42 Reorder fields in patience diff 2021-01-17 22:41:45 +01:00
Armin Ronacher
5ba816486e Fight some one character variable names 2021-01-17 22:38:02 +01:00
Armin Ronacher
3308d7b4d6 Initial implementation 2021-01-17 22:18:57 +01:00