Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

The Ruby Guard gem is broken on Dinghy 4.6.5 #279

Description

@ms-ati

This appears to be due to the linux file system inotify event being generated inside the Dinghy VM changing to a :modify event, which the Listen gem does not, by default, create a watch for.

Please see Listen gem issue 450 for more information and to track that.


As a workaround, adding the following line to your Guardfile appears to work:

Listen::Adapter::Linux::DEFAULTS[:events] << :modify

The underlying issue in the Listen gem appears to be the absence of :modify from the above constant which is defined in listen/adapter/linux.rb:7

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions