Fix automatic summary container balancing#14927
Conversation
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. |
Summary
ContentWithoutSummarystartsFixes #14044
Tests
GOMODCACHE=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gomodcache GOCACHE=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gocache go test ./resources/page -run TestExtractSummaryFromHTML -count=1GOMODCACHE=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gomodcache GOCACHE=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gocache go test ./hugolib -run TestSummaryAutoBalancesContainerTags -count=1GOMODCACHE=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gomodcache GOCACHE=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gocache go test ./resources/page ./hugolib -count=1GOMODCACHE=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gomodcache GOCACHE=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gocache GOBIN=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gobin PATH=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gobin:$PATH ./check.sh ./resources/pageGOMODCACHE=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gomodcache GOCACHE=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gocache GOBIN=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gobin PATH=/Users/deepakkudi23/ai-resume-contrib-100/hugo-cache/gobin:$PATH ./check.sh ./hugolibgit diff --checkAI Assistance
I used AI assistance to help prepare this narrow bug fix. I reviewed the implementation and tests before submitting.