Nushell 0.104.0 Release (www.nushell.sh)
submitted 1 year ago* (last edited 1 year ago) by [M] to c/nushell@programming.dev
 

Today, we're releasing version 0.104.0 of Nu. This release adds additional job control capabilities, many datetime improvements, and a number of new Polars commands.

all 5 comments

sorted by: hot top controversial new old
[–] 1 point 1 year ago (2 children)

I didn't realize Nu had gotten any form of job control; that was one of the limitations that forced me back to a traditional shell last time I tried it.

Looks like they're still making frequent breaking changes, though, which was another thing I found difficult to manage.

  • source
  • hideshow 4 child comments
  • [–] [S] 2 points 1 year ago (1 child)

    Jobs are currently in-process background threads, so will exit when exiting the current Nushell process. There's plans for job dispatching though. In the meantime, the nu_scripts repo has a task module that uses pueue to handle such cases.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 year ago

    I think that's fine; I don't usually orphan background jobs, but I do relatively often have reason to have them while I do something else. And relying on pueue for more complex uses seems more than reasonable.

  • source
  • parent
  • [–] [S] 1 point 1 year ago (1 child)

    I've been using Nushell for quite a while now, and haven't had many issues or breakage upgrading across versions.

    The most cumbersome was maybe mid of last year twice. Other than that, at least seemingly for the stuff I use, it hasn't been an issue.

  • source
  • parent
  • hideshow 2 child comments