Skip to content

Commit

Permalink
move Test into an extension, fix errors in 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
longemen3000 committed Aug 25, 2024
1 parent 4dad941 commit 4880e45
Show file tree
Hide file tree
Showing 8 changed files with 402 additions and 318 deletions.
8 changes: 6 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,28 @@ authors = ["Rory Finnegan"]
version = "0.9.21"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[weakdeps]
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[extensions]
FilePathsBaseMmapExt = "Mmap"
FilePathsBaseTestExt = "Test"

[compat]
Compat = "3.33, 4"
julia = "1"
Mmap = "<0.0.1, 1"
Compat = "3.33, 4"

[extras]
JLSO = "9da8a3cd-07a3-59c0-a743-3fdc52c30d11"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Mmap = "a63ad114-7e13-5084-954f-fe012c677804"

[targets]
test = ["JLSO", "Test"]
test = ["JLSO", "Mmap", "Test"]
Loading

0 comments on commit 4880e45

Please sign in to comment.