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

play 3.0.3 #23

Merged
merged 1 commit into from
Jun 3, 2024
Merged

play 3.0.3 #23

merged 1 commit into from
Jun 3, 2024

Conversation

tfreemanLucid
Copy link
Contributor

upgrade Play to 3.0.3

@@ -91,6 +92,7 @@ object CommandLinePlayRoutesCompiler {
config.additionalImports,
config.generateForwardsRouter,
config.generateReverseRouter,
config.jsReverseRouter,
Copy link
Contributor

Choose a reason for hiding this comment

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

We use the javascript reverse routes quite a bit so we'll either want to just use generateReverseRouter for this rather than adding a new field, or make this configurable based on the command line options and add it to the bazel rules here. Adding a command line option and an input to the bazel rule would be best, but a lot more work, so I think it's fine if you just want to use config.generateReverseRouter here and not bother with the other changes

Copy link
Contributor

@coreywoodfield coreywoodfield left a comment

Choose a reason for hiding this comment

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

make js route generation configurable somehow

Copy link
Contributor

@SrodriguezO SrodriguezO left a comment

Choose a reason for hiding this comment

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

lgtm; thanks! I'll kick off the publish shortly

@SrodriguezO SrodriguezO merged commit ffddd76 into lucidsoftware:master Jun 3, 2024
2 checks passed
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.

3 participants