Skip to content

Commit bf54b2f

Browse files
Merge pull request #401 from JuliaDiff/symbol_nodiff
Add Symbol constructor to nodiff
2 parents 4c34f5f + 6dec67b commit bf54b2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ChainRules"
22
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
3-
version = "0.7.60"
3+
version = "0.7.61"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

src/rulesets/Base/nondiff.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ VERSION >= v"1.1" && @non_differentiable splitpath(::AbstractString)
374374
@non_differentiable success(::Base.Process)
375375
@non_differentiable success(::Base.ProcessChain)
376376
@non_differentiable supertype(::Any)
377+
@non_differentiable Symbol(::Any...)
377378
@non_differentiable symlink(::AbstractString, ::AbstractString)
378379

379380
@non_differentiable take!(::Base.GenericIOBuffer)

0 commit comments

Comments
 (0)