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

List of groupBy are now true KtList not KtMutableList, allowing furhter processing #140

Merged
merged 6 commits into from
May 21, 2021

Conversation

passsy
Copy link
Owner

@passsy passsy commented May 21, 2021

Fixes #139

Also:

  • Change KtMap.getOrDefault<T> to return T instead of T?
  • Fix CI

@passsy passsy merged commit 3047400 into master May 21, 2021
@passsy passsy deleted the feature/fix-groupBy-returned-value branch May 21, 2021 14:09
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.

groupByTransform(_).getOrDefault(_, KtList.empty()) crashes always
1 participant