Conversation
|
CLANG-FORMAT TEST - FAILED (on last commit): |
|
CMAKE-FORMAT TEST - PASSED |
|
CLANG-FORMAT TEST - FAILED (on last commit): |
|
CMAKE-FORMAT TEST - PASSED |
|
CMAKE-FORMAT TEST - PASSED |
|
CLANG-FORMAT TEST - FAILED (on last commit): |
|
CLANG-FORMAT TEST - FAILED (on last commit): |
|
CMAKE-FORMAT TEST - PASSED |
|
CLANG-FORMAT TEST - PASSED |
|
CMAKE-FORMAT TEST - PASSED |
|
@feldergast I'm not sure what the linting check is unhappy with - could use a second glance. |
|
I had to approve your workflow to run, but you can see it here: https://github.com/sstsimulator/sst-core/actions/runs/17130304179/job/48593800032?pr=1410 |
|
@berquist those lines look equivalent ... it's kind of throwing me off, is this a spacing issue? |
|
If you have pre-commit set up on your system, you can just run "pre-commit run --all" and it should do the proper formatting as part of those checks. If not, getting that working may be easier than getting clang-format20 on your system. |
|
It is hard to read from the diff, because most don't display it well, but if you do what Scott says, you'll see that it's trailing whitespace. You can also see that "trim trailing whitespace" failed before running clang-format. |
|
CLANG-FORMAT TEST - PASSED |
|
CMAKE-FORMAT TEST - PASSED |
|
Status Flag 'Pre-Test Inspection' - - This Pull Request Requires Inspection... The code must be inspected by a member of the Team before Testing/Merging |
feldergast
left a comment
There was a problem hiding this comment.
Administrative review: Approved by @leekillough
|
Status Flag 'Pre-Test Inspection' - SUCCESS: The last commit to this Pull Request has been INSPECTED by label AT: PRE-TEST INSPECTED! Autotester is Removing Label; this inspection will remain valid until a new commit to source branch is performed. |
|
Status Flag 'Pull Request AutoTester' - Testing Jenkins Projects: Pull Request Auto Testing STARTING (click to expand)Build InformationTest Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.9_sst-elements
Build InformationTest Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.9_sst-elements_MR-2
Build InformationTest Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.9_sst-elements_MT-2
Build InformationTest Name: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.9_sst-core_Make-Dist
Build InformationTest Name: SST__AutotestGen2_NewFW_OSX-15-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
Using Repos:
Pull Request Author: ct-clmsn |
|
Status Flag 'Pull Request AutoTester' - Jenkins Testing: 1 or more Jobs FAILED Note: Testing will normally be attempted again in approx. 4 Hrs. If a change to the PR source branch occurs, the testing will be attempted again on next available autotester run. Pull Request Auto Testing has FAILED (click to expand)Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.9_sst-elements
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.9_sst-elements_MR-2
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.9_sst-elements_MT-2
Job: SST__AutotestGen2_NewFW_sst-test_OMPI-4.1.4_PY3.9_sst-core_Make-Dist
Job: SST__AutotestGen2_NewFW_OSX-15-XC15-ARM2_OMPI-4.1.6_PY3.10_sst-elements
|
|
Looks like core has diverged too far. This PR fails with missing type declarations. Will need to be rebased, fix and repushed. |
|
I have created https://github.com/leekillough/sst-core/tree/loghistogram which is merged with If this feature is still desired, someone else will need to spend some time bringing the code up-to-date. |
| return false; | ||
| } | ||
| return false; | ||
| } |
There was a problem hiding this comment.
The isStatModeSupported() function can be removed. The STAT_MODE_* types no longer exist and the default implementation of the function is correct for statlghistogram. Background: The function signature changed to take a bool indicating COUNT (false) or PERIODIC (true). DUMP_AT_END was always unused and no longer exists.
|
@gvoskuilen any guidance here to port the code to the latest stats codebase? |
initial import of LogBinHistogram for #359 which is related to #381