Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tuProlog/2p-kt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.31.21
Choose a base ref
...
head repository: tuProlog/2p-kt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.32.0
Choose a head ref
  • 3 commits
  • 1,353 files changed
  • 3 contributors

Commits on Dec 26, 2023

  1. Copy the full SHA
    f3beae8 View commit details

Commits on Jan 3, 2024

  1. feat: use Kotlin 1.9.22 (#621)

    * chore(build): use kt-mp 4
    
    * chore(style): adapt to new kt-lint default rules
    
    * chore(deps): use kt-math 0.10.0
    
    * chore(style): address all issues highlighted by detekt
    
    * chore(style): more reformatting to comply to both kt-lint and detekt
    
    * chore(style): fix issues introduced during style review
    
    * chore: js-side adaptations to kt 1.9.x
    
    * chore(ci): test on lts+current version of runtimes
    
    * fix: make setof results ordered
    
    * fix: SimpleLRUCache eviction mechanism
    
    apparently fun <K, V> Map.Entry<K, V>.toPair(): Pair<K, V> is broken
    gciatto authored Jan 3, 2024
    Copy the full SHA
    0344422 View commit details
  2. chore(release): 0.32.0 [skip ci]

    ## [0.32.0](0.31.21...0.32.0) (2024-01-03)
    
    ### Features
    
    * use Kotlin 1.9.22 ([#621](#621)) ([0344422](0344422))
    
    ### Dependency updates
    
    * **deps:** update dependency semantic-release-preconfigured-conventional-commits to v1.1.85 ([f3beae8](f3beae8))
    semantic-release-bot committed Jan 3, 2024
    Copy the full SHA
    3eb53c9 View commit details
Loading