biod / sambamba

Tools for working with SAM/BAM data
http://thebird.nl/blog/D_Dragon.html
GNU General Public License v2.0
558 stars 104 forks source link

Compile Sambamba with DIP1000 #399

Closed pjotrp closed 3 years ago

pjotrp commented 5 years ago

https://forum.dlang.org/post/mcgqcxsmbugfsmvqodzb@forum.dlang.org

pjotrp commented 5 years ago

Two errors listed at least:

BioD/bio/std/hts/bam/md/parse.d(49): Error: returning `this._cached_front` escapes a reference to parameter `this`, perhaps annotate with `return`             
BioD/bio/std/hts/bam/md/parse.d(53): Error: returning `this._cached_back` escapes a reference to parameter `this`, perhaps annotate with `return`              
pjotrp commented 3 years ago

Done