2d523dfe64
Rename pattern to regex
v3.3.0
2025-03-28 01:08:48 +01:00
2629722f67
Minor fixes and tweaks
2025-03-28 01:03:27 +01:00
1f6c4e4976
Fix up the tests and some minor bugs
2025-03-28 00:51:26 +01:00
bfd08e754e
Replace old tests with asserts
2025-03-28 00:40:53 +01:00
750010b71a
Add more tests to regex
2025-03-28 00:28:51 +01:00
9064a53820
Add more tests (and fix some things) for replacecommand
2025-03-28 00:23:42 +01:00
294c04a11a
Add more tests for modifycommand
2025-03-28 00:03:23 +01:00
ba7ac07001
Fix up the logs a little
2025-03-27 23:36:56 +01:00
5d10178bf9
Update old and add new tests
2025-03-27 23:33:57 +01:00
f91c2b4795
More cleaning up
2025-03-27 23:07:22 +01:00
057db23d09
Implement panic recovery :??
2025-03-27 23:06:46 +01:00
bf72734b90
Clean up regex.go a little
2025-03-27 23:04:39 +01:00
cc30c2bdcb
Cleanup
2025-03-27 22:56:42 +01:00
f453079c72
Fix up regex.go
2025-03-27 22:50:15 +01:00
e634fe28bd
Clean up processor
2025-03-27 22:24:59 +01:00
4e4b7bbd19
Implement parallel file processing
2025-03-27 22:22:43 +01:00
89eed3f847
Refactor git shit to its own module
2025-03-27 22:20:22 +01:00
f008efd5e1
Refactor modify and replace to their own files
2025-03-27 22:18:12 +01:00
f6def1e5a5
Refactor entirety of replace command to main for now
2025-03-27 22:11:03 +01:00
867b188718
Work out file reading and writing
2025-03-27 22:02:36 +01:00
aac29a4074
Refactor more stuff around
2025-03-27 21:58:52 +01:00
8a40f463f7
Implement file command association
2025-03-27 21:54:46 +01:00
8d4db1da91
Clean up code add some log lines and tidy up expandglobs
2025-03-27 21:49:28 +01:00
d41e2afe17
Update
2025-03-27 21:43:36 +01:00
76457d22cf
Partially rework reading args to modify command loading
2025-03-27 21:39:16 +01:00
912950d463
Remove the vestiges of xml and json
2025-03-27 21:31:45 +01:00
25326ea11b
Remove xml and json
...
They are simply not as useful as regex at all
There is nothing they can do regex cannot
And they have one massive penalty: the encoding
Which often results in MASSIVE diffs
2025-03-27 21:28:20 +01:00
df212b7fcc
Remove jsonpath and xpath
2025-03-27 21:27:47 +01:00
f4a963760a
Add dumptable helper function
v2.7.7
v3.2.0
2025-03-27 20:07:59 +01:00
d236811cb9
Introduce a new logging level for lua values
v2.7.6
2025-03-27 20:06:50 +01:00
da93770334
Add strsplit lua helper
v2.7.5
2025-03-27 19:56:31 +01:00
d9f54a8354
Fix test again
v2.7.4
2025-03-27 19:49:57 +01:00
dc8da8ab63
Fix overlapping capture groups
2025-03-27 19:43:06 +01:00
24262a7dca
Remove old unused xml files
2025-03-27 19:31:54 +01:00
d77b13c363
Update regression test
2025-03-27 19:31:20 +01:00
a9c60a3698
Neatly align log columns
v2.7.3
2025-03-27 19:26:14 +01:00
66bcf21d79
Add goroutine numbers to log lines
2025-03-27 19:19:39 +01:00
e847e5c3ce
Make little better logging
2025-03-27 18:53:02 +01:00
9a70c9696e
Fix logger
2025-03-27 18:46:28 +01:00
9cea103042
Implement a more better logging solution
v2.7.0
2025-03-27 17:53:43 +01:00
81d8259dfc
Comment out some xml tests for now
...
We're not working on it for now
2025-03-27 17:46:43 +01:00
5c5fbac63f
Make doublestar a little cleaner
2025-03-27 17:21:13 +01:00
3e818e61c7
Add string.format shortcut to lua
2025-03-27 15:38:07 +01:00
001470ffe4
Fix up regression tests
2025-03-27 15:37:57 +01:00
d88a76c4e2
Fix logging of groups
2025-03-26 22:26:02 +01:00
d3a1f1bd96
Rework regex grouping to avoid changing the same area twice
v2.6.0
2025-03-26 22:24:19 +01:00
07a5f3f1a4
Add replaceCommands to avoid index suicide
2025-03-26 21:55:34 +01:00
e2257e082a
Add a regression test
2025-03-26 21:55:17 +01:00
b3fce4244d
Fix regex for numbers to support negative numbers
v2.5.2
2025-03-26 18:30:21 +01:00
bd443067b6
Add support for !num inside of named capture groups
v2.5.1
2025-03-26 14:04:39 +01:00