Details
Details
- Reviewers
ldionne • Quuxplusone Mordante - Group Reviewers
Restricted Project - Commits
- rGb324798fc8fb: [libc++] Check clang-tidy version
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/utils/libcxx/test/dsl.py | ||
---|---|---|
221 | Instead, I'd rather have something like commandOutput that returns the output of the command, and then you can re.search on that from features.py. I think that's more likely to be useful in the future than runCommandGetVersion. | |
225 | I think we want to raise ConfigurationRuntimeError here (and yes, that means you'll need to handle the error from features.py, but I still think it's the right thing to do). |
libcxx/utils/libcxx/test/dsl.py | ||
---|---|---|
221 | Please add a suitable docstring, like all the other functions around it. |
Instead, I'd rather have something like commandOutput that returns the output of the command, and then you can re.search on that from features.py. I think that's more likely to be useful in the future than runCommandGetVersion.