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

Fix error messages and documention for variable bound functions #3494

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

odow
Copy link
Member

@odow odow commented Sep 10, 2023

Closes #3493

These were all a bit inconsistent, so they now all have docstring examples an a uniform set of (tested) error messages.

@codecov
Copy link

codecov bot commented Sep 10, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (8205d4d) 98.13% compared to head (259233c) 98.13%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3494   +/-   ##
=======================================
  Coverage   98.13%   98.13%           
=======================================
  Files          37       37           
  Lines        5530     5536    +6     
=======================================
+ Hits         5427     5433    +6     
  Misses        103      103           
Files Changed Coverage Δ
src/variables.jl 99.02% <100.00%> (+0.01%) ⬆️

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

@odow odow force-pushed the od/bound-functions branch from 3494244 to 259233c Compare September 10, 2023 23:49
@odow odow merged commit 8bcea81 into master Sep 11, 2023
11 checks passed
@odow odow deleted the od/bound-functions branch September 11, 2023 05:15
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.

missleading error message: fix_value for unfixed variable
2 participants