Warning: session_start(): open(/var/lib/php/sessions/sess_i6sdlao6aq6uajcv8l6oo4ql8t, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
svoid dm_gazelle_matchAdditionalInput2(L l, LS preContext, O... _) {
for (GazelleTree t : l)
if (t.rule() != null) {
RuleEngine2_MatchedRule mr = t.mr;
L insWithType = t.rule().insWithType;
int iCond = t.mr.iCond;
TextAndType next = get(insWithType, iCond);
if (next != null && startsWith(next.type, "history-")) {
int historyIdx = parseFirstInt(next.type);
S line = get(preContext, l(preContext)-historyIdx);
if (line == null) continue with print("Got no line for: " + next.type);
SS inputMap = litorderedmap(next.type, line);
if (ai_ruleEngine2_matchStep(t.mr, inputMap, true))
print("Input match OK: " + input + " - new map: " + t.mr.map);
else
print("Input match failed: " + input);
}
}
}