Skip to content

Commit a58d27a

Browse files
committed
Improved @api
1 parent 8fce60f commit a58d27a

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

REQUIRE

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
julia 0.6
2-
Format 0.6.4
32
ModuleInterfaceTools 0.1.2
4-
StrAPI 0.1.2
5-
CharSetEncodings 0.1.3
6-
ChrBase 0.1.2
7-
MurmurHash3 0.1.3
8-
StrBase 0.1.3
3+
Format 0.6.4
94
StrLiterals 0.1.2

src/StrFormat.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module StrFormat
99

1010
using ModuleInterfaceTools, Format
1111

12-
@api extend StrAPI, StrLiterals
12+
@api use StrLiterals
1313

1414
function _parse_format(str, pos, fun)
1515
ex, j = parse(Expr, str, pos; greedy=false)

test/runtests.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
using ModuleInterfaceTools, Format
44

5-
@static V6_COMPAT || (using Pkg)
6-
7-
@api test StrAPI, StrLiterals
8-
9-
using StrFormat
5+
@api test StrFormat
106

117
@testset "C Formatting" begin
128
@testset "int" begin

0 commit comments

Comments
 (0)