Skip to content

Commit

Permalink
Merge pull request #21 from JuliaString/spj/split
Browse files Browse the repository at this point in the history
Add back __split develop export
  • Loading branch information
ScottPJones authored Jul 19, 2022
2 parents 85bce68 + 51022b5 commit 03d8782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ authors = ["ScottPJones <[email protected]>"]
keywords = ["Strings"]
license = "MIT"
uuid = "e79e7a6a-7bb1-5a4d-9d64-da657b06f53a"
version = "1.1.3"
version = "1.1.4"

[deps]
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
Expand Down
9 changes: 2 additions & 7 deletions src/StrBase.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
__precompile__(true)
"""
StrBase package
Copyright 2017-2020 Gandalf Software, Inc., Scott P. Jones,
Copyright 2017-2022 Gandalf Software, Inc., Scott P. Jones,
and other contributors to the Julia language
Licensed under MIT License, see LICENSE.md
Based partly on code in LegacyStrings that used to be part of Julia
Expand Down Expand Up @@ -34,11 +33,7 @@ using ModuleInterfaceTools
MS_UTF8, MS_UTF16, MS_UTF32, MS_SubUTF32, MS_Latin, MS_ByteStr, MS_RawUTF8,
_wrap_substr, _empty_sub,
AccessType, UInt16_U, UInt32_U, UInt16_S, UInt32_S, UInt16_US, UInt32_US,
alignedtype, swappedtype, checkkeep, splitarr, __rsplit, __replace

@static if !isdefined(Base, :eachsplit)
@api develop __split
end
alignedtype, swappedtype, checkkeep, splitarr, __split, __rsplit, __replace

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

Expand Down

0 comments on commit 03d8782

Please sign in to comment.