Closed xenu closed 7 years ago
I'm a bit wary of disabling warnings since people could be creating typed with inclining where the warnings world reveal real issues. It really seems like TT should lexically disable warnings in the code it generates if it knows it might warn.
Following code produces
Found = in conditional, should be == at (eval 79) line 55.
warning:Not sure what's the right way to fix it. I feel that it should be fixed in
Type::Tiny
, but TOBYINK doesn't seem to agree (see this issue).Maybe
Params::ValidationCompiler
should addno warnings
to inlined type checks/coercions?