adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
531 stars 128 forks source link

Error: variable `s` is shadowing variable `arsd.cgi.cgiMainImpl!(handle, Cgi, 5000000L).cgiMainImpl.s #232

Closed andre2007 closed 4 years ago

andre2007 commented 4 years ago

Could you have a look?

https://github.com/adamdruppe/arsd/blob/d04c6806e3cf4933b92a04798d92189971d86ec7/cgi.d#L3357

https://github.com/adamdruppe/arsd/blob/d04c6806e3cf4933b92a04798d92189971d86ec7/cgi.d#L3380

adamdruppe commented 4 years ago

What build flags are you using? and is this on a linux musl system?

adamdruppe commented 4 years ago

or just grab master and try again for me

andre2007 commented 4 years ago

Thanks, that works. Yes, I am working on Alpine Linux (Musl Lib C)