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

std.mmfile can be imported by pynih #200

Closed atilaneves closed 4 years ago

atilaneves commented 4 years ago

But fails with this linker error with pyd:

ImportError: /home/atila/kaleidic/autowrap/examples/phobos/std_mmfile/lib/pyd/std_mmfile.so: undefined symbol: _D54TypeInfo_PS3std5stdio4File__T16BinaryWriterImplVbi1ZQx6__initZ
codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #200   +/-   ##
=====================================
  Coverage      63%    63%           
=====================================
  Files           9      9           
  Lines         100    100           
=====================================
  Hits           63     63           
  Misses         37     37

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 53921e2...4370563. Read the comment docs.