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: scalameta/mdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.1
Choose a base ref
...
head repository: scalameta/mdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.2
Choose a head ref
  • 14 commits
  • 12 files changed
  • 5 contributors

Commits on Dec 1, 2023

  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 tgodzik committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5f0a35e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Update evilplot to 0.9.1

    scalameta-bot authored and tgodzik committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ce662cb View commit details
    Browse the repository at this point in the history
  2. Update scalafmt-core to 3.7.17

    scalameta-bot authored and tgodzik committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8ec1296 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc34340 View commit details
    Browse the repository at this point in the history
  4. Update fs2-core to 3.9.3

    scalameta-bot authored and tgodzik committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e2a6368 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Update handling of end-of-line single-line comments

    Fix for #321, #605. Solution: distinguish between leading trivia a) previous trailing trivia, b) current leading trivia, c) a footer in case of last statement.
    julianpeeters authored and tgodzik committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    5133dd2 View commit details
    Browse the repository at this point in the history
  2. Formatting

    julianpeeters authored and tgodzik committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    cdbd6e4 View commit details
    Browse the repository at this point in the history
  3. Fix test in CI

    Use None instead of Some in order to avoid a Some value, which would otherwise be printed differently accross the test matrix.
    julianpeeters authored and tgodzik committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    9821251 View commit details
    Browse the repository at this point in the history
  4. Accept PR suggestion: Why not use positions instead of spliting.

    This strategy was overlooked, but is preferred since it reuses known machinery, and seems to introduce less complexity for the same behavior.
    
    Co-authored-by: Tomasz Godzik <tgodzik@users.noreply.github.com>
    julianpeeters and tgodzik committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    b70e5a4 View commit details
    Browse the repository at this point in the history
  5. Refactor for clarity, simplify test

    julianpeeters authored and tgodzik committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    6d4485a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    43e664e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4ce560 View commit details
    Browse the repository at this point in the history
  3. Update slf4j-api to 2.0.10

    scalameta-bot authored and tgodzik committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6b9ebc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. refactor: Use normal dotty driver instead of interactive one

    This unblocks us to use plugins in markdown.
    tgodzik committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    bd750aa View commit details
    Browse the repository at this point in the history
Loading