mirror of
https://gitee.com/openharmony/third_party_ninja
synced 2025-02-17 06:20:08 +00:00
!17 代码差异处理
Some checks failed
Linux / build (push) Has been cancelled
Linux / test (push) Has been cancelled
Linux / build-with-python (ubuntu:14.04) (push) Has been cancelled
Linux / build-with-python (ubuntu:16.04) (push) Has been cancelled
Linux / build-with-python (ubuntu:18.04) (push) Has been cancelled
Linux / Build Linux ARM64 (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (arm64, arm64) (push) Has been cancelled
Windows / build (x64, ) (push) Has been cancelled
Some checks failed
Linux / build (push) Has been cancelled
Linux / test (push) Has been cancelled
Linux / build-with-python (ubuntu:14.04) (push) Has been cancelled
Linux / build-with-python (ubuntu:16.04) (push) Has been cancelled
Linux / build-with-python (ubuntu:18.04) (push) Has been cancelled
Linux / Build Linux ARM64 (push) Has been cancelled
macOS / build (push) Has been cancelled
Windows / build (arm64, arm64) (push) Has been cancelled
Windows / build (x64, ) (push) Has been cancelled
Merge pull request !17 from liangxinyan123/master
This commit is contained in:
commit
0d3c72634d
@ -293,7 +293,7 @@ bool Plan::CleanNode(DependencyScan* scan, Node* node, string* err) {
|
||||
// wanted.
|
||||
bool outputs_dirty = false;
|
||||
if (!scan->RecomputeOutputsDirty(*oe, most_recent_input,
|
||||
&outputs_dirty, err)) {
|
||||
&outputs_dirty, err)) {
|
||||
return false;
|
||||
}
|
||||
if (!outputs_dirty) {
|
||||
@ -752,7 +752,8 @@ static std::string &Trim(std::string &s)
|
||||
return s;
|
||||
}
|
||||
|
||||
static std::vector<std::string> SplitStringBySpace(std::string content) {
|
||||
static std::vector<std::string> SplitStringBySpace(std::string content)
|
||||
{
|
||||
std::string space_delimiter = " ";
|
||||
std::vector<std::string> words{};
|
||||
size_t pos = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user