David Hotham
David Hotham
This [gist](https://gist.github.com/dimbleby/cc356023e3b021a1cd28) contains some logic related to the 'gang warfare' problem in the recent Coursera modeling-with-minizinc course. (I've removed as much useful logic as I can while reproducing the issue,...
Fixes #7398 I don't know if anyone really understands this code - if they do, hopefully they'll show up and review this! Anyway the condition that I've added is basically...
```console > cargo c warning: expando.c Finished dev [unoptimized + debuginfo] target(s) in 0.10s ``` presumably because cl.exe likes to print the filename, I guess to stderr, eg ```console >...
Fixes #8862 so far as I can see something like the special case for `data_dir()` has been in the codebase since forever. I can't guess what it was for, so...
Scripts can be generated during build. But poetry-core insists that scripts exist ahead of time. fixes obviously this is giving up some validation: it is now possible to build a...
Cleaning
just a couple of miscellaneous bits of tidying that I have had lying around for a while, nothing interesting
don't include first prerelease in the allowed max for an exclusive range. Fixes https://github.com/python-poetry/poetry/issues/8475, https://github.com/python-poetry/poetry/issues/8405, https://github.com/python-poetry/poetry/issues/8202 (actually 8202 seems to have been resolved by changes in the available dependencies on...
- [X] I have searched the issue tracker and believe that this is not a duplicate. **Make sure you run commands with `-v` flag before pasting the output.** ## Steps...
I'm not seeing any issue reports complaining about the modern installer. It would be good to remove the non-modern installer from the codebase. Suggest it's about time to deprecate its...
The new `Epoll` API (as at nix 0.27) should be marked `unsafe`, probably on `Epoll::add()`. Currently the API has no `unsafe` on it, uses types from the [io-safety proposal](https://rust-lang.github.io/rfcs/3128-io-safety.html) -...