Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extra error message context for fn executions #791

Merged
merged 5 commits into from
Jun 7, 2024

Conversation

bplatz
Copy link
Contributor

@bplatz bplatz commented May 31, 2024

This adds metadata to compile functions (e.g. filter functions) that can be used for enhanced exception reporting to users when errors occur executing the functions.

Some special handling put in for null pointer exceptions, which are common in math functions.

@bplatz bplatz requested a review from a team May 31, 2024 14:05
Copy link
Contributor

@zonotope zonotope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🖲️

src/clj/fluree/db/query/exec/eval.cljc Show resolved Hide resolved
src/clj/fluree/db/query/exec/where.cljc Outdated Show resolved Hide resolved
src/clj/fluree/db/query/exec/where.cljc Outdated Show resolved Hide resolved
@bplatz bplatz merged commit 5560ba2 into main Jun 7, 2024
3 checks passed
@bplatz bplatz deleted the feature/enhanced-error-msgs branch June 7, 2024 16:00
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.

None yet

2 participants