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

Failing on nightly because uses private methods from Base #664

Closed
odow opened this issue Mar 10, 2024 · 1 comment · Fixed by #665
Closed

Failing on nightly because uses private methods from Base #664

odow opened this issue Mar 10, 2024 · 1 comment · Fixed by #665

Comments

@odow
Copy link

odow commented Mar 10, 2024

x-ref jump-dev/JuMP.jl#3707

Base._to_indices1(A, inds, ::Type{Begin}) = first(inds[1])
Base._to_indices1(A, inds, ::Type{End}) = last(inds[1])
Base._to_indices1(A, inds, ::Begin) = first(inds[1])
Base._to_indices1(A, inds, ::End) = last(inds[1])

@rafaqz
Copy link
Owner

rafaqz commented Mar 10, 2024

Its failing on nightly for multiple other reasons too if we fix that, and theyre not DD related.

But I will fix that use if internals.

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

Successfully merging a pull request may close this issue.

2 participants