fixed crashpad build on Windows with C++20#42
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR contains three independent updates to the bundled Crashpad diagnostics library. Windows error logging is updated to consistently convert wide-character file paths to UTF-8 for readable error messages. A GoogleTest PrintTo helper function for FilePath is disabled across both header and implementation files. Finally, the AlignedAllocator allocate method signature is modernized to use const void* for the hint parameter with nullptr as the default value. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 523aef8e-a717-44fe-976f-d17b158b0920
📒 Files selected for processing (4)
framework/diagnostics/thirdparty/google_crashpad_client/client/crash_report_database_win.ccframework/diagnostics/thirdparty/google_crashpad_client/third_party/mini_chromium/mini_chromium/base/files/file_path.ccframework/diagnostics/thirdparty/google_crashpad_client/third_party/mini_chromium/mini_chromium/base/files/file_path.hframework/diagnostics/thirdparty/google_crashpad_client/util/stdlib/aligned_allocator.h
ae5dda0 to
7b36242
Compare
Summary by CodeRabbit
Bug Fixes
Refactor