Skip to content

Commit f6ca4d6

Browse files
authored
revert some weakdeps, fix #192
1 parent 38b4bba commit f6ca4d6

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Project.toml

-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1515

1616
[weakdeps]
1717
AxisKeys = "94b1ba4f-4ee9-5380-92f1-94cde586c3c5"
18-
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
1918
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
20-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2119
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
2220
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2321
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
@@ -26,9 +24,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2624

2725
[extensions]
2826
AxisKeysExt = "AxisKeys"
29-
DatesExt = "Dates"
3027
IntervalSetsExt = "IntervalSets"
31-
LinearAlgebraExt = "LinearAlgebra"
3228
StaticArraysExt = "StaticArrays"
3329
StructArraysExt = "StructArrays"
3430
TestExt = "Test"

src/Accessors.jl

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ include("sugar.jl")
1515
include("functionlenses.jl")
1616
include("testing.jl")
1717

18+
# always include for now; see https://github.com/JuliaObjects/Accessors.jl/issues/192
19+
include("../ext/DatesExt.jl")
20+
include("../ext/LinearAlgebraExt.jl")
1821
if !isdefined(Base, :get_extension)
19-
include("../ext/DatesExt.jl")
20-
include("../ext/LinearAlgebraExt.jl")
2122
include("../ext/TestExt.jl")
2223
end
2324

0 commit comments

Comments
 (0)