Amelioration du parser de statblock

This commit is contained in:
LeRatierBretonnien 2023-10-12 20:10:13 +02:00
parent 73133b0abf
commit 541e2836ca
36 changed files with 108 additions and 108 deletions

View File

@ -8,7 +8,7 @@
}
],
"url": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr",
"version": "7.0.15",
"version": "7.0.16",
"esmodules": [
"babele-register.js",
"addon-register.js",
@ -115,7 +115,7 @@
}
],
"manifest": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/raw/v10/module.json",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-7.0.15.zip",
"download": "https://www.uberwald.me/gitea/public/foundryvtt-wh4-lang-fr-fr/archive/foundryvtt-wh4-lang-fr-7.0.16.zip",
"id": "wh4-fr-translation",
"compatibility": {
"minimum": "10",

View File

@ -52,7 +52,7 @@ import "./xregexp-all.js";
const us_carac = 'm\\s+ws\\s+bs\\s+s\\s+t\\s+i\\s+agi?\\s+dex\\s+int\\s+\\wp\\s+fel\\s+w';
const fr_carac = 'm\\s+cc\\s+ct\\s+f\\s+e\\s+i\\s+agi?\\s+dex\\s+int\\s+fm\\s+soc\\s+b';
const carac_val = '(?<m>[0-9\\-]+)\\s+(?<ws>[0-9\\-]+)\\s+(?<bs>[0-9\\-]+)\\s+(?<s>[0-9\\-]+)\\s+(?<t>[0-9\\-]+)\\s+(?<i>[0-9\\-]+)\\s+(?<ag>[0-9\\-]+)\\s+(?<dex>[0-9\\-]+)\\s+(?<int>[0-9\\-]+)\\s+(?<wp>[0-9\\-]+)\\s+(?<fel>[0-9\\-]+)\\s+(?<w>[0-9\\-\*]+)';
const name_val = '(?<name>[a-zA-Z\\s\\-,]*)[\\s\\r\\na-zA-Z]*(?<tiers>.*|[\\(\\)a-z0-9]+)';
const name_val = '(?<name>[a-zA-Z\\s\\-,\']*)[\\s\\r\\na-zA-Z]*(?<tiers>.*|[\\(\\)a-z0-9]+)';
let sectionDataFR = [
{ name: "trait", toFind: "Traits\\s*:", secondParse: '(?<name>[a-zöàéè\\s]*)[\\s\\+]*(?<value>.*|[\\+0-9]+)', index: -1 },
{ name: "skill", toFind: "Compétences\\s*:", secondParse: '(?<name>[a-zàéè\\s\\(\\)]*)[\\s\\+]*(?<value>.*|[0-9]+)', index: -1 },
@ -75,7 +75,7 @@ let sectionDataUS = [
{ name: "spelllore", toFind: "Spells\\s*\\(Lore\\s*of\\s*(?<lore>[a-z\\s]*)\\)*:", secondParse: '(?<name>[a-zö\\-\\s]*)', index: -1 }
]
let moneyUS = [ {name:" gold crown", key: "gc"}, {name: " gc", key: "gc"},
{name:" silver shilling", key:"ss"}, {name:" ss", key: "ss"}, {name:"/-", key: "ss"}, {name:" brass penny", key: "bp"}, {name:" bp", key: "bp"} ]
{name:" silver shilling", key:"ss"}, {name:" ss", key: "ss"}, {name:"/-", key: "ss"}, {name:" brass penn", key: "bp"}, {name:" bp", key: "bp"} ]
let moneyFR = [ {name:" couronnes d", key: "gc"}, {name: " co", key: "gc"},
{name:" pistoles ", key:"ss"}, {name:" pa", key: "ss"}, {name:"/-", key: "ss"}, {name:" sous de cuivre", key: "bp"}, {name:" sc", key: "bp"} ]
let regSep = XRegExp('\\s*,\\s*', 'gi'); // Term separator, with auto trim
@ -375,7 +375,7 @@ export default async function statParserFR(statString, type = "npc") {
} else {
itemFound.system.specification.value = game.i18n.localize(value)
}
itemFound.name += "(" + value + ")"
//itemFound.name += "(" + value + ")"
}
if (!itemFound)
ui.notifications.error("Trait non trouvé, à ajouter manuellement : " + name, { permanent: true })
@ -438,7 +438,7 @@ export default async function statParserFR(statString, type = "npc") {
// Searching money stuff
for (let mondeyDef of moneyLang) {
if (name.toLowerCase().includes(mondeyDef.name)) {
let regMoney = XRegExp("(\\d+)\\s+" + mondeyDef.name.trim(), 'gi')
let regMoney = XRegExp("(\\d+)\\s*" + mondeyDef.name.trim(), 'gi')
let moneyParsed = XRegExp.exec(name.toLowerCase(), regMoney)
console.log("Parsing money", name, moneyParsed)
moneys[mondeyDef.key] += (moneyParsed && moneyParsed[1]) ? Number(moneyParsed[1]) : 0

View File

@ -1 +1 @@
MANIFEST-000298
MANIFEST-000306

View File

@ -1,8 +1,8 @@
2023/10/11-22:55:17.297188 7ffafdffa6c0 Recovering log #296
2023/10/11-22:55:17.307975 7ffafdffa6c0 Delete type=3 #294
2023/10/11-22:55:17.308100 7ffafdffa6c0 Delete type=0 #296
2023/10/11-23:48:48.301384 7ff865e026c0 Level-0 table #301: started
2023/10/11-23:48:48.301411 7ff865e026c0 Level-0 table #301: 0 bytes OK
2023/10/11-23:48:48.307533 7ff865e026c0 Delete type=0 #299
2023/10/11-23:48:48.322262 7ff865e026c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/11-23:48:48.322291 7ff865e026c0 Manual compaction at level-1 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/12-12:52:21.429107 7ff867fff6c0 Recovering log #304
2023/10/12-12:52:21.438983 7ff867fff6c0 Delete type=3 #302
2023/10/12-12:52:21.439028 7ff867fff6c0 Delete type=0 #304
2023/10/12-14:21:05.515562 7ff865e026c0 Level-0 table #309: started
2023/10/12-14:21:05.515585 7ff865e026c0 Level-0 table #309: 0 bytes OK
2023/10/12-14:21:05.522208 7ff865e026c0 Delete type=0 #307
2023/10/12-14:21:05.529094 7ff865e026c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.529124 7ff865e026c0 Manual compaction at level-1 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/11-21:14:58.121926 7ff867fff6c0 Recovering log #292
2023/10/11-21:14:58.133721 7ff867fff6c0 Delete type=3 #290
2023/10/11-21:14:58.133830 7ff867fff6c0 Delete type=0 #292
2023/10/11-21:31:23.896143 7ff865e026c0 Level-0 table #297: started
2023/10/11-21:31:23.896186 7ff865e026c0 Level-0 table #297: 0 bytes OK
2023/10/11-21:31:23.931933 7ff865e026c0 Delete type=0 #295
2023/10/11-21:31:24.006990 7ff865e026c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/11-21:31:24.007070 7ff865e026c0 Manual compaction at level-1 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/12-08:42:23.281809 7ffafdffa6c0 Recovering log #300
2023/10/12-08:42:23.293900 7ffafdffa6c0 Delete type=3 #298
2023/10/12-08:42:23.294048 7ffafdffa6c0 Delete type=0 #300
2023/10/12-09:07:20.297268 7ff865e026c0 Level-0 table #305: started
2023/10/12-09:07:20.297313 7ff865e026c0 Level-0 table #305: 0 bytes OK
2023/10/12-09:07:20.303738 7ff865e026c0 Delete type=0 #303
2023/10/12-09:07:20.303980 7ff865e026c0 Manual compaction at level-0 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.304031 7ff865e026c0 Manual compaction at level-1 from '!journal!3IgmiprzLB6Lwenc' @ 72057594037927935 : 1 .. '!journal!suuYN87Al1ZZWtQQ' @ 0 : 0; will stop at (end)

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000299
MANIFEST-000307

View File

@ -1,8 +1,8 @@
2023/10/11-22:55:17.310381 7ffafd7f96c0 Recovering log #297
2023/10/11-22:55:17.320551 7ffafd7f96c0 Delete type=3 #295
2023/10/11-22:55:17.320609 7ffafd7f96c0 Delete type=0 #297
2023/10/11-23:48:48.287205 7ff865e026c0 Level-0 table #302: started
2023/10/11-23:48:48.287236 7ff865e026c0 Level-0 table #302: 0 bytes OK
2023/10/11-23:48:48.294393 7ff865e026c0 Delete type=0 #300
2023/10/11-23:48:48.301256 7ff865e026c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/11-23:48:48.301301 7ff865e026c0 Manual compaction at level-1 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/12-12:52:21.442257 7ffafcff86c0 Recovering log #305
2023/10/12-12:52:21.453596 7ffafcff86c0 Delete type=3 #303
2023/10/12-12:52:21.453695 7ffafcff86c0 Delete type=0 #305
2023/10/12-14:21:05.549093 7ff865e026c0 Level-0 table #310: started
2023/10/12-14:21:05.549145 7ff865e026c0 Level-0 table #310: 0 bytes OK
2023/10/12-14:21:05.556493 7ff865e026c0 Delete type=0 #308
2023/10/12-14:21:05.556633 7ff865e026c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.556659 7ff865e026c0 Manual compaction at level-1 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/11-21:14:58.138350 7ffafd7f96c0 Recovering log #293
2023/10/11-21:14:58.148369 7ffafd7f96c0 Delete type=3 #291
2023/10/11-21:14:58.148659 7ffafd7f96c0 Delete type=0 #293
2023/10/11-21:31:23.853759 7ff865e026c0 Level-0 table #298: started
2023/10/11-21:31:23.853829 7ff865e026c0 Level-0 table #298: 0 bytes OK
2023/10/11-21:31:23.895978 7ff865e026c0 Delete type=0 #296
2023/10/11-21:31:24.006958 7ff865e026c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/11-21:31:24.007094 7ff865e026c0 Manual compaction at level-1 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/12-08:42:23.297463 7ff867fff6c0 Recovering log #301
2023/10/12-08:42:23.309413 7ff867fff6c0 Delete type=3 #299
2023/10/12-08:42:23.309623 7ff867fff6c0 Delete type=0 #301
2023/10/12-09:07:20.283204 7ff865e026c0 Level-0 table #306: started
2023/10/12-09:07:20.283248 7ff865e026c0 Level-0 table #306: 0 bytes OK
2023/10/12-09:07:20.290020 7ff865e026c0 Delete type=0 #304
2023/10/12-09:07:20.303924 7ff865e026c0 Manual compaction at level-0 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.304012 7ff865e026c0 Manual compaction at level-1 from '!folders!3uquYH73ttCdoH0I' @ 72057594037927935 : 1 .. '!items!ylFhk7mGZOnAJTUT' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000298
MANIFEST-000306

View File

@ -1,8 +1,8 @@
2023/10/11-22:55:17.334971 7ff867fff6c0 Recovering log #296
2023/10/11-22:55:17.346776 7ff867fff6c0 Delete type=3 #294
2023/10/11-22:55:17.346859 7ff867fff6c0 Delete type=0 #296
2023/10/11-23:48:48.307650 7ff865e026c0 Level-0 table #301: started
2023/10/11-23:48:48.307681 7ff865e026c0 Level-0 table #301: 0 bytes OK
2023/10/11-23:48:48.315242 7ff865e026c0 Delete type=0 #299
2023/10/11-23:48:48.322273 7ff865e026c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/11-23:48:48.322783 7ff865e026c0 Manual compaction at level-1 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/12-12:52:21.469812 7ffafd7f96c0 Recovering log #304
2023/10/12-12:52:21.479826 7ffafd7f96c0 Delete type=3 #302
2023/10/12-12:52:21.479883 7ffafd7f96c0 Delete type=0 #304
2023/10/12-14:21:05.542955 7ff865e026c0 Level-0 table #309: started
2023/10/12-14:21:05.542977 7ff865e026c0 Level-0 table #309: 0 bytes OK
2023/10/12-14:21:05.548879 7ff865e026c0 Delete type=0 #307
2023/10/12-14:21:05.556607 7ff865e026c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.556642 7ff865e026c0 Manual compaction at level-1 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/11-21:14:58.169861 7ffafcff86c0 Recovering log #292
2023/10/11-21:14:58.181832 7ffafcff86c0 Delete type=3 #290
2023/10/11-21:14:58.182015 7ffafcff86c0 Delete type=0 #292
2023/10/11-21:31:23.932150 7ff865e026c0 Level-0 table #297: started
2023/10/11-21:31:23.932216 7ff865e026c0 Level-0 table #297: 0 bytes OK
2023/10/11-21:31:23.968965 7ff865e026c0 Delete type=0 #295
2023/10/11-21:31:24.007017 7ff865e026c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/11-21:31:24.007149 7ff865e026c0 Manual compaction at level-1 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/12-08:42:23.329050 7ffafd7f96c0 Recovering log #300
2023/10/12-08:42:23.340331 7ffafd7f96c0 Delete type=3 #298
2023/10/12-08:42:23.340426 7ffafd7f96c0 Delete type=0 #300
2023/10/12-09:07:20.304375 7ff865e026c0 Level-0 table #305: started
2023/10/12-09:07:20.304424 7ff865e026c0 Level-0 table #305: 0 bytes OK
2023/10/12-09:07:20.311700 7ff865e026c0 Delete type=0 #303
2023/10/12-09:07:20.311889 7ff865e026c0 Manual compaction at level-0 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.311934 7ff865e026c0 Manual compaction at level-1 from '!journal!cZtNgayIw2QFhC9u' @ 72057594037927935 : 1 .. '!journal!cZtNgayIw2QFhC9u' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000298
MANIFEST-000306

View File

@ -1,8 +1,8 @@
2023/10/11-22:55:17.284908 7ff867fff6c0 Recovering log #296
2023/10/11-22:55:17.294836 7ff867fff6c0 Delete type=3 #294
2023/10/11-22:55:17.294902 7ff867fff6c0 Delete type=0 #296
2023/10/11-23:48:48.294503 7ff865e026c0 Level-0 table #301: started
2023/10/11-23:48:48.294529 7ff865e026c0 Level-0 table #301: 0 bytes OK
2023/10/11-23:48:48.301042 7ff865e026c0 Delete type=0 #299
2023/10/11-23:48:48.301267 7ff865e026c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/11-23:48:48.301291 7ff865e026c0 Manual compaction at level-1 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/12-12:52:21.415436 7ffafd7f96c0 Recovering log #304
2023/10/12-12:52:21.425964 7ffafd7f96c0 Delete type=3 #302
2023/10/12-12:52:21.426014 7ffafd7f96c0 Delete type=0 #304
2023/10/12-14:21:05.508923 7ff865e026c0 Level-0 table #309: started
2023/10/12-14:21:05.509201 7ff865e026c0 Level-0 table #309: 0 bytes OK
2023/10/12-14:21:05.515447 7ff865e026c0 Delete type=0 #307
2023/10/12-14:21:05.529079 7ff865e026c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.529117 7ff865e026c0 Manual compaction at level-1 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/11-21:14:58.107089 7ffafcff86c0 Recovering log #292
2023/10/11-21:14:58.117778 7ffafcff86c0 Delete type=3 #290
2023/10/11-21:14:58.117905 7ffafcff86c0 Delete type=0 #292
2023/10/11-21:31:23.815068 7ff865e026c0 Level-0 table #297: started
2023/10/11-21:31:23.815093 7ff865e026c0 Level-0 table #297: 0 bytes OK
2023/10/11-21:31:23.853158 7ff865e026c0 Delete type=0 #295
2023/10/11-21:31:23.853470 7ff865e026c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/11-21:31:23.853564 7ff865e026c0 Manual compaction at level-1 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/12-08:42:23.268945 7ffafd7f96c0 Recovering log #300
2023/10/12-08:42:23.278972 7ffafd7f96c0 Delete type=3 #298
2023/10/12-08:42:23.279118 7ffafd7f96c0 Delete type=0 #300
2023/10/12-09:07:20.276665 7ff865e026c0 Level-0 table #305: started
2023/10/12-09:07:20.276712 7ff865e026c0 Level-0 table #305: 0 bytes OK
2023/10/12-09:07:20.283056 7ff865e026c0 Delete type=0 #303
2023/10/12-09:07:20.303902 7ff865e026c0 Manual compaction at level-0 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.303996 7ff865e026c0 Manual compaction at level-1 from '!journal!50u8VAjdmovyr0hx' @ 72057594037927935 : 1 .. '!journal!yzw9I0r3hCK7PJnz' @ 0 : 0; will stop at (end)

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
MANIFEST-000298
MANIFEST-000306

View File

@ -1,8 +1,8 @@
2023/10/11-22:55:17.266209 7ffafcff86c0 Recovering log #296
2023/10/11-22:55:17.281214 7ffafcff86c0 Delete type=3 #294
2023/10/11-22:55:17.281272 7ffafcff86c0 Delete type=0 #296
2023/10/11-23:48:48.281025 7ff865e026c0 Level-0 table #301: started
2023/10/11-23:48:48.281102 7ff865e026c0 Level-0 table #301: 0 bytes OK
2023/10/11-23:48:48.287113 7ff865e026c0 Delete type=0 #299
2023/10/11-23:48:48.301224 7ff865e026c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/11-23:48:48.301283 7ff865e026c0 Manual compaction at level-1 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/12-12:52:21.401250 7ffafdffa6c0 Recovering log #304
2023/10/12-12:52:21.411393 7ffafdffa6c0 Delete type=3 #302
2023/10/12-12:52:21.411454 7ffafdffa6c0 Delete type=0 #304
2023/10/12-14:21:05.522295 7ff865e026c0 Level-0 table #309: started
2023/10/12-14:21:05.522318 7ff865e026c0 Level-0 table #309: 0 bytes OK
2023/10/12-14:21:05.528847 7ff865e026c0 Delete type=0 #307
2023/10/12-14:21:05.529104 7ff865e026c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.529131 7ff865e026c0 Manual compaction at level-1 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/11-21:14:58.092033 7ffafdffa6c0 Recovering log #292
2023/10/11-21:14:58.102808 7ffafdffa6c0 Delete type=3 #290
2023/10/11-21:14:58.102982 7ffafdffa6c0 Delete type=0 #292
2023/10/11-21:31:23.777784 7ff865e026c0 Level-0 table #297: started
2023/10/11-21:31:23.777834 7ff865e026c0 Level-0 table #297: 0 bytes OK
2023/10/11-21:31:23.814914 7ff865e026c0 Delete type=0 #295
2023/10/11-21:31:23.853440 7ff865e026c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/11-21:31:23.853538 7ff865e026c0 Manual compaction at level-1 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/12-08:42:23.253449 7ffafcff86c0 Recovering log #300
2023/10/12-08:42:23.265283 7ffafcff86c0 Delete type=3 #298
2023/10/12-08:42:23.265373 7ffafcff86c0 Delete type=0 #300
2023/10/12-09:07:20.268061 7ff865e026c0 Level-0 table #305: started
2023/10/12-09:07:20.268126 7ff865e026c0 Level-0 table #305: 0 bytes OK
2023/10/12-09:07:20.276287 7ff865e026c0 Delete type=0 #303
2023/10/12-09:07:20.276521 7ff865e026c0 Manual compaction at level-0 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.276572 7ff865e026c0 Manual compaction at level-1 from '!tables!4l60Lxv8cpsyy2Cg' @ 72057594037927935 : 1 .. '!tables.results!tfaYKDZqu7kgZvRG.yvbwKursaixh2dby' @ 0 : 0; will stop at (end)

View File

@ -1 +1 @@
MANIFEST-000298
MANIFEST-000306

View File

@ -1,8 +1,8 @@
2023/10/11-22:55:17.323178 7ffafcff86c0 Recovering log #296
2023/10/11-22:55:17.333063 7ffafcff86c0 Delete type=3 #294
2023/10/11-22:55:17.333136 7ffafcff86c0 Delete type=0 #296
2023/10/11-23:48:48.315450 7ff865e026c0 Level-0 table #301: started
2023/10/11-23:48:48.315773 7ff865e026c0 Level-0 table #301: 0 bytes OK
2023/10/11-23:48:48.322181 7ff865e026c0 Delete type=0 #299
2023/10/11-23:48:48.322811 7ff865e026c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/11-23:48:48.322856 7ff865e026c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/12-12:52:21.457131 7ffafdffa6c0 Recovering log #304
2023/10/12-12:52:21.466846 7ffafdffa6c0 Delete type=3 #302
2023/10/12-12:52:21.466893 7ffafdffa6c0 Delete type=0 #304
2023/10/12-14:21:05.535621 7ff865e026c0 Level-0 table #309: started
2023/10/12-14:21:05.535656 7ff865e026c0 Level-0 table #309: 0 bytes OK
2023/10/12-14:21:05.542859 7ff865e026c0 Delete type=0 #307
2023/10/12-14:21:05.556592 7ff865e026c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/12-14:21:05.556651 7ff865e026c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)

View File

@ -1,8 +1,8 @@
2023/10/11-21:14:58.153045 7ffafdffa6c0 Recovering log #292
2023/10/11-21:14:58.164845 7ffafdffa6c0 Delete type=3 #290
2023/10/11-21:14:58.165021 7ffafdffa6c0 Delete type=0 #292
2023/10/11-21:31:23.969144 7ff865e026c0 Level-0 table #297: started
2023/10/11-21:31:23.969192 7ff865e026c0 Level-0 table #297: 0 bytes OK
2023/10/11-21:31:24.006733 7ff865e026c0 Delete type=0 #295
2023/10/11-21:31:24.007046 7ff865e026c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/11-21:31:24.007121 7ff865e026c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/12-08:42:23.313383 7ffafcff86c0 Recovering log #300
2023/10/12-08:42:23.325901 7ffafcff86c0 Delete type=3 #298
2023/10/12-08:42:23.326114 7ffafcff86c0 Delete type=0 #300
2023/10/12-09:07:20.290221 7ff865e026c0 Level-0 table #305: started
2023/10/12-09:07:20.290277 7ff865e026c0 Level-0 table #305: 0 bytes OK
2023/10/12-09:07:20.297074 7ff865e026c0 Delete type=0 #303
2023/10/12-09:07:20.303956 7ff865e026c0 Manual compaction at level-0 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)
2023/10/12-09:07:20.304050 7ff865e026c0 Manual compaction at level-1 from '!journal!056ILNNrLiPq3Gi3' @ 72057594037927935 : 1 .. '!journal!yfZxl4I7XAuUF6r3' @ 0 : 0; will stop at (end)

Binary file not shown.