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
IllegalTraitName(_) => Unreachable_Functionally,// prevented by Lexer checks returning lexer errors
79
+
IllegalTraitName(_) => Unreachable_Functionally,// prevented by Lexer checks returning `Lexer` variant
82
80
InvalidPrincipalLiteral => Tested,
83
81
InvalidBuffer => Unreachable_Functionally,// prevented by both Lexer checks, and StacksTransaction::consensus_serialize with MAX_TRASACTION_LEN (panic)
84
82
NameTooLong(_) => Tested,
85
83
UnexpectedToken(_) => Tested,
86
84
TupleColonExpectedv2 => Tested,
87
85
TupleCommaExpectedv2 => Tested,
88
86
TupleValueExpected => Tested,
89
-
IllegalClarityName(_) => Unreachable_Functionally,// prevented by Lexer checks returning lexer errors
87
+
IllegalClarityName(_) => Unreachable_Functionally,// prevented by Lexer checks returning `Lexer` variant
90
88
IllegalASCIIString(_) => Tested,
91
-
IllegalContractName(_) => TODO,
89
+
IllegalContractName(_) => Unreachable_Functionally,// prevented by Lexer checks returning `Lexer` variant or Parser by MAX_CONTRACT_NAME_LEN returning `ContractNameTooLong` variant
0 commit comments