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 lookup of series for diff building #1714

Merged
merged 1 commit into from
Mar 3, 2025
Merged

Fix lookup of series for diff building #1714

merged 1 commit into from
Mar 3, 2025

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Mar 3, 2025

When diff building a spec, other specs in the same series need to be re-built as well. The code correctly picked up the other specs in the same series but forgot that entries in specs.json may either be a string or an object with a url property when it removed duplicates, leading to an incomplete list in the end.

Fixes #1713

When diff building a spec, other specs in the same series need to be re-built
as well. The code correctly picked up the other specs in the same series but
forgot that entries in `specs.json` may either be a string or an object with
a `url` property when it removed duplicates, leading to an incomplete list in
the end.

Fixes #1713
@tidoust tidoust requested a review from dontcallmedom March 3, 2025 17:51
@tidoust tidoust merged commit 153719f into main Mar 3, 2025
1 check passed
@tidoust tidoust deleted the fix-build-diff branch March 3, 2025 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Diff build loses itself in series
2 participants