Skip to content

chore(dev): reduce warnings during builds#1026

Merged
bglw merged 2 commits intoPagefind:mainfrom
miketheman:miketheman/build-warnings
Feb 22, 2026
Merged

chore(dev): reduce warnings during builds#1026
bglw merged 2 commits intoPagefind:mainfrom
miketheman:miketheman/build-warnings

Conversation

@miketheman
Copy link
Contributor

While working on the codebase, noticed some annoyances that might be annoying to others.

  • chore(dev): emit markers for language builds
    When building locally, it looks like the build is operating in a loop, when all it's doing is building each language.
    DRY up the language code to a variable for reuse, and emit a semi-progress bar so the compiler sees the output.
  • chore(dev): add values to resolve build warnings
    No need to pollute the output with warnings that can be easily resolved.

When building locally, it looks like the build is operating in a loop,
when all it's doing is building each language.

DRY up the language code to a variable for reuse, and emit a
semi-progress bar so the compiler sees the output.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
No need to pollute the output with warnings that can be easily resolved.

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
@miketheman miketheman requested a review from bglw as a code owner February 9, 2026 14:55
Copy link
Member

@bglw bglw left a comment

Choose a reason for hiding this comment

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

Thanks!

@bglw bglw merged commit 67d91af into Pagefind:main Feb 22, 2026
5 checks passed
@miketheman miketheman deleted the miketheman/build-warnings branch February 22, 2026 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