Skip to content

Commit f105328

Browse files
committed
fix: mark unstable to avoid recursion
1 parent 26665da commit f105328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SearchUtils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ end
793793

794794
"""Parse user-provided guess expressions and convert them into optimized
795795
`PopMember` objects for each output dataset."""
796-
function parse_guesses(
796+
@unstable function parse_guesses(
797797
::Type{P},
798798
guesses::Union{AbstractVector,AbstractVector{<:AbstractVector}},
799799
datasets::Vector{D},
@@ -828,7 +828,7 @@ function parse_guesses(
828828
end
829829

830830
# Deal with non-concrete PopMember types
831-
function parse_guesses(
831+
@unstable function parse_guesses(
832832
::Type{P},
833833
guesses::Union{AbstractVector,AbstractVector{<:AbstractVector}},
834834
datasets::Vector{D},

0 commit comments

Comments
 (0)