mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-30 00:34:40 +00:00
Estimated hours taken: 0.5 Branches: main and 0.12 Print "Found unhandled or incorrect exception" instead of just "Found unhandled exception" when a bug node that throws an exception is found by the declarative debugger. This is because the user may intend that an exception is thrown, but the bug is that the wrong one is being thrown. browser/declarative_user.m Print the new message. tests/debugger/declarative/catch.exp tests/debugger/declarative/exceptions.exp tests/debugger/declarative/ho5.exp tests/debugger/declarative/ho5.exp2 tests/debugger/declarative/ho5.exp3 tests/debugger/declarative/throw.exp tests/debugger/declarative/throw.exp2 tests/debugger/declarative/throw.exp3 Update the expected output.