Skip to content

bug report: entr doesn't seem to work when managed by gnu parallel

Notifications You must be signed in to change notification settings

cameron/entr-parallel-bug-sscce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

is it just me, or is this a bug report?

entr doesn't seem to receive or act on file events when run by parallel

Prereqs:

Reproduce the issue:

  • $ ./repro to run parallel with some entr commands
  • $ echo "asdf" > watch_me
  • Should trigger entr as used in cmds.txt, but does not (beyond the startup event).

The second command in cmds.txt writes to a file instead of stdout just to convince us that the problem is not with parallel buffering output.

About

bug report: entr doesn't seem to work when managed by gnu parallel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages