Skip to content

Commit e252830

Browse files
Merge pull request #683 from IETS3/feature/interpreter-remove-exception-logging
IETS3ExprEvalHelper: do not log re-thrown exceptions.
2 parents 55fb64a + d27d56f commit e252830

File tree

2 files changed

+4
-432
lines changed

2 files changed

+4
-432
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ The project does _not_ follow Semantic Versioning and the changes are documented
4444
- Tuples are now handled within the typesystem.
4545
Instead of allowing JoinTypes within tuples we merge different tuple types by JoinTypes.
4646
- Each subconcept of IValidNamedConcept can now contribute and customize naming constraints
47+
48+
### Changed
49+
50+
- `IETS3ExprEvalHelper` methods no longer log exceptions that they re-throw. Some callers may ignore exceptions thrown by the interpreter, and having them logged unnecessarily clutters the logs. It is now the caller's responsibility to log exceptions where needed.

0 commit comments

Comments
 (0)