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: samber/lo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.45.0
Choose a base ref
...
head repository: samber/lo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.46.0
Choose a head ref
  • 5 commits
  • 41 files changed
  • 5 contributors

Commits on Jul 15, 2024

  1. fix: chunk memory leak (#491)

    mihir20 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    9e34397 View commit details
    Browse the repository at this point in the history
  2. feat: add WaitForWithContext (#480)

    * chore: fix test timeout helper
    
    using os.Exit(1) kills everything, tests statuses are not always displayed
    
    * chore: refactor WaitFor unit tests
    
    zero-code changes
    
    * fix: WaitFor on first condition
    
    duration must be non-zero if first conditions is true
    
    * feat: add WaitForWithContext
    
    * chore: provide meaningful returned values for WaitFor and WaitForWithContext
    ccoVeille committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    0f4679b View commit details
    Browse the repository at this point in the history
  3. add ForEachCondition implement (#485)

    * add ForEachCondition implement
    
    * add example and test code
    
    * rename ForEachCondition() to ForEachWhile()
    
    * update test and example code
    
    * rename ExampleForForEachWhile() to ExampleForEachWhile()
    Sianao committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cbfd1c6 View commit details
    Browse the repository at this point in the history
  4. lint 💄

    samber committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f6f43fb View commit details
    Browse the repository at this point in the history
  5. bump v1.46.0

    samber committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    151a075 View commit details
    Browse the repository at this point in the history
Loading