You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've got multiple packages in my satis.json that are abandoned ( "abandoned": true in their composer.json).
However, Satis does not mark all of them as abandoned on the generated HTML page. In my case only the alphabetically first package is correctly marked as abandoned. All other abandoned packages are shown in blue. The commit which introduced the bug is b432af3.
To Reproduce
Add multiple abandoned packages to the satis.json and build it with the current version from main branch.
Outcome
Not all abandoned packages are marked as abandoned.
Expected behavior
All abandoned packages are marked as abandoned.
The text was updated successfully, but these errors were encountered:
Hey, I've detected a similar behavior. I have recently marked 7 repositories as abandoned in each project composer.json, but satis only highlighted 2 of them as abandoned after running the build command.
Describe the bug
I've got multiple packages in my satis.json that are abandoned (
"abandoned": true
in their composer.json).However, Satis does not mark all of them as abandoned on the generated HTML page. In my case only the alphabetically first package is correctly marked as abandoned. All other abandoned packages are shown in blue. The commit which introduced the bug is b432af3.
To Reproduce
Add multiple abandoned packages to the satis.json and build it with the current version from main branch.
Outcome
Not all abandoned packages are marked as abandoned.
Expected behavior
All abandoned packages are marked as abandoned.
The text was updated successfully, but these errors were encountered: