Jonathan David Page
Jonathan David Page
Okay, wow, this definitely breaks things. I'm a little embarrassed I didn't think to check letting rustc call the linker. Thanks for the quick response. Building a `staticlib` with the...
I made the default behavior to create a new salt file, but that means that old installations which upgrade need to set the setting to "disabled" to retain the old...
Okay, yeah, I don't have a good excuse for why I implemented it that way. I'm gonna chalk it up to having an off day :sweat: It now sets up...
As a workaround, changing the name of the method receiver parameter from `self` to something else solves the problem, e.g. the following behaves correctly: ```python from hypothesis import strategies as...