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 246 forks source link

Polling fallback code appears to call #start on an *instance* of Thread #415

Closed brixen closed 4 years ago

brixen commented 7 years ago

Please see this comment in a Rubinius issue regarding Listen fallback-to-polling behavior. The stack trace points to code that appears to call #start on an instance of Thread, but .start is only defined on the Thread class.

There are more details in the issue, as well as some apparent difficulty getting Listen to pick up the env var to enable verbose debugging, however, I've been able to get it show debugging as expected.