Conversation
|
Ah - guess I need to exclude externalpackages? |
I do not think so. The cmake code for PVODE was done by @ZedThree |
|
ok. I assume it will also modify |
|
I do not think they are checked out - and thus not modified. |
|
Please feel free to merge if you're happy |
|
I'm definitely in favour of automatting the formatting, but please can we tweak the config before merging this? Currently it formats bout_add_example(
conduction-snb
SOURCES
conduction-snb.cxx
EXTRA_FILES
fit_temperature.py
sinusoid.py
snb.csv
spitzer-harm.csv
step.py
temperature.csv
vfp.csv
DATA_DIRS
data
step)It looks like there's support for custom commands that should make this nicer. I also see there's a "dangle_parens" option that would be good to enable. This puts the closing bracket on a newline for multiline commands, which helps keep diffs small. |
|
Looks good. Maybe you can rebase to remove the bot commits + force push? Then we do not have the bad formatting in the history. |
ZedThree
left a comment
There was a problem hiding this comment.
There's some missing kwargs for the custom commands (you probably want to double check this config works though!)
Will do - I'll make the changes that Peter suggested, then force push to get rid of the bot commits once we're happy that the templates are correct. |
…le, bout_add_integrated_test, bout_add_mms_test, bout_handle_requires_conflicts more nicely.
6e22dac to
145cc25
Compare
|
Made those template changes and disabled an option that seemed to be screwing up comments. |
ZedThree
left a comment
There was a problem hiding this comment.
Lovely, thanks @oparry-ukaea!
|
👍 I'll force push once more to get rid of the bot commit. |
bb6c81c to
523ee8a
Compare
|
Ready to merge. |
Add a missing in-place flag such that the CI CMake formatting step works as intended.