Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix vim editing (Linux) + group related fs events #212

Closed
wants to merge 3 commits into from

Commits on Apr 16, 2014

  1. fix vim editing (Linux) + group related fs events

      - Linux/inotify: relies on close_write where
      attribs are not updated (e.g.  ecryptfs)
    
      - all local adapters: logically groups related
      fs events into single changes (or skip them
      completely)
    
      - avoids notifying multiple events per file
    
      - fix tests to more consistently use Pathname
      instead of strings
    
      - additional tests for _smoosh_changes to test
      for and handle various editor-related
      differences in the future
    
      - use "shift" instead of "pop" to process
      received events in order (for whatever future
      reason)
    Cezary Baginski committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    c958619 View commit details
    Browse the repository at this point in the history
  2. treat "mv a x && mv x a" like "touch a"

    Cezary Baginski committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    ca45f3c View commit details
    Browse the repository at this point in the history
  3. confirm to ruby-style-guide (rubocop)

    Cezary Baginski committed Apr 16, 2014
    Configuration menu
    Copy the full SHA
    e994f02 View commit details
    Browse the repository at this point in the history