Skip to content

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
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.

1 participant