File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -302,11 +302,11 @@ let
302
302
non_transformed_definitions = intersect (fastable_ast. args, fast_ast. args)
303
303
filter! (expr-> ! (expr isa LineNumberNode), non_transformed_definitions)
304
304
if ! isempty (non_transformed_definitions)
305
- # error(
306
- # "Non-FastMath compatible rules defined in fastmath_able.jl. \n Definitions:\n" *
307
- # join(non_transformed_definitions, "\n")
308
- # )
309
- # This error() may not play well with Revise. But a wanring @error does:
305
+ error (
306
+ " Non-FastMath compatible rules defined in fastmath_able.jl. \n Definitions:\n " *
307
+ join (non_transformed_definitions, " \n " )
308
+ )
309
+ # This error() may not play well with Revise. But a wanring @error does, we should change it :
310
310
@error " Non-FastMath compatible rules defined in fastmath_able.jl." non_transformed_definitions
311
311
end
312
312
You can’t perform that action at this time.
0 commit comments