Skip to content

Instantly share code, notes, and snippets.

@gfldex
Created October 2, 2016 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfldex/d20fb824a09abf7bdd57e62c8ea0e3f3 to your computer and use it in GitHub Desktop.
Save gfldex/d20fb824a09abf7bdd57e62c8ea0e3f3 to your computer and use it in GitHub Desktop.
# Out of 155 commits to the docs in September, the following may be
# interresting for the general public.
#
https://github.com/perl6/doc/commit/fa9885a explain why smartmatching against exception categories work
https://github.com/perl6/doc/commit/5252066 Changed references to deprecated Order::Increase and Order::Decrease to Order::Less and Order::More
https://github.com/perl6/doc/commit/0f362ee LEAVE a note about Channel.close
https://github.com/perl6/doc/commit/41a7f6e doc trap of ~~ in conjunction with .method-name
https://github.com/perl6/doc/commit/f80d7e5 doc CALL-ME
https://github.com/perl6/doc/commit/1f30c68 clarify what arguments are defined in what where-clause
https://github.com/perl6/doc/commit/ac4b28c Document :st, :nd, :rd, and :th adverbs on .subst
https://github.com/perl6/doc/commit/57234e6 Document Code.of()
https://github.com/perl6/doc/commit/782e000 Document Hash.categorize-list
https://github.com/perl6/doc/commit/b4575c9 Document Hash.classify-list
https://github.com/perl6/doc/commit/53f32fd show anonymous subsets
https://github.com/perl6/doc/commit/0bce341 doc class WrapHandle
https://github.com/perl6/doc/commit/b04cf9d Added docs for Range.reverse. masak++, perlpilot++
https://github.com/perl6/doc/commit/9493948 role arguments can have constraints
https://github.com/perl6/doc/commit/0997b2c Document Whatever|Callable arg forms in .splice
https://github.com/perl6/doc/commit/b373bcf doc sub take-rw
https://github.com/perl6/doc/commit/845f0b4 add method Mu::take
https://github.com/perl6/doc/commit/12ec5fc Correct and expand on the documentation of ords.
https://github.com/perl6/doc/commit/cda2ec1 Changed to example slightly to drive home the fact that the =~= operator is not arithmetically symmetrical (doesn't do ± Δ)
https://github.com/perl6/doc/commit/1d2e9a7 Clarify argless pick/roll behavior
https://github.com/perl6/doc/commit/d658a1b Added documetation on function return types.
https://github.com/perl6/doc/commit/ce62c41 Document .split(@delimiters...) form
https://github.com/perl6/doc/commit/3462d89 Indicate types of values given by :v/:p in .split
https://github.com/perl6/doc/commit/23a69ab Added dynvar TOLERANCE to variables.pod6
https://github.com/perl6/doc/commit/71fde8d Added doc for the :close adverb in slurp-rest
https://github.com/perl6/doc/commit/66b49f8 Add :123abc form to Pair description
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment