8000 Comparing dummy-master...interfaces-to-functions · java-to-kotlin/code · GitHub
[go: up one dir, main page]

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: java-to-kotlin/code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dummy-master
Choose a base ref
...
head repository: java-to-kotlin/code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: interfaces-to-functions
Choose a head ref
  • 20 commits
  • 22 files changed
  • 3 contributors

Commits on Jun 23, 2021

  1. Minimum git setup

    Duncan McGregor authored and dmcg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    0afc9da View commit details
    Browse the repository at this point in the history
  2. projects.0 : Gradle Java build

    npryce authored and dmcg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    a64ebc9 View commit details
    Browse the repository at this point in the history
  3. projects.1 : add Kotlin plugin to the build

    Kotlin version specified in property that can be overridden on command-line
    npryce authored and dmcg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    66ff11f View commit details
    Browse the repository at this point in the history
  4. IDE config for Kotlin formatting

    npryce authored and dmcg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    144bad9 View commit details
    Browse the repository at this point in the history
  5. BASELINE for all examples

    dmcg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1d281b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. interfaces-to-funs.0 : Baseline

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    165b104 View commit details
    Browse the repository at this point in the history
  2. interfaces-to-funs.1 : Inline some givens for effect

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    35e1961 View commit details
    Browse the repository at this point in the history
  3. interfaces-to-funs.2 : Revert last

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6399b04 View commit details
    Browse the repository at this point in the history
  4. interfaces-to-funs.3 : Convert Recommendations to Kotlin

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    742aea1 View commit details
    Browse the repository at this point in the history
  5. interfaces-to-funs.4 : Introduce destinationFinder

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    001e743 View commit details
    Browse the repository at this point in the history
  6. interfaces-to-funs.5 : Move destinationFinder to the constructor

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6b66cea View commit details
    Browse the repository at this point in the history
  7. interfaces-to-funs.6 : Remove use of FeaturedDependencies

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    7a83fc4 View commit details
    Browse the repository at this point in the history
  8. interfaces-to-funs.7 : Replace distanceCalculator with distanceInMete…

    …rsBetween
    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    b8db987 View commit details
    Browse the repository at this point in the history
  9. Rename .java to .kt

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    9d4d326 View commit details
    Browse the repository at this point in the history
  10. mocks-to-maps.0 : Convert tests to Kotlin

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    85b293e View commit details
    Browse the repository at this point in the history
  11. mocks-to-maps.1 : use map for destinationFinder

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    68d7caa View commit details
    Browse the repository at this point in the history
  12. mocks-to-maps.2 : use map for distanceCalculator

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    fb77279 View commit details
    Browse the repository at this point in the history
  13. mocks-to-maps.3 : getValue extension

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    048efb5 View commit details
    Browse the repository at this point in the history
  14. mocks-to-maps.4 : test sugar

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    f30d5c8 View commit details
    Browse the repository at this point in the history
  15. mocks-to-maps.5 : tests as data

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    c7f10a8 View commit details
    Browse the repository at this point in the history
Loading
0