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

Fix string concats breaking weirdly #104

Merged
merged 3 commits into from
Dec 10, 2019

Conversation

dansanduleac
Copy link
Contributor

Before this PR

String concatenations (or other binary operations) could be broken inside a method's multiple arguments that were otherwise inlined, and didn't look good.

See https://github.com/palantir/conjure-java-runtime/pull/1285/files#r356006884

After this PR

==COMMIT_MSG==
No longer break string concats unless they are a method's only argument on the line so far.
==COMMIT_MSG==

Possible downsides?

@changelog-app
Copy link

changelog-app bot commented Dec 10, 2019

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

No longer break string concats unless they are a method's only argument on the line so far.

Check the box to generate changelog(s)

  • Generate changelog entry

@iamdanfox
Copy link
Contributor

🚂

@bulldozer-bot bulldozer-bot bot merged commit d39fddc into develop Dec 10, 2019
@bulldozer-bot bulldozer-bot bot deleted the ds/fix-string-concats-inlining branch December 10, 2019 18:32
@svc-autorelease
Copy link
Collaborator

Released 0.3.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants