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 outdated log line #831

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Fix outdated log line #831

merged 1 commit into from
Sep 19, 2024

Conversation

jtibshirani
Copy link
Member

Tiny follow up to #826. I resolved a conflict incorrectly and reverted a log line improvement.

@cla-bot cla-bot bot added the cla-signed label Sep 18, 2024

switch sectionKind(kind) {
case sectionKindSimple:
sec = &simpleSection{}
case sectionKindCompound:
sec = &lazyCompoundSection{}
sec = &compoundSection{}
Copy link
Member Author

Choose a reason for hiding this comment

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

I went back to compoundSection for simplicity/ consistency. Now that we have skip, it's just as efficient to use compoundSection.

@jtibshirani jtibshirani merged commit 5379bc9 into main Sep 19, 2024
9 checks passed
@jtibshirani jtibshirani deleted the jtibs/index-toc branch September 19, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants