From 2fa37508190dc1ce11f220db6805b515a48777e6 Mon Sep 17 00:00:00 2001 From: sjanzou Date: Tue, 23 Sep 2025 03:39:09 -0600 Subject: [PATCH 1/3] Update wxWidgets to 3.2.8 for MacOS runners with Clang 17 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d2b5f5770..58c8904e45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release DEFAULT_BRANCH: develop - WX_VERSION: '3.2.6' + WX_VERSION: '3.2.8' jobs: build-ubuntu: From f39393ff33c08784b4ddc9df83b9a0524ff5ed38 Mon Sep 17 00:00:00 2001 From: Steven Janzou Date: Wed, 24 Sep 2025 00:42:00 -0600 Subject: [PATCH 2/3] Update workflow to wxWidgets 3.2.8.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58c8904e45..2ee4f4fc4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release DEFAULT_BRANCH: develop - WX_VERSION: '3.2.8' + WX_VERSION: '3.2.8.1' jobs: build-ubuntu: From ecb3f109853a32166aadb46f5d512b6cea36877b Mon Sep 17 00:00:00 2001 From: Steven Janzou Date: Wed, 24 Sep 2025 01:46:04 -0600 Subject: [PATCH 3/3] Update comment for ssc_auto_exec preprocessing based on email from Matt --- src/invoke.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invoke.cpp b/src/invoke.cpp index 4e656d3572..a5262af14b 100644 --- a/src/invoke.cpp +++ b/src/invoke.cpp @@ -2069,7 +2069,7 @@ void fcall_ssc_auto_exec(lk::invoke_t& cxt) // if (auto vv = cxt.env()->lookup(name, true)) // if (auto vv = c->Values(0).Get(name)) // TODO: hybrids /* -* Note for hybrids - the search starts with the firs case vartable and continues until the first "name" is found in the UI +* Note for hybrids - the search starts with the first case vartable and continues until the first "name" is found in the UI */ auto cfg = c->GetConfiguration(); int ndxHybrid = 0; if (cfg->Technology.size() > 1) { // select ndxHybrid based on compute module position in simulations collection