Skip to content

Conversation

@jmh530
Copy link
Contributor

@jmh530 jmh530 commented Jul 13, 2017

Merging branch to rename ContiguousTensor, CanonicalTensor, and UniversalTensor to ContiguousSlice, CanonicalSlice, and UniversalSlice and adjust all other usage of the original terminology.

This pull request intends to address issue 64.

jmh530 added 4 commits July 13, 2017 15:45
Rename ContiguousTensor/CanonicalTensor/UniversalTensor to ContiguousSlice/CanonicalSlice/UniversalSlice
Remove previous usage of ContiguousTensor, UniversalTensor, Canonical tensor in slice.d
Remove previous usage of ContiguousTensor, UniversalTensor, Canonical tensor in package.d
Remove previous usage of ContiguousTensor in allocation.d
@jmh530 jmh530 changed the title Jmh530 patch 1 Rename ContiguousTensor/CanonicalTensor/UniversalTensor Jul 13, 2017
@codecov-io
Copy link

codecov-io commented Jul 13, 2017

Codecov Report

Merging #67 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@ Coverage Diff @@ ## master #67 +/- ## ======================================= Coverage 96.33% 96.33% ======================================= Files 28 28 Lines 4750 4750 ======================================= Hits 4576 4576 Misses 174 174
Impacted Files Coverage Δ
source/mir/ndslice/allocation.d 99.08% <ø> (ø) ⬆️
source/mir/ndslice/slice.d 98.87% <ø> (ø) ⬆️
source/mir/ndslice/package.d 92.25% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b618be...811eb7b. Read the comment docs.

@9il
Copy link
Member

9il commented Jul 15, 2017

Please use deprecation in 2019 instead of breaking changes

@jmh530
Copy link
Contributor Author

jmh530 commented Jul 17, 2017

@9il I assume you meant "in 2017"? Anyway, added the deprecation warning. I will make an effort to remember this from now on.

@9il 9il merged commit a39c541 into libmir:master Jul 18, 2017
@jmh530 jmh530 deleted the jmh530-patch-1 branch July 18, 2017 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants