We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fd738 commit 7eefadcCopy full SHA for 7eefadc
test/REQUIRE
@@ -1,4 +1,4 @@
1
DataStructures
2
FixedPointNumbers
3
OffsetArrays
4
-Compat 0.31.0
+Compat 0.37.0
test/lowering.jl
@@ -2,6 +2,7 @@ module TestLowering
using JSON
using Compat.Test
5
+using Compat.Dates
6
using FixedPointNumbers: Fixed
7
8
if isdefined(Base, :Dates)
test/runtests.jl
@@ -1,6 +1,7 @@
using Compat
using OffsetArrays
import DataStructures
0 commit comments