File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11name = " ChainRules"
22uuid = " 082447d4-558c-5d27-93f4-14fc19e9eca2"
3- version = " 1.28.1 "
3+ version = " 1.28.2 "
44
55[deps ]
66ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -18,7 +18,7 @@ ChainRulesTestUtils = "1.5"
1818Compat = " 3.42.0"
1919FiniteDifferences = " 0.12.20"
2020IrrationalConstants = " 0.1.1"
21- JuliaInterpreter = " 0.8" # latest is " 0.9.1 "
21+ JuliaInterpreter = " 0.8, 0.9"
2222RealDot = " 0.1"
2323StaticArrays = " 1.2"
2424julia = " 1.6"
Original file line number Diff line number Diff line change 453453@non_differentiable Base. time_ns ()
454454@non_differentiable Base. typename (:: Any )
455455@non_differentiable Base. depwarn (:: Any... )
456- @non_differentiable Base. cumulative_compile_time_ns_before ()
457- @non_differentiable Base. cumulative_compile_time_ns_after ()
456+ if isdefined (Base, :cumulative_compile_time_ns_before )
457+ @non_differentiable Base. cumulative_compile_time_ns_before ()
458+ @non_differentiable Base. cumulative_compile_time_ns_after ()
459+ elseif isdefined (Base, :cumulative_compile_time_ns )
460+ @non_differentiable Base. cumulative_compile_time_ns ()
461+ end
458462@non_differentiable Base. time_print (:: Any... )
459463
460464@non_differentiable Broadcast. combine_styles (:: Any... )
You can’t perform that action at this time.
0 commit comments