Skip to content

Commit 03d8782

Browse files
authored
Merge pull request #21 from JuliaString/spj/split
Add back __split develop export
2 parents 85bce68 + 51022b5 commit 03d8782

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["ScottPJones <scottjones@alum.mit.edu>"]
44
keywords = ["Strings"]
55
license = "MIT"
66
uuid = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a"
7-
version = "1.1.3"
7+
version = "1.1.4"
88

99
[deps]
1010
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

src/StrBase.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
__precompile__(true)
21
"""
32
StrBase package
43
5-
Copyright 2017-2020 Gandalf Software, Inc., Scott P. Jones,
4+
Copyright 2017-2022 Gandalf Software, Inc., Scott P. Jones,
65
and other contributors to the Julia language
76
Licensed under MIT License, see LICENSE.md
87
Based partly on code in LegacyStrings that used to be part of Julia
@@ -34,11 +33,7 @@ using ModuleInterfaceTools
3433
MS_UTF8, MS_UTF16, MS_UTF32, MS_SubUTF32, MS_Latin, MS_ByteStr, MS_RawUTF8,
3534
_wrap_substr, _empty_sub,
3635
AccessType, UInt16_U, UInt32_U, UInt16_S, UInt32_S, UInt16_US, UInt32_US,
37-
alignedtype, swappedtype, checkkeep, splitarr, __rsplit, __replace
38-
39-
@static if !isdefined(Base, :eachsplit)
40-
@api develop __split
41-
end
36+
alignedtype, swappedtype, checkkeep, splitarr, __split, __rsplit, __replace
4237

4338
using Base: @_inline_meta, @propagate_inbounds, @_propagate_inbounds_meta, RefValue
4439

0 commit comments

Comments
 (0)