File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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.11.3 "
3
+ version = " 1.11.4 "
4
4
5
5
[deps ]
6
6
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Original file line number Diff line number Diff line change @@ -256,12 +256,12 @@ let
256
256
non_transformed_definitions = intersect (fastable_ast. args, fast_ast. args)
257
257
filter! (expr-> ! (expr isa LineNumberNode), non_transformed_definitions)
258
258
if ! isempty (non_transformed_definitions)
259
- @error (
260
- " Non-FastMath compatible rules defined in fastmath_able.jl." , # \n Definitions:\n" *
261
- # join(non_transformed_definitions, "\n")
262
- non_transformed_definitions
259
+ error (
260
+ " Non-FastMath compatible rules defined in fastmath_able.jl. \n Definitions:\n " *
261
+ join (non_transformed_definitions, " \n " )
263
262
)
264
- # This is @error not error() because that doesn't play well with Revise, locally
263
+ # This error() may not play well with Revise. But a wanring @error does:
264
+ # @error "Non-FastMath compatible rules defined in fastmath_able.jl." non_transformed_definitions
265
265
end
266
266
267
267
eval (fast_ast)
You can’t perform that action at this time.
0 commit comments