|
|
|
|
|
by 0zymandiass
2439 days ago
|
|
To me, at least, the issue with that commit message is the signal-to-noise ratio.
There is a lot of exposition for each piece of information. I prefer a more declarative commit message.
However, from the writing, I suspect this is just due to the committer not being a native English speaker. e.g. the first paragraph doesn't lose any important information trimming it down to: "After adding a test matching the contents of router_routes.conf,
`bundle exec rake` fails with: ArgumentError:
invalid byte sequence in US-ASCII
"Realistically, it would have been a better commit message if they'd given the shortlog SHA where the test was added that exposed the bug rather than an explanation of what the test does. "After adding test <testname> (08c3e17), `bundle exec rake` fails with:" |
|
Do other people commit breaking tests and then fixes?