Skip to content

Conversation

@m-dzianishchyts
Copy link
Contributor

@m-dzianishchyts m-dzianishchyts commented Feb 24, 2025

What does this PR do?

Makes BaseKernel#eval() and BaseKernel#evalRaw() throw runtime exceptions which allows clients to get rid of try-catch blocks.

Fixes #59.

@andrus
Copy link
Contributor

andrus commented Feb 26, 2025

Thanks for the PR. A few comments:

  1. JavaKernel.evalRaw(..) also should not throw a checked exception
  2. Instead of new EvaluationException that seems unneeded, maybe we can convert all the existing JJava exceptions to runtime exceptions?

@stariy95 stariy95 merged commit 3266871 into dflib:main Apr 2, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BaseKernel.eval(..) should not declare a checked exception

3 participants