picos
picos copied to clipboard
Test on 5.2.0 on Windows
looks like a bug in ocaml/setup-ocaml:
D:\a\_actions\ocaml\setup-ocaml\v2\dist\index.cjs:19591
if (!arg.includes(" ") && !arg.includes(" ") && !arg.includes('"')) {
^
TypeError: arg.includes is not a function
at ToolRunner._uvQuoteCmdArg (D:\a\_actions\ocaml\setup-ocaml\v2\dist\index.cjs:19591:18)
at ToolRunner._windowsQuoteCmdArg (D:\a\_actions\ocaml\setup-ocaml\v2\dist\index.cjs:19532:23)
at ToolRunner._getCommandString (D:\a\_actions\ocaml\setup-ocaml\v2\dist\index.cjs:19474:31)
at ToolRunner.<anonymous> (D:\a\_actions\ocaml\setup-ocaml\v2\dist\index.cjs:19662:51)
at Generator.next (<anonymous>)
at D:\a\_actions\ocaml\setup-ocaml\v2\dist\index.cjs:19428:71
at new Promise (<anonymous>)
at __awaiter (D:\a\_actions\ocaml\setup-ocaml\v2\dist\index.cjs:19410:14)
at D:\a\_actions\ocaml\setup-ocaml\v2\dist\index.cjs:19654:52
at new Promise (<anonymous>)
Node.js v20.8.1
Could you open an issue upstream?
looks like a bug in ocaml/setup-ocaml:
D:\a\_actions\ocaml\setup-ocaml\v2\dist\index.cjs:19591 if (!arg.includes(" ") && !arg.includes(" ") && !arg.includes('"')) { ^ TypeError: arg.includes is not a function
[...]
Could you open an issue upstream?
Yes, you mean to setup-ocaml, although I have no idea what is the cause of the problem here. I'll open an issue there with a link to here.