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
../appstream-generator/src/asgen/backends/archlinux/alpkgindex.d(82): Error: foreach: cannot make entry ref
entry
changing 'foreach (ref entry' to 'foreach (entry' fixes the problem, but I don't know if it has any side effects.
FTR, phobos commit that breaks it is dlang/phobos@5983bcc8
The text was updated successfully, but these errors were encountered:
412460d
No branches or pull requests
../appstream-generator/src/asgen/backends/archlinux/alpkgindex.d(82): Error: foreach: cannot make
entryrefchanging 'foreach (ref entry' to 'foreach (entry' fixes the problem, but I don't know if it has any side effects.
FTR, phobos commit that breaks it is dlang/phobos@5983bcc8
The text was updated successfully, but these errors were encountered: