We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee859c7 commit 62911c6Copy full SHA for 62911c6
1 file changed
src/finitestatemachines/transforms.jl
@@ -67,7 +67,7 @@ function transformYield!(expr::Expr, n::UInt8=0x00, super::Expr=:(), line_no::In
67
insert!(super.args, line_no, :(_fsm._state = 0xff))
68
end
69
insert!(super.args, line_no, :(@label $(Symbol("_STATE_",:($n)))))
70
- if VERSION >= v"0.7.0-DEV"
+ if VERSION >= v"0.7.0-DEV.357" # julia PR #21746
71
insert!(super.args, line_no, arg.args[3])
72
else
73
insert!(super.args, line_no, arg.args[2])
0 commit comments