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 parallel extension running multiple clone instances #550

Conversation

desyncr
Copy link
Member

@desyncr desyncr commented Jun 16, 2017

  • Antigen parallel extension launched multiple git-clone instances for the same repository
  • It failed to determine if a repository was being cloned on the same batch
  • It may skip some instances due to race conditions with file system (checking against directory existence)

Fixes #548

TODO

  • Review 'Signal 18 (CONT) caught by ps (procps-ng version 3.3.9).' error message (see this line)
  • Review this TODO

- Antigen parallel extension launched multiple git-clone instances for the same repository
- It failed to determine if a repository was being cloned on the same batch
- It may skip some instances due to race conditions with file system (checking against directory existence)
@desyncr desyncr added the Bug label Jun 16, 2017
@desyncr desyncr added this to the 2.2.0 milestone Jun 16, 2017
@desyncr desyncr self-assigned this Jun 16, 2017
@desyncr desyncr merged commit a655331 into zsh-users:develop Jun 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant