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
Sun, 09 Oct 2022 15:42:25 +0200 util.jsonschema: Use same integer/float logic on Lua 5.2 and 5.3 0.12
Kim Alvefur <zash@zash.se> [Sun, 09 Oct 2022 15:42:25 +0200] rev 12764
util.jsonschema: Use same integer/float logic on Lua 5.2 and 5.3 Fixes test case type.json:0:1 covering treatment of 1.0 as an integer according to the JSON definition
Sun, 09 Oct 2022 15:38:36 +0200 util.jsonschema: Fix Lua 5.2 integer compat 0.12
Kim Alvefur <zash@zash.se> [Sun, 09 Oct 2022 15:38:36 +0200] rev 12763
util.jsonschema: Fix Lua 5.2 integer compat math.type() is unavailable before Lua 5.3 so this should use the compat function added at the top
Sun, 09 Oct 2022 15:24:30 +0200 util.jsonschema: Ignore test case for JavaScript specific detail 0.12
Kim Alvefur <zash@zash.se> [Sun, 09 Oct 2022 15:24:30 +0200] rev 12762
util.jsonschema: Ignore test case for JavaScript specific detail Also touching on how arrays are indistinguishable from tables in Lua
Sun, 09 Oct 2022 15:24:26 +0200 util.jsonschema: Ignore some further test cases for URI references 0.12
Kim Alvefur <zash@zash.se> [Sun, 09 Oct 2022 15:24:26 +0200] rev 12761
util.jsonschema: Ignore some further test cases for URI references Full-URI references are not implemented
Sun, 09 Oct 2022 14:58:07 +0200 util.jsonschema: Sort test cases to skip 0.12
Kim Alvefur <zash@zash.se> [Sun, 09 Oct 2022 14:58:07 +0200] rev 12760
util.jsonschema: Sort test cases to skip Piped trough `sort -g`
Sat, 08 Oct 2022 23:55:22 +0100 util.datetime: Add some missing test cases
Matthew Wild <mwild1@gmail.com> [Sat, 08 Oct 2022 23:55:22 +0100] rev 12759
util.datetime: Add some missing test cases You guessed it, mutation testing.
Sat, 08 Oct 2022 20:39:14 +0100 util.roles: Fix tests to use autogenerated role id
Matthew Wild <mwild1@gmail.com> [Sat, 08 Oct 2022 20:39:14 +0100] rev 12758
util.roles: Fix tests to use autogenerated role id
Sat, 08 Oct 2022 20:33:01 +0100 util.roles: Add some more missing test cases
Matthew Wild <mwild1@gmail.com> [Sat, 08 Oct 2022 20:33:01 +0100] rev 12757
util.roles: Add some more missing test cases Found via mutation testing.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip