Skip to content

Commit

Permalink
Mark allequal non_differentiable
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasschmitz committed Mar 8, 2022
1 parent 31508bb commit fd1cb54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Expand Up @@ -15,7 +15,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
ChainRulesCore = "1.12"
ChainRulesTestUtils = "1.5"
Compat = "3.35"
Compat = "3.42.0"
FiniteDifferences = "0.12.20"
IrrationalConstants = "0.1.1"
JuliaInterpreter = "0.8" # latest is "0.9.1"
Expand Down
1 change: 1 addition & 0 deletions src/rulesets/Base/nondiff.jl
Expand Up @@ -96,6 +96,7 @@
@non_differentiable abspath(::AbstractString...)
@non_differentiable all(::Any)
@non_differentiable all(::Any, ::Any)
@non_differentiable allequal(::Any)
@non_differentiable allunique(::Any)
@non_differentiable any(::Any)
@non_differentiable any(::Any, ::Any)
Expand Down

0 comments on commit fd1cb54

Please sign in to comment.