2018-09-14 23:43:49 -04:00
|
|
|
SyntaxError('annotation must be an identifier',)
|
|
|
|
SyntaxError('annotation must be an identifier',)
|
2017-03-14 07:52:50 -04:00
|
|
|
ViperTypeError("unknown type 'unknown_type'",)
|
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'",)
|
2020-06-26 04:26:39 -04:00
|
|
|
ViperTypeError('comparison of int and uint',)
|
2015-04-22 18:18:28 -04:00
|
|
|
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',)
|
2020-06-26 04:26:39 -04:00
|
|
|
ViperTypeError('div/mod not implemented for uint',)
|
|
|
|
ViperTypeError('div/mod not implemented for uint',)
|
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',)
|