Skip to content

Conversation

@N-Dekker
Copy link
Contributor

Using Notepad++, Replace in Files, doing:

    Find what: ^([ ]+ )(typename )?(.*Size.*[^ ])[ ]+(\w+);[\r\n]+ [ ]+\4\.Fill\(
    Replace with: $1auto $4 = $3::Filled\(
    Filters: itk*.h;itk*.hxx;itk*.cxx
    [v] Match case
    (*) Regular expression

Follow-up to pull request InsightSoftwareConsortium#4887
commit be250b8
"STYLE: Replace `size.Fill` with `auto size = Size::Filled` in tests"
Using Notepad++, Replace in Files, doing:

    Find what: ^([ ]+ )(typename )?(.*Index.*[^ ])[ ]+(\w+);[\r\n]+ [ ]+\4\.Fill\(
    Replace with: $1auto $4 = $3::Filled\(
    Filters: itk*.h;itk*.hxx;itk*.cxx
    [v] Match case
    (*) Regular expression

Follow-up to pull request InsightSoftwareConsortium#4887
commit 504d63b
"STYLE: Replace `index.Fill` with `auto index = Index::Filled` in tests"
@github-actions github-actions bot added type:Infrastructure Infrastructure/ecosystem related changes, such as CMake or buildbots area:Core Issues affecting the Core module area:Filtering Issues affecting the Filtering module area:Registration Issues affecting the Registration module area:Segmentation Issues affecting the Segmentation module area:Numerics Issues affecting the Numerics module labels Oct 27, 2024
@N-Dekker N-Dekker marked this pull request as ready for review October 28, 2024 13:24
@dzenanz dzenanz merged commit 3ff56ea into InsightSoftwareConsortium:master Oct 29, 2024
13 checks passed
N-Dekker added a commit to N-Dekker/ITKSphinxExamples that referenced this pull request Nov 11, 2024
N-Dekker added a commit to N-Dekker/ITKSphinxExamples that referenced this pull request Nov 11, 2024
N-Dekker added a commit to SuperElastix/elastix that referenced this pull request Nov 15, 2024
N-Dekker added a commit to SuperElastix/elastix that referenced this pull request Nov 15, 2024
N-Dekker added a commit to SuperElastix/elastix that referenced this pull request Nov 15, 2024
N-Dekker added a commit to SuperElastix/elastix that referenced this pull request Nov 15, 2024
hjmjohnson pushed a commit to InsightSoftwareConsortium/ITKSphinxExamples that referenced this pull request Nov 25, 2024
hjmjohnson pushed a commit to InsightSoftwareConsortium/ITKSphinxExamples that referenced this pull request Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:Core Issues affecting the Core module area:Filtering Issues affecting the Filtering module area:Numerics Issues affecting the Numerics module area:Registration Issues affecting the Registration module area:Segmentation Issues affecting the Segmentation module type:Infrastructure Infrastructure/ecosystem related changes, such as CMake or buildbots

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants