2018-09-15 13:43:49 +10:00
|
|
|
SyntaxError('annotation must be an identifier',)
|
|
|
|
SyntaxError('annotation must be an identifier',)
|
2017-03-14 22:52:50 +11:00
|
|
|
ViperTypeError("unknown type 'unknown_type'",)
|
2015-04-22 23:18:28 +01: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 18:26:39 +10:00
|
|
|
ViperTypeError('comparison of int and uint',)
|
2015-04-22 23:18:28 +01: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 22:52:50 +11:00
|
|
|
ViperTypeError("can't store to 'int'",)
|
|
|
|
ViperTypeError("can't store 'None'",)
|
|
|
|
ViperTypeError("can't store 'None'",)
|
2015-04-22 23:18:28 +01:00
|
|
|
ViperTypeError('must raise an object',)
|
2015-10-08 13:08:59 +01:00
|
|
|
ViperTypeError('unary op __pos__ not implemented',)
|
|
|
|
ViperTypeError('unary op __neg__ not implemented',)
|
|
|
|
ViperTypeError('unary op __invert__ not implemented',)
|
2020-06-26 18:26:39 +10:00
|
|
|
ViperTypeError('div/mod not implemented for uint',)
|
|
|
|
ViperTypeError('div/mod not implemented for uint',)
|
2017-11-24 13:04:24 +11:00
|
|
|
ViperTypeError('binary op not implemented',)
|
2017-03-14 22:52:50 +11:00
|
|
|
NotImplementedError('native yield',)
|
2018-05-19 00:30:42 +10:00
|
|
|
NotImplementedError('native yield',)
|
2017-03-14 22:52:50 +11:00
|
|
|
NotImplementedError('conversion to object',)
|
|
|
|
NotImplementedError('casting',)
|