Mathias LANG

Results 615 comments of Mathias LANG

Actually, you can't. I went and checked the RFC, and it says explicitly: > there is no way to specify a password without specifying a user name [RFC1738](https://datatracker.ietf.org/doc/html/rfc1738#section-3.1) I'm not...

A `const Foo` would not be assign-able to `Bar.f`. So following D-Scanner advice would lead to a compilation error. How's that correct ?

I think we should restrict ourselves to the strict requirement for compatibility for the moment. Until someone depends on it, there's no point in beautifying it.

Blocked by https://issues.dlang.org/show_bug.cgi?id=16479 (unless you want to merge this without tests ;) )

I'm not even sure this should live in Druntime TBH. It will bring its own set of maintenance issues, and I'm not sure tying those to the release schedule /...

> It's not like it's a dependency on an optional lib that the user has to install. Except it is. And different system will have different implementations and/or version, which...

Didn't know they were visible from here, well played Github ! The only things `CookieStore` adds over `DictionaryList!Cookie` is a nicer replacement (adding a `Cookie` with a matching domain /...

Which OpenSSL version ? Did you see it with v0.9.5 as well ?

@FreeSlave : I can't reproduce on OSX. Do you still see it with the latest release ?