Infinite loop makes `changeset version` command hang
See original GitHub issueAffected Packages
@changesets/git
Problem
a loop that never ends https://github.com/atlassian/changesets/blob/18d3da3b707fe834e0bb1cddce1186bb24b75ef2/packages/git/src/index.ts#L112
Proposed solution
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:20 (13 by maintainers)
Top Results From Across the Web
Clone with branches lead to infinite loop · Issue #873 - GitHub
During the clone process, the changeset C5315 on Branch Release/UAT causes an infinite loop, as the Changeset is a "merge changeset" and ...
Read more >From within Java, Liquibase update is hanging after applying ...
The issue turned out to be that a connection was being created and used after the liquibase changeset was applied with the command,...
Read more >changesets - Bountysource
When adding changesets, the CLI prompt asks the release type that starts from major then minor -> patch . But most release types...
Read more >[#CORALCOOL-2793] cmake hangs (infinite loop if ... - CERN
cmake hangs (infinite loop if _env_conf_pop_instruction fails to pop ... I saw that cmake was hanging with 100% CPU inside the make configure...
Read more >Issue 44022: CVE-2021-3737: urllib http client possible infinite ...
if a client request a http/https/ftp service which is controlled by attacker, attacker can make this client hang forever, event client has ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for looking into this - I should have a fix for this soon-ish
If I remove fixed from config it works