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

Remove return type annotions on ConstraintPrimal and ConstraintDual #3381

Merged
merged 7 commits into from May 24, 2023

Conversation

odow
Copy link
Member

@odow odow commented May 23, 2023

Tests haven't finished locally so there might be some issues. But let's see what happens.

Closes #3380

@codecov
Copy link

codecov bot commented May 23, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (596bad9) 98.06% compared to head (af82988) 98.06%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3381   +/-   ##
=======================================
  Coverage   98.06%   98.06%           
=======================================
  Files          34       34           
  Lines        4921     4922    +1     
=======================================
+ Hits         4826     4827    +1     
  Misses         95       95           
Impacted Files Coverage Δ
src/constraints.jl 96.60% <100.00%> (+0.01%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@odow
Copy link
Member Author

odow commented May 24, 2023

@blegat this will muck up your generic number PRs, but I think it's worth getting this one in first because it's clearly a bug for existing code.

Copy link
Member

@blegat blegat left a comment

Choose a reason for hiding this comment

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

Nice catch

@odow odow merged commit ade27a1 into master May 24, 2023
12 checks passed
@odow odow deleted the od/constraint-annotations branch May 24, 2023 07:58
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.

Incorrect return type annotations for complex constraints
2 participants