8000 Comparing v1.61.3...v1.61.4 · air-verse/air · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: air-verse/air
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.61.3
Choose a base ref
...
head repository: air-verse/air
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.61.4
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Dec 16, 2024

  1. remove a data race by compiling the exclude regexes in the preprocess…

    … phase (#677)
    
    the regex compilation was done lazily on first access but did not properly synchronize
    for being accessed by multiple watcher goroutines
    
    between the option of adding a mutex for something that (should) only ever happen
    once and removing the potential for a race, this seems like the better choice
    istyf authored Dec 16, 2024
    8000 Configuration menu
    Copy the full SHA
    e0851cb View commit details
    Browse the repository at this point in the history
  2. catch and report start cmd failure rather than panicing (#676)

    * do not report the process as running if it failed to start
    
    * change the return values on error to match what the other platforms produce
    istyf authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    8fae31c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    785da24 View commit details
    Browse the r 93D5 epository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8498c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2186c12 View commit details
    Browse the repository at this point in the history
Loading
0