Skip to content

feat: show Recompiling message in terminal on recheck#524

Merged
magnus-madsen merged 1 commit into
masterfrom
feat/recompiling-message
Feb 25, 2026
Merged

feat: show Recompiling message in terminal on recheck#524
magnus-madsen merged 1 commit into
masterfrom
feat/recompiling-message

Conversation

@magnus-madsen
Copy link
Copy Markdown
Member

@magnus-madsen magnus-madsen commented Feb 25, 2026

Summary

  • Adds a "Recompiling..." status message to the Flix Compiler terminal when the compiler begins re-checking after a file change
  • The message is displayed in dark amber, padded with dots to 80 characters width
  • Only shown after the initial startup completes (guarded by hasReceivedReadyMessage)

Test plan

  • Open a Flix project and wait for initial compilation to complete
  • Edit a .flix file and save — verify "Recompiling..." appears in the Flix Compiler terminal
  • Verify the message does not appear during initial startup
  • Verify "Program compiled successfully." still appears after recompilation finishes

🤖 Generated with Claude Code

Display a dark amber "Recompiling..." status line in the Flix Compiler
terminal when the compiler begins re-checking after a file change. This
fills the feedback gap between file edits and compilation results.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@magnus-madsen magnus-madsen merged commit 0c7d062 into master Feb 25, 2026
10 checks passed
@magnus-madsen magnus-madsen deleted the feat/recompiling-message branch February 25, 2026 08:38
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