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: domluna/JuliaFormatter.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.56
Choose a base ref
...
head repository: domluna/JuliaFormatter.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.57
Choose a head ref
  • 7 commits
  • 6 files changed
  • 6 contributors

Commits on Jun 7, 2024

  1. Explicitly list the extensions handled by format (#839)

    The format function accepts jl, md, jmd and qmd files. Update
    the docstring to make that clear.
    abelsiqueira authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    24ab864 View commit details
    Browse the repository at this point in the history
  2. Change pre-commit hook to run on specific files only (#840)

    The pre-commit hook should run only on jl, md, jmq, and qmd
    files, since it only modifies those files.
    
    Co-authored-by: Dominique Luna <[email protected]>
    abelsiqueira and domluna authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    0208ed4 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. update ci.yml (#847)

    kimikage authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f2ed8cd View commit details
    Browse the repository at this point in the history
  2. fix #845 (#846)

    kimikage authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ecc9981 View commit details
    Browse the repository at this point in the history
  3. fix: ignore broken symlinks (#832)

    * fix: ignore broken symlinks
    
    * fix ci
    
    * maybe
    
    * excluding 1.4 macos
    
    (cherry picked from commit fcb7966)
    
    * fix
    
    * Update .github/workflows/ci.yml
    
    Co-authored-by: Sebastian Pfitzner <[email protected]>
    
    ---------
    
    Co-authored-by: Sebastian Pfitzner <[email protected]>
    Co-authored-by: Dominique Luna <[email protected]>
    3 people authored Jun 16, 2024
    Configuration menu
    Copy the full SHA
    93ca402 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    50f9a71 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Update Project.toml (#855)

    domluna authored Jul 11, 2024
    2 Configuration menu
    Copy the full SHA
    b237f9a View commit details
    Browse the repository at this point in the history
Loading