15:49 | MasterDuke | so in roast we have tests for expmod that would that throw an exception if we were catching errors in libtommath
15:50 | MasterDuke | https://github.com/perl6/roast/blob/master/S32-num/expmod.t#L25-L37
15:51 | MasterDuke | the intent is to test that it doesn't hang, but the value we're testing for (0) is just because we don't catch the error and return a default value which ends up being 0
15:54 | MasterDuke | is it valid to just change the tests to dies-ok?
15:55 | MasterDuke | or should we try to keep behavior the same for Raku 6.c-d and change it only for Raku 6.e?
15:49 | MasterDuke | so in roast we have tests for expmod that would that throw an exception if we were catching errors in libtommath 15:50 | MasterDuke | https://github.com/perl6/roast/blob/master/S32-num/expmod.t#L25-L37 15:51 | MasterDuke | the intent is to test that it doesn't hang, but the value we're testing for (0) is just because we don't catch the error and return a default value which ends up being 0 15:54 | MasterDuke | is it valid to just change the tests to dies-ok? 15:55 | MasterDuke | or should we try to keep behavior the same for Raku 6.c-d and change it only for Raku 6.e?