iopipe code to count lines in gzipped file works with v 0.1.7 but fails with 0.2.1

Steven Schveighoffer schveiguy at gmail.com
Sat Aug 8 01:31:08 UTC 2020


On 8/7/20 8:57 PM, Steven Schveighoffer wrote:
> I tried adding
> 
> dependency "io" version="~>0.3.0"
> 
> But it fails with:
> 
> Got no configuration for dependency io ~>0.3.1 of hello ~master!?
> 
> If I add
> 
> dependency "io" version="*"
> 
> it works.
> 
> I think this is an issue with dub when using an inline recipe file, but 
> I don't know?

ugh. This is an issue with iopipe specifying io version 0.2.x. I will 
fix this.

-Steve


More information about the Digitalmars-d-learn mailing list