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: tschuchortdev/kotlin-compile-testing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.9.24
Choose a base ref
...
head repository: tschuchortdev/kotlin-compile-testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 15 files changed
  • 6 contributors

Commits on May 24, 2023

  1. update to Junit 5

    dariuszkuc committed May 24, 2023
    Configuration menu
    Copy the full SHA
    0e11049 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    84a9a2d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Release 1.6.0

    tschuchortdev committed May 26, 2024
    Configuration menu
    Copy the full SHA
    93c1ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ed473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d0932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b149d9 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'refs/remotes/dariuszkuc/junit5'

    # Conflicts:
    #	core/src/test/kotlin/com/tschuchort/compiletesting/CompilerPluginsTest.kt
    #	core/src/test/kotlin/com/tschuchort/compiletesting/KotlinJsCompilationTests.kt
    tschuchortdev committed May 26, 2024
    Configuration menu
    Copy the full SHA
    9f829bf View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'refs/remotes/GavinRay97/GavinRay97-patc…

    …h-1'
    
    # Conflicts:
    #	core/src/main/kotlin/com/tschuchort/compiletesting/KotlinCompilation.kt
    tschuchortdev committed May 26, 2024
    Configuration menu
    Copy the full SHA
    8212e5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    748e681 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f238179 View commit details
    Browse the repository at this point in the history
  9. Fix JS tests

    tschuchortdev committed May 26, 2024
    Configuration menu
    Copy the full SHA
    fd3fa71 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Bump actions/setup-java from 3 to 4

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tschuchortdev committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c41885f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Bump gradle/wrapper-validation-action from 1 to 3

    Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1 to 3.
    - [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
    - [Commits](gradle/wrapper-validation-action@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: gradle/wrapper-validation-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tschuchortdev committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4f531fb View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and tschuchortdev committed May 29, 2024
    Configuration menu
    Copy the full SHA
    a0e418b View commit details
    Browse the repository at this point in the history
Loading