symmetryinvestments / autowrap

Wrap existing D code for use in Python, Excel, C#
BSD 3-Clause "New" or "Revised" License
80 stars 16 forks source link

AlwaysTry version makes it so that __traits(compiles) checks are skipped #255

Closed atilaneves closed 4 years ago

atilaneves commented 4 years ago

This can aid in determining lingering issues in autowrap that may cause compilation failures. It can also help with problems with speculative templates in the dmd frontend with regards to template code emission algorithms.

codecov[bot] commented 4 years ago

Codecov Report

Merging #255 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #255   +/-   ##
=======================================
  Coverage   61.46%   61.46%           
=======================================
  Files           9        9           
  Lines         109      109           
=======================================
  Hits           67       67           
  Misses         42       42           
Impacted Files Coverage Δ
common/source/autowrap/common.d 0.00% <ø> (ø)
pynih/source/python/type.d 0.00% <ø> (ø)
reflection/source/autowrap/reflection.d 0.00% <ø> (ø)
tests/main.d 66.66% <ø> (ø)

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 3002179...9f0ba28. Read the comment docs.