Apps and modules may not have different arches than other releases #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I noticed this error while trying to enter data into
apps.json
. When I go to add two arches (or in this case, sources) while another release has a different arch, it won't update (like depicted below):Outputs:
Version:
v1.6.0
Arches:
example1
,example2
Version:
1.5.0
Arches:
example1
,example1
It should be outputting:
Version:
v1.6.0
Arches:
example1
,example2
Version:
1.5.0
Arches:
all
This error occurs because the page is not being updated when the user selects another item, where the JSON must be read again to determine the available arches for that version.
I have been busy working on many new projects, but I will be working on many improvements to past projects soon. This issue should be fixed shortly, so I can include new releases.
This issue is now affecting https://github.com/Mahmud0808/Iconify and will be noted in
README.md