11SyntaxError('parameter annotation must be an identifier',)
22SyntaxError('return annotation must be an identifier',)
3+ ViperTypeError("unknown type 'unknown_type'",)
4+ ViperTypeError("Viper functions don't currently support more than 4 arguments",)
35ViperTypeError("local 'x' used before type known",)
46ViperTypeError("local 'x' has type 'int' but source is 'object'",)
57ViperTypeError("can't implicitly convert 'ptr' to 'bool'",)
@@ -9,7 +11,15 @@ ViperTypeError("can't load from 'int'",)
911ViperTypeError("can't load from 'int'",)
1012ViperTypeError("can't store to 'int'",)
1113ViperTypeError("can't store to 'int'",)
14+ ViperTypeError("can't store to 'int'",)
15+ ViperTypeError("can't store 'None'",)
16+ ViperTypeError("can't store 'None'",)
1217ViperTypeError('must raise an object',)
1318ViperTypeError('unary op __pos__ not implemented',)
1419ViperTypeError('unary op __neg__ not implemented',)
1520ViperTypeError('unary op __invert__ not implemented',)
21+ ViperTypeError('binary op __contains__ not implemented',)
22+ NotImplementedError('native yield',)
23+ NotImplementedError('native yield from',)
24+ NotImplementedError('conversion to object',)
25+ NotImplementedError('casting',)
0 commit comments