Skip to content

Commit 726c3ca

Browse files
committed
Update Project.toml & REQUIRE
1 parent 04fea25 commit 726c3ca

File tree

7 files changed

+53
-46
lines changed

7 files changed

+53
-46
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ git:
1717
## (tests will run but not make your overall status red)
1818
matrix:
1919
allow_failures:
20-
- julia: 1.0
2120
- julia: nightly
2221

2322
## uncomment and modify the following lines to manually install system packages

Project.toml

Lines changed: 31 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,39 @@
1-
authors = ["ScottPJones <scottjones@alum.mit.edu>"]
1+
name = "Strs"
22
desc = "Str & Chr support"
3+
authors = ["ScottPJones <scottjones@alum.mit.edu>"]
34
keywords = ["Strings", "Characters", "Formatting", "Intern", "Unicode", "Regex"]
45
license = "MIT"
5-
name = "Strs"
6-
uuid = "74bd3093-d400-43d3-8216-79b3093f48e9"
6+
uuid = "7bddbee9-b4ee-5d4f-bf0b-c84b4398bbf6"
77
version = "0.1.1"
88

99
[deps]
10-
ChrBase = "c13fa7b1-fb91-5a40-8b3c-3aad7fd30002"
11-
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
12-
Emoji_Entities = "fd8f23de-bd2f-5c75-921c-0c9ab51355f5"
13-
HTML_Entities = "7693890a-d069-55fe-a829-b4a6d304f0ee"
14-
InternedStrings = "7d512f48-7fb1-5a58-b986-67e6dc259f01"
15-
LaTeX_Entities = "9927f19a-46ce-5bdd-a20a-f46a78b61e3d"
16-
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
17-
MurmurHash3 = "b10b62ed-fbae-5ea5-b934-abaf0477b71d"
18-
PCRE2 = "c9310f65-a42c-5928-aca3-d34f64192029"
19-
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
20-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
21-
StrAPI = "69e7dfc3-c4d0-5e14-8d95-d6042a05b383"
22-
StrBase = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a"
23-
StrEntities = "f6164076-6934-4707-9ef0-ff39da4345e6"
24-
StrFormat = "a5a47323-cf2a-443b-a747-99a2b29c4966"
25-
StrLiterals = "68059f60-971f-57ff-a2d0-18e7de9ccc84"
26-
StrRegex = "2267b70d-4c4a-5da2-8395-98751c0d506a"
27-
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
28-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
10+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
11+
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
12+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
13+
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
14+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2915
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
16+
17+
ModuleInterfaceTools = "5cb8414e-7aab-5a03-a681-351269c074bf"
18+
19+
InternedStrings = "7d512f48-7fb1-5a58-b986-67e6dc259f01"
20+
21+
StrTables = "9700d1a9-a7c8-5760-9816-a99fda30bb8f"
22+
Emoji_Entities = "fd8f23de-bd2f-5c75-921c-0c9ab51355f5"
23+
HTML_Entities = "7693890a-d069-55fe-a829-b4a6d304f0ee"
24+
LaTeX_Entities = "9927f19a-46ce-5bdd-a20a-f46a78b61e3d"
3025
Unicode_Entities = "a8aa15d3-c567-5e9f-b6cc-4b0f97f09cf7"
26+
27+
StrLiterals = "68059f60-971f-57ff-a2d0-18e7de9ccc84"
28+
StrEntities = "42b7a45b-8021-5b99-aff5-7432580bee1c"
29+
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8" # 9wb580eyjv4k3iej
30+
StrFormat = "b5087856-efa9-5a6d-8e6f-97303a7af894"
31+
32+
MurmurHash3 = "b10b62ed-fbae-5ea5-b934-abaf0477b71d"
33+
34+
StrAPI = "69e7dfc3-c4d0-5e14-8d95-d6042a05b383"
35+
ChrBase = "c13fa7b1-fb91-5a40-8b3c-3aad7fd30002"
36+
StrBase = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a"
37+
38+
PCRE2 = "c9310f65-a42c-5928-aca3-d34f64192029"
39+
StrRegex = "2267b70d-4c4a-5da2-8395-98751c0d506a"

