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.
2 parents 205dedb + c7ab05e commit 3c14fa4Copy full SHA for 3c14fa4
Project.toml
@@ -1,7 +1,7 @@
1
name = "FilePathsBase"
2
uuid = "48062228-2e41-5def-b9a4-89aafe57970f"
3
authors = ["Rory Finnegan"]
4
-version = "0.9.7"
+version = "0.9.8"
5
6
[deps]
7
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
src/FilePathsBase.jl
@@ -1,5 +1,3 @@
-__precompile__()
-
module FilePathsBase
using Dates
@@ -69,7 +67,7 @@ export
69
67
70
68
export isexecutable
71
72
-const PATH_TYPES = DataType[]
+const PATH_TYPES = Type[]
73
74
function __init__()
75
# Register the default fallback path type based on the os.
0 commit comments