picos icon indicating copy to clipboard operation
picos copied to clipboard

Test on 5.2.0 on Windows

Open polytypic opened this issue 1 year ago • 2 comments

polytypic avatar Apr 16 '24 20:04 polytypic

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?

kit-ty-kate avatar May 14 '24 17:05 kit-ty-kate

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.

polytypic avatar May 15 '24 05:05 polytypic