Nicolas Busser

Results 3 comments of Nicolas Busser

We need to use a frozen release version for our [project](https://github.com/pop123123123/sentence-mixing). It will be very clumsy for us if we have to handle a conda environment. Everything works with frozen...

We want to be able to freeze our project that uses MFA as external dependency. Since conda environment cannot be frozen directly, we would need to install every external dependencies...

I would like to report a similar over-zealous case when using the same comparison operator: ```cpp (a == 0) && (b == 0) // True negative, OK (a == 0)...