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

Towards Julia 0.6 compatibility #197

Merged
merged 7 commits into from
Mar 30, 2017
Merged

Towards Julia 0.6 compatibility #197

merged 7 commits into from
Mar 30, 2017

Conversation

tkoolen
Copy link
Collaborator

@tkoolen tkoolen commented Mar 30, 2017

Fix a bunch of issues on Julia 0.6. Not quite there yet; there are some segfaults and illegal instruction errors while running tests, on the same line as referenced in JuliaLang/julia#21216, so I'm hoping that once that issue gets fixed, my problems go away as well.

@codecov
Copy link

codecov bot commented Mar 30, 2017

Codecov Report

Merging #197 into master will not change coverage.
The diff coverage is 95%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #197   +/-   ##
=======================================
  Coverage   94.91%   94.91%           
=======================================
  Files          18       18           
  Lines        2046     2046           
=======================================
  Hits         1942     1942           
  Misses        104      104
Impacted Files Coverage Δ
src/frames.jl 90.9% <100%> (ø) ⬆️
src/joint.jl 93.75% <100%> (ø) ⬆️
src/third_party_addendum.jl 95.45% <100%> (ø) ⬆️
src/rigid_body.jl 90.9% <100%> (ø) ⬆️
src/graphs.jl 90.85% <100%> (ø) ⬆️
src/contact.jl 87.95% <100%> (ø) ⬆️
src/spatial.jl 93.26% <100%> (ø) ⬆️
src/parse_urdf.jl 93.67% <100%> (ø) ⬆️
src/util.jl 98.95% <80%> (ø) ⬆️

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 c5b1f2b...a4b4a02. Read the comment docs.

@tkoolen tkoolen merged commit aa31f0c into master Mar 30, 2017
@tkoolen tkoolen deleted the julia-0.6 branch March 30, 2017 23:56
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.

2 participants