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 kwarg succeed_on_precompilable_error #285

Merged

Conversation

lgoettgens
Copy link
Collaborator

I often experience precompilable errors in development when sorting out type piracy etc., e.g. when moving functions to a dependency and thus creating method overwriting. This change let's the persistent task test succeed in the case of a precompilable error to smooth these cases, with the possibility to opt-in into getting this as a failure instead.

@lgoettgens lgoettgens force-pushed the lg/skip_on_precompilable_error branch from d6abd1e to 08a9f4b Compare April 8, 2024 15:54
@lgoettgens lgoettgens changed the title Add kwarg skip_on_precompilable_error Add kwarg succeed_on_precompilable_error Apr 8, 2024
Copy link

codecov bot commented Apr 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.14%. Comparing base (ee2d9a8) to head (08a9f4b).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #285      +/-   ##
==========================================
- Coverage   75.03%   70.14%   -4.89%     
==========================================
  Files          11       11              
  Lines         761      757       -4     
==========================================
- Hits          571      531      -40     
- Misses        190      226      +36     
Flag Coverage Δ
unittests 70.14% <100.00%> (-4.89%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lgoettgens lgoettgens merged commit 231a1d1 into JuliaTesting:master Apr 9, 2024
25 of 28 checks passed
@lgoettgens lgoettgens deleted the lg/skip_on_precompilable_error branch April 9, 2024 09:36
@lgoettgens lgoettgens removed the request for review from fingolfin April 9, 2024 09:36
lgoettgens added a commit that referenced this pull request Apr 9, 2024
lgoettgens added a commit that referenced this pull request Apr 9, 2024
* Revert "Add kwarg `succeed_on_precompilable_error` (#285)"

This reverts commit 231a1d1.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant