-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for
setindex!!
with array values (#16)
* fixed type instability in setindex! with array values * removed TODO comment * renamed one is_linear_index to test_linear_index_only + return false for vector * fix issue with `possible` for `_setindex!` not handling invalid array values * move things around and add further description to the code * fixed comment typo * fix typos in tests * drop eltype restrictions * add a non-<:Real test case --------- Co-authored-by: Mason Protter <mason.protter@icloud.com>
- Loading branch information
1 parent
73eb3ad
commit e679bae
Showing
2 changed files
with
107 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e679bae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MasonProtter make a release?
e679bae
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, good catch sorrry. Here's the registration PR: JuliaRegistries/General#101033