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.3
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.4
Choose a head ref
  • 9 commits
  • 18 files changed
  • 5 contributors

Commits on Jun 21, 2024

  1. Update xnio-nio to 3.8.16.Final

    scalameta-bot authored and tgodzik committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8723b60 View commit details
    Browse the repository at this point in the history
  2. Update munit to 1.0.0

    scalameta-bot authored and tgodzik committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d5a949b View commit details
    Browse the repository at this point in the history
  3. Update scalafmt-core to 3.8.2

    scalameta-bot authored and tgodzik committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    06c9034 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Fix #877.

    zhongl authored and tgodzik committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4048e26 View commit details
    Browse the repository at this point in the history
  2. Update scalameta, testkit to 4.9.7

    scalameta-bot authored and tgodzik committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    585cd92 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Remove two warnings and fix a typo

    Quafadas authored and tgodzik committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    bc3f077 View commit details
    Browse the repository at this point in the history
  2. EsModules (#880)

    Add basic support for ES modules related to #638
    Quafadas authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    87ca141 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c005c99 View commit details
    Browse the repository at this point in the history
  4. bugfix: Remove additional whitespace from summary

    The recent changes caused the spaces to no longer be removed properly due to the fact that we no longer operate on an actual value when printing one line summary.
    
    I tried solving this multiple ways but:
    - there is no sensible way to just copy any value
    - using pprint.Tree as itnermediate representation doesn't work as those contain Iterator and are one use only
    
    The easiest was to just replace newline with space and then deduplicate whitespace to save space on the online summary. This also makes it consistent across Scala 2 and 3
    tgodzik committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3253544 View commit details
    Browse the repository at this point in the history
Loading