guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 245 forks source link

added correct link to help debug inotify workers error on linux #527

Closed williamkennedy closed 3 years ago

williamkennedy commented 3 years ago

Pretty straightforward change.

On my CI build, the INOTIFY_LIMIT_MESSAGE was being displayed but the link was taking me to the wrong place.

It had me scratching my head for a few seconds until I read the readme.

Hope it helps.

ColinDKelley commented 3 years ago

Oops, I accidentally broke that when I phased out the Wiki in favor of the README. Thanks for the fix!

I'll release this as part of v3.3.4 in the next day or two.

williamkennedy commented 3 years ago

Oops, I accidentally broke that when I phased out the Wiki in favor of the README. Thanks for the fix!

I'll release this as part of v3.3.4 in the next day or two.

Awesome. I saw that the build was failing on macos and I was not sure why. Was going to have a look at it later but looks like you beat me to it.

ColinDKelley commented 3 years ago

@williamkennedy Glad you didn't spend time on the MacOS failure. It's just a slightly flakey test that seems to fail maybe 10% of the time. I've never seen it fail twice in a row.

I released both v3.3.4 and v3.4.0 just now. I separated them because v3.4.0 has a bit more risk to it (dependence on Linux-variant-specific monotonic clocks).