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: com-lihaoyi/sourcecode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.1
Choose a base ref
...
head repository: com-lihaoyi/sourcecode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4.2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on May 18, 2024

  1. Fix NullPointerException when using sourcecode.File in Scala 3 repl (#…

    …161)
    
    In analogy to #153 fixes a NullPointerException when using
    `sourcecode.File` in the REPL.
    fachammer authored May 18, 2024
    Configuration menu
    Copy the full SHA
    bbe8e3f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Correctly handle backticked macro keyword in Scala 3 (#163)

    Change the synthetic check to use flags and exposed methods instead of
    names.
    
    #120
    KacperFKorban authored May 21, 2024
    Configuration menu
    Copy the full SHA
    b1c3d74 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. 0.4.2

    lihaoyi committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b205bc7 View commit details
    Browse the repository at this point in the history
Loading