Skip to content

Conversation

@rofinn
Copy link
Owner

@rofinn rofinn commented Apr 8, 2020

Rename norm and real to normalize and canonicalize respectively. Unfortunately, this means that normalize will conflict with LinearAlgebra.normalize and canonicalize will confict with Dates.canonicalize going forward, but they don't extend those functions... which is good I guess? :(

Closes #3

@codecov
Copy link

codecov bot commented Apr 8, 2020

Codecov Report

Merging #74 into master will increase coverage by 2.44%.
The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
+ Coverage   87.51%   89.95%   +2.44%     
==========================================
  Files          11       11              
  Lines        1025      996      -29     
==========================================
- Hits          897      896       -1     
+ Misses        128      100      -28     
Impacted Files Coverage Δ
src/FilePathsBase.jl 100.00% <ø> (ø)
src/posix.jl 90.90% <ø> (+10.13%) ⬆️
src/path.jl 83.80% <81.81%> (+1.98%) ⬆️
src/system.jl 90.90% <100.00%> (+5.63%) ⬆️
src/test.jl 95.70% <100.00%> (+2.35%) ⬆️
src/windows.jl 88.57% <100.00%> (ø)
src/libc.jl 60.00% <0.00%> (+1.66%) ⬆️
... and 1 more

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 37c328b...527c558. Read the comment docs.

@rofinn rofinn merged commit 4553952 into master Apr 8, 2020
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 this pull request may close these issues.

Should we really add a method to norm?

2 participants