Skip to content

TTFX-related improvements - #856

Merged
maleadt merged 3 commits into
mainfrom
tb/ttfx
Jun 22, 2026
Merged

maleadt merged 3 commits into
mainfrom
tb/ttfx

Conversation

@maleadt

@maleadt maleadt commented Jun 22, 2026

Copy link
Copy Markdown
Member

@maleadt maleadt changed the title Tb/ttfx TTFX-related improvements Jun 22, 2026
Comment thread src/precompile.jl

# Load REPL so that interactive use doesn't invalidate the precompiled compiler
# pipeline (fixed on Julia 1.14, see JuliaLang/julia#61714).
import REPL

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

One idea I had is that ideally with would be a weak-dep, and we could use PrecompileTools to heal the invalidation there, but perhaps that is the perfect being the enemy of the good.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

"Healing" invalidations feels so wrong. Maybe I'm just not familiar enough with it.

If you don't mind I'll go ahead with this for now, as it should be fixed on 1.14 anyway.

@maleadt
maleadt merged commit 68883fe into main Jun 22, 2026
36 of 37 checks passed
@maleadt
maleadt deleted the tb/ttfx branch June 22, 2026 13:18
@codecov

codecov Bot commented Jun 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.34%. Comparing base (0c08fd0) to head (4880cf2).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #856   +/-   ##
=======================================
  Coverage   80.33%   80.34%           
=======================================
  Files          25       25           
  Lines        4775     4777    +2     
=======================================
+ Hits         3836     3838    +2     
  Misses        939      939           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Unexpected recompilation when REPL is loaded

2 participants