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: dotnet/razor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4b6227bb3f
Choose a base ref
...
head repository: dotnet/razor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 67d928ffdb
Choose a head ref
  • 10 commits
  • 6 files changed
  • 1 contributor

Commits on Jan 23, 2025

  1. Fix test output

    davidwengier committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    0004ea4 View commit details
    Browse the repository at this point in the history
  2. Fix test output (#11410)

    I realised we could be waiting a while before the integration test
    machines are updated and get the new formatting engine, so lets see some
    green for a while. Easy enough to revert this PR once the test starts
    failing again.
    davidwengier authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    e7119d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    979580c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    3492e14 View commit details
    Browse the repository at this point in the history
  2. More explain more good

    davidwengier committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    c4e5153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    941179d View commit details
    Browse the repository at this point in the history
  4. Don't create overlapping changes when doing additional formatting (#1…

    …1413)
    
    Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2347107
    
    First commit fixes the bug in the new formatting engine where we
    sometimes create overlapping edits, and instead now we drop those edits
    on the floor, so at least most of the file will format correctly.
    Second commit then fixes the actual formatting issue with the code in
    hand, which means we no longer have overlapping edits in the first
    place.
    davidwengier authored Jan 24, 2025
    Configuration menu
    Copy the full SHA
    aaaf768 View commit details
    Browse the repository at this point in the history
  5. Revert "Fix test output"

    This reverts commit 0004ea4.
    davidwengier committed Jan 24, 2025
    Configuration menu
    Copy the full SHA
    fae936e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b25ff6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2025

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