We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e8e475 + b1b5a4e commit 6d6fa9eCopy full SHA for 6d6fa9e
Project.toml
@@ -1,6 +1,6 @@
1
name = "ChainRules"
2
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3
-version = "0.8.21"
+version = "0.8.22"
4
5
[deps]
6
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
src/rulesets/Base/nondiff.jl
@@ -98,7 +98,8 @@
98
@non_differentiable codeunit(::SubString)
99
@non_differentiable codeunits(::AbstractString)
100
@non_differentiable copy(::Base.GenericIOBuffer)
101
-@non_differentiable count(::Union{Regex, AbstractString}, ::AbstractString)
+@non_differentiable count(::Any)
102
+@non_differentiable count(::Any, ::Any)
103
@non_differentiable countlines(::AbstractString)
104
@non_differentiable countlines(::IO)
105
@non_differentiable cp(::AbstractString, ::AbstractString)
0 commit comments