demetrixbio / GslCore

Core library and basic plug-ins for the Amyris Genotype Specification Language (GSL) compiler.
Apache License 2.0
6 stars 1 forks source link

BUG: loss of inline fuse slice under rare conditions #8

Closed daz10000 closed 4 years ago

daz10000 commented 4 years ago

This was a similar bug to some previous cases where prev was used instead of slicesOut in procAssembly, resulting in revision of previous slices, and dropping a fuse slice. Good test coverage and a fix.