8000 Tags · air-verse/air · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: air-verse/air

Tags

v1.62.0

Toggle v1.62.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump go to 1.24 (#771)

v1.61.7

Toggle v1.61.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add exiter to test os.Exit case (#729)

authored-by: jingdi.zhu <jingdi.zhu@bytedance.com>

v1.61.6

Toggle v1.61.6's commit message
Add exiter to test os.Exit case

v1.61.5

Toggle v1.61.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: default config override (#719)

v1.61.4

Toggle v1.61.4's commit message
Update README for air help command

v1.61.3

Toggle v1.61.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle absolute paths in config (#318)

v1.61.1

Toggle v1.61.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "FIX: Support working directories containing whitespace (#646)" (

#665)

This reverts commit df13da5.

v1.61.0

Toggle v1.61.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
FIX: Support working directories containing whitespace (#646)

* encapsulate paths with quotes to escape spaces

* encapsulate paths with quotes to escape spaces

* preprocess error in test

v1.60.0

Toggle v1.60.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: update banner (#651)

v1.52.3

Toggle v1.52.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 Implement graceful shutdown on Mac (#619)

* hold cleanup until procKilledCh signal

* signal to procKilledChan in existing deferred func

* without this can't exit when non zero exit code

it seems like `os.Exit(state.ExitCode())` belongs here... but unclear on intent of `e.config.Build.Rerun`

This at least lets you ctrl+c out of error condition instead of killing pid via external means.

* Revert "without this can't exit when non zero exit code"

This reverts commit fec348c.

* use cleanup

* fix test case rerun

* upgrade gomod version

* remove unused `WaitGroup`

---------

Co-authored-by: Seth Brasile <seth.brasile@gmail.com>
0