Merge remote-tracking branch 'origin/master' into coerce-string

This commit is contained in:
Eelco Dolstra
2023-01-02 20:53:39 +01:00
233 changed files with 5278 additions and 2874 deletions
-2
View File
@@ -218,8 +218,6 @@ static void fetch(EvalState & state, const PosIdx pos, Value * * args, Value & v
} else
url = state.forceStringNoCtx(*args[0], pos, "while evaluating the url we should fetch");
url = resolveUri(*url);
state.checkURI(*url);
if (name == "")