Skip to content

make test-revise-*: Initialize Revise fully on workers#61321

Open
DilumAluthge wants to merge 1 commit intomasterfrom
dpa/codex/fix-revise-dates-workers
Open

make test-revise-*: Initialize Revise fully on workers#61321
DilumAluthge wants to merge 1 commit intomasterfrom
dpa/codex/fix-revise-dates-workers

Conversation

@DilumAluthge
Copy link
Member

Set JULIA_REVISE_WORKER_ONLY before loading Revise on Distributed workers in the revise test harness. This ensures worker-side Revise initialization assigns the Julia source paths before revise_trackall() calls Revise.track on Base, Core.Compiler, and stdlibs.

This fixes timholy/Revise.jl#1023.

🤖 Co-authored-by: Codex

Set JULIA_REVISE_WORKER_ONLY before loading Revise on Distributed workers in the revise test harness. This ensures worker-side Revise initialization assigns the Julia source paths before revise_trackall() calls Revise.track on Base, Core.Compiler, and stdlibs.

Co-authored-by: OpenAI Codex <codex@openai.com>
@DilumAluthge DilumAluthge changed the title : Initialize Revise fully on workers make test-revise-*: Initialize Revise fully on workers Mar 13, 2026
@DilumAluthge DilumAluthge marked this pull request as ready for review March 14, 2026 21:06
@DilumAluthge DilumAluthge requested review from Keno and timholy March 14, 2026 21:06
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.

make test-revise-Dates errors with "UndefVarError: juliadir not defined in Revise", but make test-Dates succeeds

1 participant