Ticket #1738: PCA-patch-005.patch
File PCA-patch-005.patch, 1.5 KB (added by Paul C. Anagnostopoulos, 11 years ago) |
---|
-
src/ops/core.ops
1009 1009 1010 1010 =item .PARROT_ERRORS_GLOBALS_FLAG 1011 1011 1012 Throw an exception if global doesn't exist. Default: on. 1012 Throw an exception if a global doesn't exist. This 1013 flag is not used by Parrot and is deprecated. 1013 1014 1014 1015 =item .PARROT_ERRORS_OVERFLOW_FLAG 1015 1016 1016 Throw math overflow instead of promoting to BigInt. Default: off. 1017 When performing arithmetic on Integer PMCs, throw a math overflow exception 1018 instead of promoting to BigInt. This flag does not pertain to native integers, 1019 which are never promoted. Default: off. 1017 1020 1018 1021 =item .PARROT_ERRORS_PARAM_COUNT_FLAG 1019 1022 1020 Throw exception on argument <-> param count mismatch. Default: off.1023 Throw an exception on an argument versus parameter count mismatch. Default: on. 1021 1024 1022 1025 =item .PARROT_ERRORS_RESULT_COUNT_FLAG 1023 1026 1024 Throw exception on return <-> result count mismatch.Default: off.1027 Throw an exception on a return versus result count mismatch. Default: off. 1025 1028 1026 1029 =item .PARROT_ERRORS_ALL_FLAG 1027 1030 -
DEPRECATED.pod
249 249 250 250 L<https://trac.parrot.org/parrot/ticket/1655> 251 251 252 =item errorson, errorsoff operations [eligible in 2.7] 253 254 The C<.PARROT_ERRORS_GLOBAL_FLAG> flag will be eliminated. It is not used by Parrot. 255 252 256 =back 253 257 254 258 =head1 Bytecode