Skip to content

SST Master Branch Merger: Auto Create Pull Request to Promote from devel to master - All Tests Ran Clean#1326

Merged
sst-autotester merged 7 commits intomasterfrom
devel
May 2, 2025
Merged

SST Master Branch Merger: Auto Create Pull Request to Promote from devel to master - All Tests Ran Clean#1326
sst-autotester merged 7 commits intomasterfrom
devel

Conversation

@sst-autotester
Copy link
Contributor

Pull Request created to promote from devel branch to master due to successfully passing the following Jenkins Jobs :
JENKINS_SRN/SST__Nightly_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_Mainline : Build 529
JENKINS_SRN/SST__Nightly_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_Mainline_MR-2 : Build 354
JENKINS_SRN/SST__Nightly_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_Mainline_MT-2 : Build 353
JENKINS_SRN/SST__Nightly_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_Mainline_OutOfSource : Build 352
JENKINS_SRN/SST__Nightly_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_SST-Macro_NoCore : Build 353
JENKINS_SRN/SST__Nightly_NewFW_OSX-14-XC15-ARM2_OMPI-4.1.6_PY3.10_SST-Macro_WithCore : Build 352
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_Mainline : Build 1512
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_Mainline_memH-A_Sweep-1 : Build 1488
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_Mainline_memH-A_Sweep-2 : Build 1494
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_Mainline_memH-A_Sweep-3 : Build 1489
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_Mainline_memH-A_Sweep-4 : Build 1489
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_Mainline_MR-2 : Build 1485
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_Mainline_MT-2 : Build 1485
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_Mainline_MT-4 : Build 1484
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_Mainline_OutOfSource : Build 1483
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_Make-Dist : Build 1488
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_SST-Macro_NoCore : Build 1487
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_SST-Macro_WithCore : Build 1487
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-4.1.4_PY3.6_SST_Macro_Make-Dist : Build 1491
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-NONE_PY3.6_Mainline : Build 1468
JENKINS_SRN/SST__Nightly_NewFW_sst-test_OMPI-NONE_PY3.6_Mainline_MT-2 : Build 1487
JENKINS_SRN/SST__Nightly_NewFW_Ubuntu-22.04_Doxygen : Build 364
JENKINS_SRN/SST__Nightly_NewFW_Ubuntu-24.04_OMPI-4.1.6_PY3.12_Mainline : Build 412
JENKINS_SRN/SST__Nightly_NewFW_Ubuntu-24.04_OMPI-4.1.6_PY3.12_Mainline_MR-2 : Build 346
JENKINS_SRN/SST__Nightly_NewFW_Ubuntu-24.04_OMPI-4.1.6_PY3.12_Mainline_MT-2 : Build 353
JENKINS_SRN/SST__Nightly_NewFW_Ubuntu-24.04_OMPI-4.1.6_PY3.12_Make-Dist : Build 356
JENKINS_SRN/SST__Nightly_NewFW_Ubuntu-24.04_OMPI-4.1.6_PY3.12_SST-Macro_NoCore : Build 351
JENKINS_SRN/SST__Nightly_NewFW_Ubuntu-24.04_OMPI-4.1.6_PY3.12_SST-Macro_WithCore : Build 347

leekillough and others added 7 commits April 28, 2025 13:28
… type (#1303)

is_same_type_template_v<TYPE, TEMPLATE> returns true if TYPE is a variation
of TEMPLATE with arguments.

The name is *_type_template_* to emphasize that the arguments are a type and a
template, respectively, in that order.

Use is_same_type_template_v<> to simplify tuple, adapter and insertable
container code

Merge pointer and non-pointer serialize_impl adapter implementations

Add is_insertable_v<> template to test whether a type is an insertable type,
and use it to simplify pointer and non-pointer serialize_impl implementations
for insertable containers
* Addresses some compile warnings under gcc 8.5-14.2
fix error in non-instantiated template
The version in .pre-commit-config.yaml isn't bumped from v12.0.1 to v20.1.0
here as the GitHub Actions workflow triggers for it differ:

- pre-commit fires on `pull_request` and `push`, so needs to be changed at
  the same time as the formating changes
- `PR_clang-format_test` fires on `pull_request_target`, so needs to be
  merged before the formatting changes
@sst-autotester sst-autotester merged commit 3ee8336 into master May 2, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants