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: arduino/go-paths-helper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.10.1
Choose a base ref
...
head repository: arduino/go-paths-helper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.12.0
Choose a head ref
  • 15 commits
  • 31 files changed
  • 2 contributors

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    ffbbe77 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Alessio Perugini <alessioper.98@gmail.com>
    cmaglie and alessio-perugini authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    25a33ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from arduino/generic-filter

    Added generic filtering function for PathList
    cmaglie authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b3ef88d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    ad09f55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c94322 View commit details
    Browse the repository at this point in the history
  3. Made ReadDirRecursiveFiltered recurse internally

    This prepares for the next change that requires to keep a shared state
    in the recursive calls.
    
    This change also avoids the need to pass `recursionFilter` and `filters`
    back into the recursive call.
    cmaglie committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5647e37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b49819c View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge pull request #29 from arduino/recursion_loops

    Detection of recursion loops in ReadDirRecursive* methods
    cmaglie authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    dcc3db3 View commit details
    Browse the repository at this point in the history
  2. Added Lstat function

    cmaglie committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f6afd8b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #28 from arduino/add-lstat

    Added Lstat method
    cmaglie authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3226a11 View commit details
    Browse the repository at this point in the history
  4. In ReadDirRecursive do not try to recurse into broken symlinks

    Instead return the symlink as a file in the file list
    cmaglie committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    4aa0f1c View commit details
    Browse the repository at this point in the history
  5. Added test

    cmaglie committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    99a3246 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Add Chmod and expand a test

    cmaglie committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8366036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075c5c8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30 from arduino/improve_recursive_dirread

    Do not stop `ReadDirRecursive*` on broken symlinks
    cmaglie authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4ac75f3 View commit details
    Browse the repository at this point in the history
Loading