Skip to content

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

Merged
merged 10 commits into from
Jul 24, 2025
Merged

Conversation

ydbot
Copy link
Collaborator

@ydbot ydbot commented Jul 24, 2025

PR was created by rightlib sync workflow run

atarasov5 and others added 10 commits July 23, 2025 17:06
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
@ydbot ydbot requested a review from a team as a code owner July 24, 2025 00:52
@ydbot ydbot added rightlib automerge PR created by sync workflow and will be automerged labels Jul 24, 2025
Copy link

🟢 2025-07-24 01:13:34 UTC The validation of the Pull Request description is successful.

Copy link

github-actions bot commented Jul 24, 2025

2025-07-24 01:22:43 UTC Pre-commit check linux-x86_64-relwithdebinfo for 4dc61c7 has started.
2025-07-24 01:23:07 UTC Artifacts will be uploaded here
2025-07-24 01:30:35 UTC ya make is running...
🟢 2025-07-24 03:52:38 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
41223 38440 0 0 2753 30

🟢 2025-07-24 03:56:10 UTC Build successful.
🟢 2025-07-24 03:56:28 UTC ydbd size 2.2 GiB changed* by +2.3 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 9911a2e merge: 4dc61c7 diff diff %
ydbd size 2 399 470 712 Bytes 2 399 473 048 Bytes +2.3 KiB +0.000%
ydbd stripped size 501 723 016 Bytes 501 723 720 Bytes +704 Bytes +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jul 24, 2025

2025-07-24 02:02:28 UTC Pre-commit check linux-x86_64-release-asan for 4dc61c7 has started.
2025-07-24 02:02:52 UTC Artifacts will be uploaded here
2025-07-24 02:09:50 UTC ya make is running...
🟡 2025-07-24 05:09:21 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
18585 18181 0 107 274 23

🟢 2025-07-24 05:11:24 UTC ydbd size 3.9 GiB changed* by +4.1 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 9911a2e merge: 4dc61c7 diff diff %
ydbd size 4 218 876 648 Bytes 4 218 880 840 Bytes +4.1 KiB +0.000%
ydbd stripped size 1 461 975 544 Bytes 1 461 977 080 Bytes +1.5 KiB +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

@ydbot
Copy link
Collaborator Author

ydbot commented Jul 24, 2025

Check checks_integrated failed. All future check are suspended, please remove the automerge-blocked label to enable checks. Sync workflow logs can be found here.

@ydbot ydbot added the automerge-blocked PR check failed and it will be ignored by automerge label Jul 24, 2025
Copy link

github-actions bot commented Jul 24, 2025

2025-07-24 05:43:08 UTC Pre-commit check linux-x86_64-relwithdebinfo for 4dc61c7 has started.
2025-07-24 05:43:21 UTC Artifacts will be uploaded here
2025-07-24 06:08:14 UTC ya make is running...
🟡 2025-07-24 07:24:45 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
41223 38441 0 3 2741 38

2025-07-24 07:28:18 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-07-24 07:40:55 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
339 (only retried tests) 262 0 0 49 28

🟢 2025-07-24 07:41:04 UTC Build successful.
🟢 2025-07-24 07:41:25 UTC ydbd size 2.2 GiB changed* by +2.3 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 9911a2e merge: 4dc61c7 diff diff %
ydbd size 2 399 470 712 Bytes 2 399 473 048 Bytes +2.3 KiB +0.000%
ydbd stripped size 501 723 016 Bytes 501 723 720 Bytes +704 Bytes +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jul 24, 2025

2025-07-24 05:43:27 UTC Pre-commit check linux-x86_64-release-asan for 4dc61c7 has started.
2025-07-24 05:43:40 UTC Artifacts will be uploaded here
2025-07-24 06:07:40 UTC ya make is running...
🟡 2025-07-24 08:06:37 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
18585 18096 0 194 273 22

🟢 2025-07-24 08:08:12 UTC Build successful.
🟢 2025-07-24 08:08:42 UTC ydbd size 3.9 GiB changed* by +4.1 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 9911a2e merge: 4dc61c7 diff diff %
ydbd size 4 218 876 648 Bytes 4 218 880 840 Bytes +4.1 KiB +0.000%
ydbd stripped size 1 461 975 544 Bytes 1 461 977 080 Bytes +1.5 KiB +0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

@PavelEfarinov PavelEfarinov removed the automerge-blocked PR check failed and it will be ignored by automerge label Jul 24, 2025
@ydbot ydbot merged commit 93df2fb into main Jul 24, 2025
21 of 24 checks passed
@ydbot ydbot deleted the merge-rightlib-250724-0050 branch July 24, 2025 10:41
@ydbot
Copy link
Collaborator Author

ydbot commented Jul 24, 2025

The PR was successfully merged into main using workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge PR created by sync workflow and will be automerged rightlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants