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

When a Map has a non-indexable key, use a Map (plus refactoring and version bumps) #39

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

aSemy
Copy link

@aSemy aSemy commented Jan 5, 2022

Hey, so there are lots of changes in this PR. I recognise there's quite a lot, and so if you'd like I can break them down into smaller PRs so they can be reviewed step-by-step. But first I thought I'd send over the end result rather than flooding you with lots of small PRs!

In summary:

  • upgrade versions (Gradle, Kotlin, Spek, Junit)
  • add the qoomon.git-versioning plugin (the project's version will be determined by the git tag of the current commit)
  • Migrate Gradle to .kts
  • apply some project config files (git config, gitignore, editor config)
  • some refactoring
    • split up test classes
    • standardise code style
    • remove un-used code
  • added more test cases
  • added Jacoco code coverage
  • if a Map<> has a non-indexable key, use an ES6 Map (Resolves Kotlin Maps with non-string non-numeric keys should map to Map instead of an Object #16)

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.

Kotlin Maps with non-string non-numeric keys should map to Map instead of an Object
1 participant