Skip to content

feat(legacy): support any separator before hash in fileNames#15170

Merged
patak-cat merged 1 commit intomainfrom
refactor/legacy-respect-file-names-separators-before-hash
Nov 29, 2023
Merged

feat(legacy): support any separator before hash in fileNames#15170
patak-cat merged 1 commit intomainfrom
refactor/legacy-respect-file-names-separators-before-hash

Conversation

@patak-cat
Copy link
Member

Description

Small followup to:

See comment: #15115 (comment)

Before this PR:

custom_[hash].[ext] -> custom_-template[hash].[ext]

Afterwards

custom_[hash].[ext] -> custom-template_[hash].[ext]

What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

@patak-cat patak-cat requested a review from sapphi-red November 28, 2023 14:17
@patak-cat patak-cat added p2-nice-to-have Not breaking anything but nice to have (priority) plugin: legacy labels Nov 28, 2023
Copy link
Member

@sapphi-red sapphi-red left a comment

Choose a reason for hiding this comment

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

Maybe we should have a test for modern filename -> legacy filename conversion.

@patak-cat
Copy link
Member Author

Let's work on the tests to check the whole thing in another PR.

@patak-cat patak-cat merged commit ecab41a into main Nov 29, 2023
@patak-cat patak-cat deleted the refactor/legacy-respect-file-names-separators-before-hash branch November 29, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

p2-nice-to-have Not breaking anything but nice to have (priority) plugin: legacy

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants