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

fairly comprehensive reorg #68

Merged
merged 26 commits into from
Nov 21, 2017
Merged

fairly comprehensive reorg #68

merged 26 commits into from
Nov 21, 2017

Conversation

mweastwood
Copy link
Owner

This tidies up the code, fixes a few outstanding bugs, and makes this package usable with Julia v0.6.

mweastwood and others added 25 commits October 12, 2017 22:17
memcpy wasn't working for some reason.. I think I must have
misunderstood the type of the storage() or something
There were two issues:

* apparently linking share libraries together into a single shared library
is not a good thing to do, so we keep things as "relocatable object
files" and compile those into a shared library

* I think there were two copies of my package floating around on Travis
and one was getting built, the other was getting tested, so just use the
default testing script
TODO: split src/measures/measures.jl into several files
and fix up math with measures
@codecov-io
Copy link

codecov-io commented Nov 21, 2017

Codecov Report

Merging #68 into master will decrease coverage by 0.37%.
The diff coverage is 97.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #68      +/-   ##
==========================================
- Coverage   98.14%   97.77%   -0.38%     
==========================================
  Files           3       15      +12     
  Lines         270      360      +90     
==========================================
+ Hits          265      352      +87     
- Misses          5        8       +3
Impacted Files Coverage Δ
src/measures/sexagesimal.jl 100% <100%> (ø)
src/measures/directions.jl 100% <100%> (ø)
src/measures/baselines.jl 100% <100%> (ø)
src/measures/mathematics.jl 100% <100%> (ø)
src/measures/epochs.jl 100% <100%> (ø)
src/tables/columns.jl 100% <100%> (ø)
src/Measures.jl 100% <100%> (ø)
src/Tables.jl 100% <100%> (ø)
src/tables/types.jl 100% <100%> (ø)
src/tables/rows.jl 100% <100%> (ø)
... and 20 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 acf2c4d...5e44431. Read the comment docs.

@mweastwood mweastwood merged commit 0aa3e54 into master Nov 21, 2017
@mweastwood mweastwood deleted the modernization branch November 21, 2017 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants