[PATCH] D56420: [gn build] Add a TODO.txt file
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 8 07:27:51 PST 2019
thakis added a comment.
I'd prefer to land this as a txt file:
- rst requires a newline after toplevel list entries to accept nested lists, which makes the txt file less readable
- md doesn't, but it insists on `` around every string that contains an underscore, else parts of the word become italic
That is, editing the file gets much more annoying, and the file is reasonably readable when rendered as txt too.
Sound ok?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56420/new/
https://reviews.llvm.org/D56420
More information about the llvm-commits
mailing list