File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 11name = " ChainRulesCore"
22uuid = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
3- version = " 1.13 .0"
3+ version = " 1.14 .0"
44
55[deps ]
66Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
Original file line number Diff line number Diff line change 2525end
2626
2727Base.:(== )(a:: AbstractThunk , b:: AbstractThunk ) = unthunk (a) == unthunk (b)
28- Base.:(== )(a:: AbstractThunk , b) = unthunk (a) == b
29- Base.:(== )(a, b:: AbstractThunk ) = a == unthunk (b)
3028
3129Base.:(- )(a:: AbstractThunk ) = - unthunk (a)
3230Base.:(- )(a:: AbstractThunk , b) = unthunk (a) - b
Original file line number Diff line number Diff line change 55
66 @testset " ==" begin
77 @test @thunk (3.2 ) == InplaceableThunk (x -> x + 3.2 , @thunk (3.2 ))
8- @test @thunk (3.2 ) == 3.2
9- @test 3.2 == InplaceableThunk (x -> x + 3.2 , @thunk (3.2 ))
108 end
119
1210 @testset " iterate" begin
You can’t perform that action at this time.
0 commit comments