| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The title has appeared twice in the book title list since faker-ruby#484 (Dec 2015), when the list was bulk-replaced with titles sourced from Wikipedia. Both Reginald Hill's novel and Dickens' A Tale of Two Cities Book 1 share the name, so the source list had two entries that were pasted without deduplication. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
💯
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Motivation / Background
Faker::Book.title can return "Recalled to Life" with twice the expected probability because it appears twice in the title list (lines 141–142 of lib/locales/en/book.yml).
The duplicate has been present since #484 (Dec 2015), when the book title list was bulk-replaced with titles sourced from Wikipedia. Both Reginald Hill's novel and Book 1 of Dickens' A Tale of Two Cities share the name, so the source list had two entries that were pasted without deduplication.
This PR removes one of the two identical entries.
Checklist