-
Notifications
You must be signed in to change notification settings - Fork 703
Sync branches 250724-0050: rightlib to main #21595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
commit_hash:c22dc757dcd7996bac8fb892184281503a2ab003
style fix commit_hash:7589c9112acc9e72fcc92ad80ca0fe02e0c601a9
commit_hash:48eba8344385f889169e9a032d4765da2d6d0637
…parser to properly consume next request in case of errors commit_hash:675fce530fe19d2b21a331550c41bb161054bacc
commit_hash:1ed0105027407485c1954258e5d4fb8270f94adb
Remove deprecated jar_(re)source_set semantics everywhere commit_hash:b96eff6e8fee0931d079da992eea5d37229bec5e
Remove support Conan1 commit_hash:13fd59ff0c5aba1dfc77504f9ee7def4ac5f6954
Fix copy conan\_provider.cmake for Conan 2.x commit_hash:0056cfae5ee3342b6eab3177010f0035f021cabd
The new macro `Y_HAS_CPP_ATTRIBUTE` simplifies the check for C++ attribute support by handling nested `#if defined(__has_cpp_attribute)` checks. Before: ```cpp #if defined(__has_cpp_attribute) #if __has_cpp_attribute(attribute_name) // use #else // fallback #endif #else // fallback #endif ``` After: ```cpp #if Y_HAS_CPP_ATTRIBUTE(attribute_name) // use #else // fallback #endif ``` Also, rename `Y_HAVE_ATTRIBUTE` to `Y_HAS_ATTRIBUTE` for consistency. commit_hash:7994e363e1c7632e0451891862d406d19ca24863
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Check |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
The PR was successfully merged into main using workflow |
PR was created by rightlib sync workflow run