Tue, 11 Oct 2022 15:41:05 +0100 util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas)
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 15:41:05 +0100] rev 12774
util.jid: Add test for invalid domain but valid UTF-8 (thanks jonas)
Tue, 11 Oct 2022 13:35:09 +0100 util.jid: Simplify boolean logic in conditionals
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 13:35:09 +0100] rev 12773
util.jid: Simplify boolean logic in conditionals
Tue, 11 Oct 2022 13:33:19 +0100 util.jid: Remove redundant check from split() (micro-optimization?)
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 13:33:19 +0100] rev 12772
util.jid: Remove redundant check from split() (micro-optimization?)
Tue, 11 Oct 2022 13:31:47 +0100 util.jid: Add missing test cases
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 13:31:47 +0100] rev 12771
util.jid: Add missing test cases (98% mutant score, single remaining mutant is a string.sub equivalent)
Tue, 11 Oct 2022 13:12:26 +0100 .luacheckrc: Add test_mutants.sh.lua to the ignore list
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 13:12:26 +0100] rev 12770
.luacheckrc: Add test_mutants.sh.lua to the ignore list
Tue, 11 Oct 2022 11:53:48 +0100 tools: Add initial mutation testing script
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 11:53:48 +0100] rev 12769
tools: Add initial mutation testing script
Tue, 11 Oct 2022 11:38:32 +0100 util.dbuffer: Add a bunch of missing test cases
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 11:38:32 +0100] rev 12768
util.dbuffer: Add a bunch of missing test cases Found via mutation testing.
Tue, 11 Oct 2022 11:37:55 +0100 util.dbuffer: Add efficient shortcuts for discard() in certain cases
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 11:37:55 +0100] rev 12767
util.dbuffer: Add efficient shortcuts for discard() in certain cases If the buffer is already empty, nothing to do. If we're throwing away the whole buffer, we can just empty it and avoid read_chunk() (which in turn may collapse()). These shortcuts are much more efficient.
Tue, 11 Oct 2022 11:34:47 +0100 util.dbuffer: Remove redundant code (read_chunk() cannot fail at this point)
Matthew Wild <mwild1@gmail.com> [Tue, 11 Oct 2022 11:34:47 +0100] rev 12766
util.dbuffer: Remove redundant code (read_chunk() cannot fail at this point)
Sun, 09 Oct 2022 15:50:25 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Sun, 09 Oct 2022 15:50:25 +0200] rev 12765
Merge 0.12->trunk
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip