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

switch to Julia v0.7 #16

Merged
merged 7 commits into from
Aug 19, 2018
Merged

switch to Julia v0.7 #16

merged 7 commits into from
Aug 19, 2018

Conversation

rdeits
Copy link
Contributor

@rdeits rdeits commented Aug 13, 2018

This involves more subtle macro expansion changes, as I think @__MODULE__() is not exactly the same as current_module(), but it does appear to work so far...

Closes #12 (actually already fixed)

.travis.yml Outdated
after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("JSExpr")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to import JSExpr here I don't think. It doesn't hurt though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@codecov-io
Copy link

codecov-io commented Aug 17, 2018

Codecov Report

Merging #16 into master will increase coverage by 5.5%.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #16     +/-   ##
======================================
+ Coverage   84.49%   90%   +5.5%     
======================================
  Files           2     2             
  Lines         129   100     -29     
======================================
- Hits          109    90     -19     
+ Misses         20    10     -10
Impacted Files Coverage Δ
src/JSExpr.jl 87.34% <100%> (+6.75%) ⬆️
src/util.jl 100% <0%> (ø) ⬆️

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 6b0c02e...62e300d. Read the comment docs.

@rdeits
Copy link
Contributor Author

rdeits commented Aug 17, 2018

Ok, all green!

@piever
Copy link

piever commented Aug 19, 2018

Can I merge this and tag a release?

@rdeits
Copy link
Contributor Author

rdeits commented Aug 19, 2018

Yes please

@piever piever merged commit df30bf3 into JuliaGizmos:master Aug 19, 2018
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.

Call @js fails in Julia 0.7
5 participants