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

Commits on Jan 4, 2022

  1. update to gradle 7.3.3

    aSemy committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    7bd3928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8df370a View commit details
    Browse the repository at this point in the history
  3. - migrate gradle to kts

    - update versions
      - kotlin 1.6.10
      - findbugs to 3.0.2
      - junit 5.8.3
    - add jacoco code coverage
    - centralized repository definitions in settings.gradle.kts
    aSemy committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    fcdab62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a88e35 View commit details
    Browse the repository at this point in the history
  5. fix code warnings

    aSemy committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    13a01a6 View commit details
    Browse the repository at this point in the history
  6. delete unused method

    aSemy committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    4927366 View commit details
    Browse the repository at this point in the history
  7. version bump

    aSemy committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    f9f7f12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0727c37 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    8f59aac View commit details
    Browse the repository at this point in the history
  2. apply project formatter

    aSemy committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0a51b86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04e23dd View commit details
    Browse the repository at this point in the history
  4. - merge Map<> tests into TestCollectionFields.kt

    - add test for Set<>
    - add tests for primitive arrays
    aSemy committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    a9473e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4838652 View commit details
    Browse the repository at this point in the history
  6. a litle bit of code tidying

    aSemy committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e633178 View commit details
    Browse the repository at this point in the history
  7. - migrate to spek2

    - remove 'expekt', replace with JUnit assertion
    aSemy committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    082c468 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a0c5e2 View commit details
    Browse the repository at this point in the history
  9. fix maven publishing

    aSemy committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    11d7d17 View commit details
    Browse the repository at this point in the history