Skip to content

Doublons in contributors list #32

@delahondes

Description

@delahondes

What needs to be fixed?

First, I'm not too proud of this, this is very stupid glitch, but that's it. I was just curious about rust contributors list
(like this one : https://thanks.rust-lang.org/rust/1.51.0/)

I was looking for French names and I found some relatively unusual French-like names several times like "Amanieu d'Antras" which appear at positions 61 and 88.

This can be found using this script:

w3m -dump https://thanks.rust-lang.org/rust/1.51.0/|awk -F"  " '{print $2}'|sort|uniq -c|grep -v 1

which answers:

     20 
      2  Amanieu d'Antras
      2  Ashley Mannix
      2  Ian Jackson
      2  Ryan Scheel
      2 Bastian Kersting
      2 Tristan Dannenberg
      2 Weihang Lo

Page(s) Affected

Nearly all on thanks.rust-lang.org but definitively:

https://thanks.rust-lang.org/rust/all-time
https://thanks.rust-lang.org/rust/1.51.0/
https://thanks.rust-lang.org/rust/1.50.0/
https://thanks.rust-lang.org/rust/1.49.0/
https://thanks.rust-lang.org/rust/1.48.0/
https://thanks.rust-lang.org/rust/1.47.0/

Suggested Improvement

Merge the homonymous lines numbers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions