Job.nu script no longer works
See this line, where the command spawn takes command: block as an argument, but according to the error, "blocks are not supported as values," and rather one should "use 'closure' instead of 'block.'" But changing that line to command: closure also fails, with "cannot convert closure to a string."
I'm on nu 0.84.0.
@WindSoilder, are you still using pueue? If so, can you take a look at this?
Sure. Sorry that I've changed to command: closure locally, but forget to create a pr.
But changing that line to command: closure also fails, with "cannot convert closure to a string."
@JonathanReeve Would you please provide a small reproducable code? Change to command: closure works fine for me
Merged PR #602 supposedly solved this, with no response on whether the reporter still has the issue. It seems reasonable to close this ticket as complete.