Skip to content

Correctly splitting the --extra-cmake-options input.#641

Merged
bartlettroscoe merged 1 commit intoTriBITSPub:masterfrom
djabaay:640_CorrectlySplitExtraCmakeOptions
Feb 2, 2026
Merged

Correctly splitting the --extra-cmake-options input.#641
bartlettroscoe merged 1 commit intoTriBITSPub:masterfrom
djabaay:640_CorrectlySplitExtraCmakeOptions

Conversation

@djabaay
Copy link
Copy Markdown
Contributor

@djabaay djabaay commented Jan 30, 2026

Description:
The use of commandLineOptionsToList wraps the default .split() command which splits on whitespace, not commas.
Fixes issue #640.

Copy link
Copy Markdown
Member

@bartlettroscoe bartlettroscoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this passes the tests, it should be fine to merge.

Description:
The use of commandLineOptionsToList wraps the default .split()
command which splits on whitespace, not commas.
Fixes issue TriBITSPub#640.
@bartlettroscoe bartlettroscoe force-pushed the 640_CorrectlySplitExtraCmakeOptions branch from 690543c to 27262c6 Compare February 2, 2026 15:55
@bartlettroscoe
Copy link
Copy Markdown
Member

Hum, for some reason, I can't get the GHA jobs to trigger. It says "Expected: Waiting for status to be reported" but I don't see anything happening. I rebased the branch off of 'master' and forced pushed and that did not trigger the GHA jobs. This must be some type of defect with GHA to explain this. The GHA was disabled for a while and that might be related here.

I ran this branch locally and it passed. (I was running in a container which is why I created #642.) I will just force merge this.

@djabaay
Copy link
Copy Markdown
Contributor Author

djabaay commented Feb 2, 2026

Thanks Ross!

@bartlettroscoe bartlettroscoe merged commit 4c20b86 into TriBITSPub:master Feb 2, 2026
12 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.

2 participants