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

Use .ptr instead of &[0] #273

Closed atilaneves closed 3 years ago

atilaneves commented 3 years ago

For some reason dmd master now considers the length of a string literal to be 0 even though it has a null terminator.

codecov[bot] commented 3 years ago

Codecov Report

Merging #273 (221f0f4) into master (9eabc7e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #273   +/-   ##
=======================================
  Coverage   62.29%   62.29%           
=======================================
  Files          12       12           
  Lines         122      122           
=======================================
  Hits           76       76           
  Misses         46       46           

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 9eabc7e...221f0f4. Read the comment docs.