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

Ensure all lists of lists are marked as rectangular tables when approriate #5450

Merged
merged 1 commit into from
May 31, 2023

Conversation

ChrisJefferson
Copy link
Contributor

Fixes #5449

Basically, we were inconsistent on if we treated lists of lists as if they were rectangular tables, depending on what type the inner lists were.

I have tried to very carefully write the code so in the standard cases where everything is a plist of plist, or a plist of not lists, the code is exactly as fast as it used to be -- I tried benchmarking this and I couldn't measure any differences.

src/plist.c Outdated Show resolved Hide resolved
Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall seems sensible to me

src/plist.c Outdated Show resolved Hide resolved
src/plist.c Outdated Show resolved Hide resolved
@fingolfin
Copy link
Member

@ChrisJefferson will you update this?

@fingolfin fingolfin closed this May 30, 2023
@fingolfin fingolfin reopened this May 30, 2023
@fingolfin fingolfin added topic: kernel kind: bug Issues describing general bugs, and PRs fixing them release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes labels May 30, 2023
@fingolfin fingolfin merged commit 410d473 into gap-system:master May 31, 2023
@ChrisJefferson ChrisJefferson deleted the table-string-fix branch December 18, 2023 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Issues describing general bugs, and PRs fixing them release notes: use title For PRs: the title of this PR is suitable for direct use in the release notes topic: kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IsRectangularTable not correctly recognized by a method selector
2 participants