8000 Release `ExecNfunction` added (for ⎕NMOVE and ⎕NCOPY) & bug fix in `Dir` · aplteam/FilesAndDirs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

`ExecNfunction` added (for ⎕NMOVE and ⎕NCOPY) & bug fix in `Dir`

Compare
Choose a tag to compare
@aplteam aplteam released this 01 Feb 16:47
· 34 commits to main since this release
  • The ExecNfunction operator allows using ⎕NMOVE and ⎕NCOPY even with . Its purpose it to try again after a small delay in case the operation fails with errors like FILE ACCESS ERROR

  • Bug fix in Dir: under rare circumstances Dir failed to realize that it was called recursively

  • Internal change: is no longer a class but an ordinary namespace. However, from a users perspective that should not even be "visible".

    This change was required because ExecNfunction is an operator, and there are no public operators, sadly.

To be consumed as Tatin package from https://tatin.dev

0