Skip to content

Improve duplicate table errors #348

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

Merged
merged 1 commit into from
Jul 18, 2025
Merged

Improve duplicate table errors #348

merged 1 commit into from
Jul 18, 2025

Conversation

lqd
Copy link
Member

@lqd lqd commented Jul 18, 2025

This might have saved me some time when looking for the CI failure in #331 where a stray space broke the markdown parser into thinking there were multiple tables there but it was unclear as to why.

Before

Error: loading goal from `src/2025h2/scalable-vectors.md`

Caused by:
    multiple goal tables found in section `src/2025h2/scalable-vectors.md:143:4: Ownership and team asks`

After

Error: loading goal from `src/2025h2/scalable-vectors.md`

Caused by:
    markdown parsing unexpectedly encountered multiple (2) goal tables in section `src/2025h2/scalable-vectors.md:143:4: Ownership and team asks`:
    1: "Task, Owner(s) or team(s), Notes"
    2: "Implementation, @davidtwco, Part II of Sized Hierarchy implementation"

ngl the Spanned<String>s are not IDE-friendly / intuitive to work with

@lqd lqd requested a review from oli-obk July 18, 2025 12:04
@oli-obk oli-obk merged commit d030e99 into rust-lang:main Jul 18, 2025
2 checks passed
@lqd lqd deleted the table-errors branch July 18, 2025 13:03
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.

2 participants