You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above traces true, false, true - the false being the problem, because case macro a.b appears to explicitly match for Normal. That's a bit of a problem. I think the simplest solution would be to make EFieldKind an enum abstract, with var Normal = null;.
The text was updated successfully, but these errors were encountered:
back2dos
added a commit
to haxetink/tink_hxx
that referenced
this issue
May 3, 2023
I suspect this is the commit: f90995b
The above traces
true
,false
,true
- thefalse
being the problem, becausecase macro a.b
appears to explicitly match forNormal
. That's a bit of a problem. I think the simplest solution would be to makeEFieldKind
anenum abstract
, withvar Normal = null;
.The text was updated successfully, but these errors were encountered: