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

Expression errors #89

Merged
merged 10 commits into from
Apr 26, 2023
Merged

Expression errors #89

merged 10 commits into from
Apr 26, 2023

Conversation

zix99
Copy link
Owner

@zix99 zix99 commented Apr 24, 2023

  • Allow errors while compiling specific expression functions
  • Allow multiple errors to be returned at once
  • Return errors as well as working expressions

@netlify
Copy link

netlify bot commented Apr 24, 2023

Deploy Preview for raredocs ready!

Name Link
🔨 Latest commit da27a02
🔍 Latest deploy log https://app.netlify.com/sites/raredocs/deploys/644883a01568ec0008f2dbaa
😎 Deploy Preview https://deploy-preview-89--raredocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@codecov-commenter
Copy link

codecov-commenter commented Apr 24, 2023

Codecov Report

Merging #89 (3461a4c) into master (4244630) will increase coverage by 0.87%.
The diff coverage is 86.17%.

❗ Current head 3461a4c differs from pull request most recent head da27a02. Consider uploading reports for the commit da27a02 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   88.39%   89.27%   +0.87%     
==========================================
  Files         101      103       +2     
  Lines        5086     5148      +62     
==========================================
+ Hits         4496     4596     +100     
+ Misses        448      418      -30     
+ Partials      142      134       -8     
Impacted Files Coverage Δ
pkg/expressions/stage.go 100.00% <ø> (ø)
pkg/extractor/extractor.go 90.47% <33.33%> (ø)
pkg/expressions/stdlib/funcsType.go 70.00% <50.00%> (ø)
pkg/expressions/stdlib/funcsComparators.go 75.58% <62.50%> (ø)
pkg/expressions/stdlib/funcsCommon.go 78.94% <66.66%> (ø)
pkg/expressions/stdlib/funcsStrings.go 82.03% <70.00%> (+1.79%) ⬆️
pkg/expressions/stdlib/funcsTime.go 84.81% <87.09%> (+10.34%) ⬆️
pkg/expressions/stdlib/range.go 94.85% <88.88%> (ø)
pkg/expressions/stdlib/drawing.go 92.30% <90.90%> (ø)
pkg/expressions/errors.go 100.00% <100.00%> (ø)
... and 7 more

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@zix99 zix99 merged commit 14197f4 into master Apr 26, 2023
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.

2 participants