From 4be2239a9f922ca634cf2e964062542a9c9bbf16 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sun, 10 May 2026 20:15:17 -0400 Subject: [PATCH] TEST: pin PoissonRandom to overlay-shadowing-fix branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporary [sources] override so GPU CI on this branch picks up SciML/PoissonRandom.jl#72 (PassthroughRNG dispatch survives overlay method-table shadowing). Remove before merge — once that PR is released as 0.4.8, the existing PoissonRandom = "0.4" compat already covers it and no JumpProcesses change is needed. See issue #588 and PR #589 (closed) for the full debugging chain. Co-Authored-By: Chris Rackauckas --- Project.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Project.toml b/Project.toml index 620d9597..187d3af3 100644 --- a/Project.toml +++ b/Project.toml @@ -81,3 +81,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] test = ["ADTypes", "Aqua", "ExplicitImports", "FastBroadcast", "LinearAlgebra", "LinearSolve", "OrdinaryDiffEq", "OrdinaryDiffEqFunctionMap", "Pkg", "SafeTestsets", "StableRNGs", "Statistics", "StochasticDiffEq", "Test"] + +# TEMPORARY: pin PoissonRandom to the fix branch from SciML/PoissonRandom.jl#72 +# until that PR merges + a 0.4.8 release lands in General. REMOVE BEFORE MERGE. +[sources] +PoissonRandom = {url = "https://github.com/ChrisRackauckas-Claude/PoissonRandom.jl.git", rev = "fix-passthroughrng-overlay-shadowing"}