Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use # to delineate name/index #637

Merged
merged 4 commits into from
Sep 5, 2022
Merged

Use # to delineate name/index #637

merged 4 commits into from
Sep 5, 2022

Conversation

SimonCropp
Copy link
Member

@SimonCropp SimonCropp commented Sep 5, 2022

Previously index + name were appended to the prefix. This was often confusing,

Given the following:

  • Test.Method.00.verified.txt
  • Test.Method.01.verified.png
  • Test.Method.02.name1.verified.png
  • Test.Method.03.name1.verified.html
  • Test.Method.04.name2.verified.png
  • Test.Method.05.name2.verified.html

Will now become:

  • Test.Method.verified.txt
  • Test.Method.verified.png
  • Test.Method#name1.verified.png
  • Test.Method#name1.verified.html
  • Test.Method#name2.verified.png
  • Test.Method#name2.verified.html

Given the following:

  • Test.Method.00.verified.txt
  • Test.Method.01.verified.txt

Will now become:

  • Test.Method#01.verified.txt
  • Test.Method#02.verified.txt

@SimonCropp SimonCropp merged commit e70f2be into main Sep 5, 2022
@SimonCropp SimonCropp deleted the use-#-to-deliniate-name branch September 5, 2022 01:48
@SimonCropp SimonCropp added this to the 18.0.0 milestone Sep 28, 2022
@SimonCropp SimonCropp changed the title Use # to deliniate name/index Use # to delineate name/index Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant