2015-04-22 18:18:28 -04:00
|
|
|
SyntaxError('parameter annotation must be an identifier',)
|
|
|
|
SyntaxError('return annotation must be an identifier',)
|
2017-03-14 07:52:50 -04:00
|
|
|
ViperTypeError("unknown type 'unknown_type'",)
|
|
|
|
ViperTypeError("Viper functions don't currently support more than 4 arguments",)
|
2015-04-22 18:18:28 -04:00
|
|
|
ViperTypeError("local 'x' used before type known",)
|
|
|
|
ViperTypeError("local 'x' has type 'int' but source is 'object'",)
|
|
|
|
ViperTypeError("can't implicitly convert 'ptr' to 'bool'",)
|
|
|
|
ViperTypeError("return expected 'int' but got 'object'",)
|
|
|
|
ViperTypeError("can't do binary op between 'int' and 'object'",)
|
|
|
|
ViperTypeError("can't load from 'int'",)
|
|
|
|
ViperTypeError("can't load from 'int'",)
|
|
|
|
ViperTypeError("can't store to 'int'",)
|
|
|
|
ViperTypeError("can't store to 'int'",)
|
2017-03-14 07:52:50 -04:00
|
|
|
ViperTypeError("can't store to 'int'",)
|
|
|
|
ViperTypeError("can't store 'None'",)
|
|
|
|
ViperTypeError("can't store 'None'",)
|
2015-04-22 18:18:28 -04:00
|
|
|
ViperTypeError('must raise an object',)
|
2015-10-08 08:08:59 -04:00
|
|
|
ViperTypeError('unary op __pos__ not implemented',)
|
|
|
|
ViperTypeError('unary op __neg__ not implemented',)
|
|
|
|
ViperTypeError('unary op __invert__ not implemented',)
|
2017-11-23 21:04:24 -05:00
|
|
|
ViperTypeError('binary op not implemented',)
|
2017-03-14 07:52:50 -04:00
|
|
|
NotImplementedError('native yield',)
|
2018-05-18 10:30:42 -04:00
|
|
|
NotImplementedError('native yield',)
|
2017-03-14 07:52:50 -04:00
|
|
|
NotImplementedError('conversion to object',)
|
|
|
|
NotImplementedError('casting',)
|