-
Notifications
You must be signed in to change notification settings - Fork 51
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: fsnotify/fsevents
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: fsnotify/fsevents
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 62 files changed
- 6 contributors
Commits on Jan 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 86ddfd0 - Browse repository at this point
Copy the full SHA 86ddfd0View commit details -
* Create test Action Copied from fsnotify and restricted to macOS * fixes broken test on macOS 11.5.2
Configuration menu - View commit details
-
Copy full SHA for 12a6013 - Browse repository at this point
Copy the full SHA 12a6013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5973c50 - Browse repository at this point
Copy the full SHA 5973c50View commit details
Commits on Jan 19, 2022
-
Remove Travis CI and Code Cov (#56)
* Remove Travis CI and Code Cov replace with GitHub Actions in #54
Configuration menu - View commit details
-
Copy full SHA for 66dfb65 - Browse repository at this point
Copy the full SHA 66dfb65View commit details
Commits on Oct 14, 2022
-
fsevents: improve documentation (#52)
This PR adds comprehensive doc comments to all exported constants, mostly derived from the Apple documentation but with changes to make them directly relevant to this package's API. It also uses C constants directly rather than relying on an implicit association between `1<<iota` and the actual enum values. It also unexports `GetStreamRefPaths`, `GetStreamRefDescription` and `GetStreamRefDeviceID` because none of them are usable with this package's API because there is no way to get an `FSEventStreamRef` value because it's hidden inside an unexported field inside the `EventStream` struct. Also unexport the `CFRunLoopRef` because it's similarly not useful or usable. Other than the above unexports, the API remains identical. Unfortunately I am unable to get the tests to pass, which makes me think that something is wrong somewhere, but that applies to the original code too, not just the code with these changes applied.
Configuration menu - View commit details
-
Copy full SHA for 0bd000f - Browse repository at this point
Copy the full SHA 0bd000fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3899270 - Browse repository at this point
Copy the full SHA 3899270View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba99ec5 - Browse repository at this point
Copy the full SHA ba99ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23269be - Browse repository at this point
Copy the full SHA 23269beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69514f1 - Browse repository at this point
Copy the full SHA 69514f1View commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f830802 - Browse repository at this point
Copy the full SHA f830802View commit details -
================== WARNING: DATA RACE Write at 0x00c000394018 by goroutine 10: github.com/fsnotify/fsevents.TestIssue48() /Users/runner/work/fsevents/fsevents/fsevents_test.go:137 +0xcc6 testing.tRunner() /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1259 +0x22f testing.(*T).Run·dwrap·21() /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1306 +0x47 Previous read at 0x00c000394018 by goroutine 12: github.com/fsnotify/fsevents.TestIssue48.func1() /Users/runner/work/fsevents/fsevents/fsevents_test.go:112 +0x1d2 Goroutine 10 (running) created at: testing.(*T).Run() /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1306 +0x726 testing.runTests.func1() /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1598 +0x99 testing.tRunner() /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1259 +0x22f testing.runTests() /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1596 +0x7ca testing.(*M).Run() /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1504 +0x9d1 main.main() _testmain.go:55 +0x22b Goroutine 12 (finished) created at: github.com/fsnotify/fsevents.TestIssue48() /Users/runner/work/fsevents/fsevents/fsevents_test.go:107 +0x815 testing.tRunner() /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1259 +0x22f testing.(*T).Run·dwrap·21() /Users/runner/hostedtoolcache/go/1.17.13/x64/src/testing/testing.go:1306 +0x47 ==================
Configuration menu - View commit details
-
Copy full SHA for 61ccd0a - Browse repository at this point
Copy the full SHA 61ccd0aView commit details -
Run tests 10 times to catch flaky tests
Experience with fsnotify has shown this can be an issue, and the tests here seem fast enough.
Configuration menu - View commit details
-
Copy full SHA for ce9aad4 - Browse repository at this point
Copy the full SHA ce9aad4View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1e71d45 - Browse repository at this point
Copy the full SHA 1e71d45View commit details
Commits on May 14, 2024
-
use FSEventStreamSetDispatchQueue instead of deprecated FSEventStream…
…ScheduleWithRunLoop (#62)
Configuration menu - View commit details
-
Copy full SHA for f73112e - Browse repository at this point
Copy the full SHA f73112eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.1...v0.2.0