Skip to content

Commit

Permalink
squash! Rebase paths in error messages from chromium.py
Browse files Browse the repository at this point in the history
checkpoint
  • Loading branch information
John-LittleBearLabs committed Aug 13, 2024
1 parent 9d5fd5c commit 781b588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def check(version, version_set, s, close):
try:
when, version = self.release_versions(channel, pfrm)[0]
s = f"{channel}-{pfrm}-{when}"
close = VERSION_CLOSE_ENOUGH * ci * (pi + 1)
close = VERSION_CLOSE_ENOUGH * (ci + 0.01) * (pi + 1)
check(version, version_set, s, close)
except IndexError:
pass # One may assume this is Linux Extended
Expand Down
2 changes: 1 addition & 1 deletion library/src/ipfs_client/ipld/directory_shard.cc
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ std::vector<std::string> Self::hexhash(std::string_view path_element) const {
}

Self::DirShard(std::uint64_t fanout) : fanout_{fanout} {}
Self::~DirShard() noexcept {}
Self::~DirShard() noexcept = default;
Self* Self::as_hamt() {
return this;
}
Expand Down

0 comments on commit 781b588

Please sign in to comment.