Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aakropotkin committed Jan 16, 2023
1 parent 11ef738 commit a90ddaf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/manual/src/release-notes/rl-next.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@

* The `repeat` and `enforce-determinism` options have been removed
since they had been broken under many circumstances for a long time.

* A new function `builtins.readFileType` is available. It is similar to
`builtins.readDir` but acts on a single file or directory.

* The `builtins.readDir` function has been optimized when encountering unknown
file types from POSIX's `readdir`. In such cases the type of each file is/was
discovered by making multiple syscalls. This change makes these operations
lazy such that these lookups will only be performed if the attribute is used.
This optimization effects a minority of filesystems and operating systems.

0 comments on commit a90ddaf

Please sign in to comment.