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 explanatory error message for VariableNotOwned errors #3520

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

odow
Copy link
Member

@odow odow commented Sep 20, 2023

Closes #3517

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.10% 🎉

Comparison is base (1ee5fae) 98.14% compared to head (97145bd) 98.25%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3520      +/-   ##
==========================================
+ Coverage   98.14%   98.25%   +0.10%     
==========================================
  Files          37       37              
  Lines        5548     5550       +2     
==========================================
+ Hits         5445     5453       +8     
+ Misses        103       97       -6     
Files Changed Coverage Δ
src/variables.jl 99.02% <100.00%> (+<0.01%) ⬆️

... and 1 file with indirect coverage changes

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

src/variables.jl Outdated Show resolved Hide resolved
src/variables.jl Outdated Show resolved Hide resolved
@odow odow merged commit 1cd82da into master Sep 20, 2023
11 checks passed
@odow odow deleted the od/variable-not-owned branch September 20, 2023 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Make VariableNotOwned error more explanatory
2 participants