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 1
1
name = " ChainRules"
2
2
uuid = " 082447d4-558c-5d27-93f4-14fc19e9eca2"
3
- version = " 1.28.1 "
3
+ version = " 1.28.2 "
4
4
5
5
[deps ]
6
6
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
@@ -18,7 +18,7 @@ ChainRulesTestUtils = "1.5"
18
18
Compat = " 3.42.0"
19
19
FiniteDifferences = " 0.12.20"
20
20
IrrationalConstants = " 0.1.1"
21
- JuliaInterpreter = " 0.8" # latest is " 0.9.1 "
21
+ JuliaInterpreter = " 0.8, 0.9"
22
22
RealDot = " 0.1"
23
23
StaticArrays = " 1.2"
24
24
julia = " 1.6"
Original file line number Diff line number Diff line change 453
453
@non_differentiable Base. time_ns ()
454
454
@non_differentiable Base. typename (:: Any )
455
455
@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
458
462
@non_differentiable Base. time_print (:: Any... )
459
463
460
464
@non_differentiable Broadcast. combine_styles (:: Any... )
You can’t perform that action at this time.
0 commit comments