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 getindex with no args #3314

Merged
merged 1 commit into from
Apr 10, 2023
Merged

Fix getindex with no args #3314

merged 1 commit into from
Apr 10, 2023

Conversation

odow
Copy link
Member

@odow odow commented Apr 5, 2023

Closes #3313

I still think this syntax is silly to support...

@codecov
Copy link

codecov bot commented Apr 5, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (a287531) 98.14% compared to head (a22621c) 98.14%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3314   +/-   ##
=======================================
  Coverage   98.14%   98.14%           
=======================================
  Files          34       34           
  Lines        4847     4851    +4     
=======================================
+ Hits         4757     4761    +4     
  Misses         90       90           
Impacted Files Coverage Δ
src/JuMP.jl 97.05% <100.00%> (+0.04%) ⬆️
src/constraints.jl 96.59% <100.00%> (+0.02%) ⬆️

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

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

@odow odow merged commit 825dbcb into master Apr 10, 2023
@odow odow deleted the od/getindex-no-arg branch April 10, 2023 20:27
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.

Broken getindex with no arguments
1 participant