REQUIRE

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
julia 0.6 1.2
1+
julia 0.6 2-
22
InternedStrings 0.6.2
33
PCRE2 0.1.2
4-
StrTables 0.2.5
5-
LaTeX_Entities 0.2.5
6-
HTML_Entities 0.2.5
7-
Unicode_Entities 0.2.6
8-
Emoji_Entities 0.2.5
9-
Format 0.7.1
4+
StrTables 0.2.6
5+
LaTeX_Entities 0.2.6
6+
HTML_Entities 0.2.6
7+
Unicode_Entities 0.2.7
8+
Emoji_Entities 0.2.6
9+
Format 0.7.2
1010
ModuleInterfaceTools 0.1.6
11-
StrAPI 0.1.7
12-
CharSetEncodings 0.1.6
13-
ChrBase 0.1.4
11+
StrAPI 0.1.8
12+
CharSetEncodings 0.1.8
13+
ChrBase 0.1.7
1414
MurmurHash3 0.1.5
15-
StrLiterals 0.1.5
16-
StrBase 0.1.6
17-
StrRegex 0.1.4
18-
StrFormat 0.1.3
19-
StrEntities 0.1.2
15+
StrLiterals 0.1.6
16+
StrBase 0.1.10
17+
StrRegex 0.1.5
18+
StrFormat 0.1.4
19+
StrEntities 0.1.3

appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ platform:
1313
## (tests will run but not make your overall status red)
1414
matrix:
1515
allow_failures:
16-
- julia_version: 1.0
1716
- julia_version: latest
1817

1918
branches:

src/Strs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Licensed under MIT License, see LICENSE.md
88
module Strs
99

1010
using ModuleInterfaceTools
11-
using ModuleInterfaceTools: @api, m_eval
11+
using ModuleInterfaceTools: m_eval
1212
export @api, V6_COMPAT
1313

1414
using PCRE2
@@ -25,7 +25,7 @@ export @i_str, @I_str, intern
2525
macro i_str(str) ; Expr(:call, :intern, interpolated_parse(str, StrBase._str)) ; end
2626
macro I_str(str) ; Expr(:call, :intern, interpolated_parse(str, StrBase._str, true)) ; end
2727

28-
const m_eval = ModuleInterfaceTools.m_eval
28+
#const m_eval = ModuleInterfaceTools.m_eval
2929

3030
#=
3131
function __init__()

test/bench.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,7 @@ function testline(test, lines, results, list)
10231023
res == funres[j] ||
10241024
push!(fundiff, typeof(res) == Bool ? (j, text) : (j, text, res, funres[j]))
10251025
end
1026+
test && !is_empty(fundiff) && pr"Failed test \(fun): \(fundiff)"
10261027
test && @test is_empty(fundiff)
10271028
is_empty(fundiff) || push!(diff, (i, fun, fundiff))
10281029
catch ex

test/setup.jl

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
const test_legacy = false
22

3-
using ModuleInterfaceTools
4-
5-
@static V6_COMPAT || (using REPL)
6-
73
using BenchmarkTools
4+
85
using Strs
96

7+
@static V6_COMPAT || (using REPL)
8+
109
@api test StrAPI, StrBase, StrRegex
1110

1211
const ver = "v0.$(VERSION.minor)"
1312
const git = "https://github.com/JuliaString/"
14-
const pkgdir = Pkg.dir("Strs")
1513

14+
const pkgdir = @static V6_COMPAT ? Pkg.dir("Strs") : dirname(pathof(Strs))
1615
const RC = @static V6_COMPAT ? Base.REPLCompletions : REPL.REPLCompletions
1716
_uninit(T, len) = @static V6_COMPAT ? T(len) : T(undef, len)
1817

0 commit comments

Comments
 (0)