Skip to content

perf: avoid forced warm-start compiles - #866

Open
sophiathedev wants to merge 1 commit into
expert-lsp:mainfrom
sophiathedev:issue/863
Open

perf: avoid forced warm-start compiles#866
sophiathedev wants to merge 1 commit into
expert-lsp:mainfrom
sophiathedev:issue/863

Conversation

@sophiathedev

Copy link
Copy Markdown
Contributor

Summary

  • choose the startup compile mode from the persisted search index status
  • separate first-compile dependency preparation from the Mix --force option
  • preserve forced compilation after an engine-node crash deletes build artifacts
  • cover cold, warm, forwarded-mode, and repeated-build behavior

Testing

  • mix test --warnings-as-errors (engine: 1,162 passed; expert: 844 passed)
  • mix compile --warnings-as-errors
  • mix format --check-formatted
  • mix credo
  • mix dialyzer --force-check

Closes #863

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.

Do we still need to mix compile --force on startup?

1 participant