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: rorygraves/ScalaClean
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rorygraves/ScalaClean
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: testcase
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 36 files changed
  • 2 contributors

Commits on Oct 30, 2020

  1. change to the hierarchy that we build

    Dont build it and then flatten
    just keep the elements that we need
    
    The elements that we need are
    1. all source, classes, traits, objects (including anon inner classes)
    2. fields, methods and constructors of (1)
    3. parameters of (2)
    mkeskells committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    49e0e24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04346eb View commit details
    Browse the repository at this point in the history
  3. flatten all levels

    mkeskells committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    53e5386 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f187fc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2020

  1. support for self types

    bi directional relationship between a ClassLike and a FieldModel
    
    updated rules
    mkeskells committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    63481fd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    53bc3bc View commit details
    Browse the repository at this point in the history
Loading