tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
494 stars 31 forks source link

Add an extern macro #11

Closed tshort closed 4 years ago

tshort commented 4 years ago

This is for calls to external functions made during linking.

codecov-io commented 4 years ago

Codecov Report

Merging #11 into master will increase coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage    92.7%   92.75%   +0.05%     
==========================================
  Files           7        8       +1     
  Lines         288      290       +2     
==========================================
+ Hits          267      269       +2     
  Misses         21       21
Impacted Files Coverage Δ
src/StaticCompiler.jl 100% <ø> (ø) :arrow_up:
src/extern.jl 100% <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 03b291c...4282b88. Read the comment docs.