Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Fixes for Julia0.7 and 1.0 - #1

Open
louisponet wants to merge 2 commits into
mdavezac:masterfrom
louisponet:julia07-10
Open

Fixes for Julia0.7 and 1.0#1
louisponet wants to merge 2 commits into
mdavezac:masterfrom
louisponet:julia07-10

Conversation

@louisponet

Copy link
Copy Markdown

All tests run on julia 0.7.0, There was one docstring bug uncovered in Traits.jl which has a PR in Base julia, it's marked by the #TODO.

reinterpret returns ReinterpretedArray instead of DenseArray, maybe this should be allowed? To fix I added collect everywhere.

Lastly, I had to add a convert.(...) in a copy! method for AxisArrays to get permutedims! to work and give the correct InexactError. Please check if this is the correct fix, marked by #REVIEW

Please review the convert thing in copy, it was the only way to get the permutedims! to work and give the correct InexactError. 

Should ReinterpretedArray be allowed as DenseArray??
@louisponet louisponet changed the title Julia07 10 Fixes for Julia0.7 and 1.0 Aug 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant