Skip to content

[Retracted] bounty for not terrible diagnostics on enums with an untagged variant #2909

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Scripter17 opened this issue Mar 15, 2025 · 1 comment

Comments

@Scripter17
Copy link

Scripter17 commented Mar 15, 2025

Edit: Bounty retracted at request of serde maintainer. Sorry

#[derive(Deserialize, Serialize)]
enum Rule {
    ..,
    #[serde(untagged)]
    Normal {condition: Condition, ..}
}

I'm tired of this one single #[serde(untagged)] making 99% of the typos I make require repeatedly ripping my config in half to binary search for it and I'm tired of every attempt at this ending in "It's too hard :(".

I can have the money in the bank as soon as tomorrow and get it to you over paypal as soon as I get home afterwards. If $130 isn't enough I can probably add a fair bit each month (at MOST $100/month, but that much is unlikely) depending on the actions of the enemy (further clarification risks getting Political). If you can wait, I'm willing to pay basically any amount for even just the location of the error.

I've previously made good on a $20 bounty in const-str and a $100 bounty in rclone, if you need assurances. I've also given gallery-dl somewhere in the range of I think $400 but that was donations instead of bounties (some of it may have been bounties. It's been a while).

@oli-obk
Copy link
Member

oli-obk commented Mar 15, 2025

Please do not create bounties for serde.

@oli-obk oli-obk closed this as completed Mar 15, 2025
@Scripter17 Scripter17 changed the title $130 USD bounty for not terrible diagnostics on enums with an untagged variant [Retracted] bounty for not terrible diagnostics on enums with an untagged variant Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants