[Lldb-commits] [PATCH] D101153: [lldb][NFC] Specify guidelines for API tests
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 27 09:04:42 PDT 2021
JDevlieghere added inline comments.
================
Comment at: lldb/docs/resources/test.rst:229
+ and makes the test much harder to debug and maintain. The test programs
+ should always be deterministic (i.e., do not generate and check against
+ random test values).
----------------
jasonmolenda wrote:
> teemperor wrote:
> > JDevlieghere wrote:
> > >
> > Done. I actually believe the comma is correct (at least the internet says it is and if that's not a reliable source than what is).
> two cents - if it were english, like "(that is, do not generate", I'd use a comma. I've never thought about which is correct with "i.e." but if I were thinking about it, I'd go with a comma.
Interesting, so this is a British/American English thing, where the former generally does not use a comma while the latter does. I learned something new today :-) Anyway, well free to add the comma again as the docs are all using American English. (sorry for the churn!)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101153/new/
https://reviews.llvm.org/D101153
More information about the lldb-commits
mailing list