Skip to content

Investigate why the order for parsing for blurb is inconsistent #2433

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

Open
JoanneHing opened this issue Apr 21, 2025 · 0 comments
Open

Investigate why the order for parsing for blurb is inconsistent #2433

JoanneHing opened this issue Apr 21, 2025 · 0 comments

Comments

@JoanneHing
Copy link
Contributor

Please include the steps to reproduce the bug.

When running test cases for the author and chart blurb, you can find out that when multiple blurb is in the markdown, the order of the blurb is parsed is not as how it is expected.

What was expected to happen?

We will expect the blurb to be parse following the order in the summary.json (blurb 1 -> blurb 2 -> blurb 3)
But now repo blurb are parsing in order of (2 -> 1 -> 3) and chart in (3 -> 2 -> 1) which is unexpected. This does not actually affecting the project as the order of the blurb is parsed is not important, but it would be nice if the reason that affect the parsing order.

What actually happened? Please include a screenshot of the output.

May refer to the summary.json files in the system test and look for the field of author blurb and chart blurb to see the orders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant