Skip to content

Commit 9099f85

Browse files
committed
work around julia regression
1 parent e96bf99 commit 9099f85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
33
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
44
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
55
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
6+
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
67
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
78
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
89
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
using ResumableFunctions
22
using Test
33
using SafeTestsets
4+
using REPL # work around regression with @doc macro: https://github.com/JuliaLang/julia/issues/54664
45

56
function doset(descr)
67
if length(ARGS) == 0

0 commit comments

Comments
 (0)