JKRT / OMFrontend.jl

Experimental implementation of NF. That is a Modelica frontend in 100% Julia
Other
2 stars 3 forks source link

Fix startup warnings #49

Closed JKRT closed 2 years ago

JKRT commented 2 years ago

Killing startup warnings + performance fixes

codecov-commenter commented 2 years ago

Codecov Report

Merging #49 (32031df) into master (e807315) will increase coverage by 0.00%. The diff coverage is 41.53%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   15.34%   15.35%           
=======================================
  Files         168      166    -2     
  Lines       59159    59113   -46     
=======================================
- Hits         9080     9074    -6     
+ Misses      50079    50039   -40     
Impacted Files Coverage Δ
src/AbsynToSCode.jl 42.79% <ø> (ø)
src/NewFrontend/NFAlgorithm.jl 0.00% <ø> (ø)
src/NewFrontend/NFBinding.jl 100.00% <ø> (ø)
src/NewFrontend/NFBuiltin.jl 0.00% <ø> (ø)
src/NewFrontend/NFCall.jl 21.93% <ø> (ø)
src/NewFrontend/NFCeval.jl 7.39% <ø> (ø)
src/NewFrontend/NFComponentRef.jl 48.24% <ø> (ø)
src/NewFrontend/NFConnectEquations.jl 10.28% <ø> (+0.08%) :arrow_up:
src/NewFrontend/NFConvertDAE.jl 18.54% <ø> (ø)
src/NewFrontend/NFDimension.jl 29.09% <ø> (ø)
... and 32 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 e807315...32031df. Read the comment docs.