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

Merge multiple lambda properties with same name and type, but different metadata #350

Closed
wants to merge 1 commit into from

Conversation

trilis
Copy link
Contributor

@trilis trilis commented Aug 4, 2020

This PR only changes behaviour for lambda properties with same type, but different metadata. For real conflicts, properties with same name and different type, behaviour stays the same (we don't merge them at all) -- this case would be discussed separately.

Copy link
Contributor

@Schahen Schahen left a comment

Choose a reason for hiding this comment

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

Feel free to merge and thank you )

@trilis
Copy link
Contributor Author

trilis commented Aug 12, 2020

14501d3

@trilis trilis closed this Aug 12, 2020
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.

stream.stream produces duplicate overloads: val write: ((chunk: Any, encoding: String /* "ascii" */...
2 participants