← Back to team overview

zorba-coders team mailing list archive

[Merge] lp:~zorba-coders/zorba/bug-1178322 into lp:zorba

 

The proposal to merge lp:~zorba-coders/zorba/bug-1178322 into lp:zorba has been updated.

Description changed to:

Undid some of my previous changes regarding which std exception is thrown by IntegerImpl.  Now, invalid_argument is used when the argument is not a valid integer; range_error is used when the value is a valid integer, but out of range for the type (or a valid floating point constant like INF). Generally, invalid_argument will map to FOCA0002 and range_error will map to FORG0001.

This fixes several "wrongError" FOTS tests.

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1178322/+merge/164494
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1178322/+merge/164494
Your team Zorba Coders is subscribed to branch lp:zorba.


References