Skip to content

Commit 2456c53

Browse files
Merge pull request #868 from chriselrod/max-methods-1
max-methods=1
2 parents c23736c + ddbf386 commit 2456c53

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqBase"
22
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "6.114.1"
4+
version = "6.114.2"
55

66
[deps]
77
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"

src/DiffEqBase.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
module DiffEqBase
2-
2+
if isdefined(Base, :Experimental) &&
3+
isdefined(Base.Experimental, Symbol("@max_methods"))
4+
@eval Base.Experimental.@max_methods 1
5+
end
36
if !isdefined(Base, :get_extension)
47
using Requires
58
end

0 commit comments

Comments
 (0)