From 8c84fd4c6c7b01d28798e4cde258561afd31bd44 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sun, 29 May 2016 04:29:53 -0500 Subject: [PATCH] Add README entry for get(io, :limit, false) [ci skip] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8e5c467b94190..484d1f15ce179 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Currently, the `@compat` macro supports the following syntaxes: * `@compat Dict{Foo,Bar}(foo => bar, baz => qux)` - type-declared `Dict` construction. (Also works for `DataStructures.OrderedDict`) +* `@compat(get(io, :limit, false))` to detect whether compressed output has been requested (performs useful work only on `v"0.5.0-dev+1936"`, defaults to `false` otherwise) + * `@compat split(str, splitter; keywords...)` - the Julia 0.4-style keyword-based `split` function * `@compat rsplit(str, splitter; keywords...)` - the Julia 0.4-style keyword-based `rsplit` function