Skip to content

Conversation

@zommiommy
Copy link
Collaborator

I cleaned up the implementations of arg{min, max} and arg{min, max}_filtered.

Argmin and argmax are helpful in general, so I refactored them into an extension trait for Iterator.

Meanwhile, arg_{min, max}_filtered are only used by computer.rs, so I moved them there.

zommiommy and others added 30 commits March 28, 2025 18:34
resolver 3 requires dependent crates referencing the git repo to have resolver 3
themselves, which requires edition 2024.

edition 2024 requires rustc 1.85 released last month and non-trivial changes
in some of said crates, so it is a bit early to require it now.
Use resolver 2 instead of 3
There is no reason to depend on edition 2021 yet, and it requires a very
recent compiler (1.85, released last month)
Switch from edition 2024 to 2021
@zommiommy zommiommy requested a review from vigna April 1, 2025 13:28
@zommiommy zommiommy closed this Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants