Skip to content

Conversation

@mkurz
Copy link
Member

@mkurz mkurz commented Oct 18, 2022

First I push a commit to update the current simple scripted test to see if my coming changes will not break backwards compatibility.

Update: That first commit passed the tests 👍
Now I pushed the real "fix" and tests for it.

// Files named exactly "more.routes"
headerMappings := headerMappings.value + (HeaderFileType("routes", None, "more") -> HeaderCommentStyle.cStyleBlockComment)
// Hidden files named exactly ".routes"
headerMappings := headerMappings.value + (HeaderFileType("", None, ".routes") -> HeaderCommentStyle.cppStyleLineComment)
Copy link
Member Author

@mkurz mkurz Oct 18, 2022

Choose a reason for hiding this comment

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

I think these three lines explain what this whole pull request is all about.

@mkurz
Copy link
Member Author

mkurz commented Oct 18, 2022

@hseeberger Can you take a look? This pull request is fully compatible with previous releases (see the first commit I added) and we would need that feature in the Play Framework. Thanks!

@hseeberger
Copy link
Member

Looking good. Thanks a lot!

@hseeberger hseeberger merged commit 3882166 into sbt:master Oct 20, 2022
@mkurz mkurz deleted the support_no_extensions branch October 20, 2022 08:18
@mkurz
Copy link
Member Author

mkurz commented Oct 20, 2022

@hseeberger Can you please also cut a new release? Thanks!

@mkurz
Copy link
Member Author

mkurz commented Oct 20, 2022

Thanks for the release!

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