Skip to content

Commit

Permalink
Move IO::Handle.lock and IO::Path.new-from-absolute-path changes to 6.c
Browse files Browse the repository at this point in the history
- Neither is documented, tested, or used in ecosystem (just one use in zef)
    so it's safe to change in 6.c
- In addition, IO::Path.new-from-absolute-path has a security issue in it
  • Loading branch information
zoffixznet committed Apr 2, 2017
1 parent 7dc40a4 commit e3d487c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/2017-IO-Grant--Action-Plan.md
Expand Up @@ -19,7 +19,8 @@
`(:shared, :non-blocking)` named arguments allowing for change of the
default. [Discussion](https://github.com/zoffixznet/IOwesomeness/issues/18)
10. Leave IO::Path.Str as is, without any changes. [Discussion](https://github.com/zoffixznet/IOwesomeness/issues/20)
11. The change to [`IO::Handle.Supply(:bin)` arg handling](https://github.com/rakudo/rakudo/blob/nom/docs/2017-IO-Grant--Action-Plan.md#changes-to-supply-issue-for-discussion) is to be done in 6.c and not 6.d; the change was miscategorized.
11. The change to [`IO::Handle.Supply(:bin)` arg handling](https://github.com/rakudo/rakudo/blob/nom/docs/2017-IO-Grant--Action-Plan.md#changes-to-supply-issue-for-discussion), change to `IO::Handle.lock` argument handling, and making `IO::Path.new-from-absolute-path` private is to be done in 6.c and not 6.d; the change were miscategorized.

---------------------------

# Original IO Action Plan
Expand Down

0 comments on commit e3d487c

Please sign in to comment.