From 51022b522ae4dd9b47b22462c19df6dff4a88ee7 Mon Sep 17 00:00:00 2001 From: ScottPJones Date: Tue, 19 Jul 2022 12:55:21 -0400 Subject: [PATCH] Add back __split develop export --- Project.toml | 2 +- src/StrBase.jl | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/Project.toml b/Project.toml index ded0c9a..d581837 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = ["ScottPJones "] 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" diff --git a/src/StrBase.jl b/src/StrBase.jl index d825170..235d24d 100644 --- a/src/StrBase.jl +++ b/src/StrBase.jl @@ -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 @@ -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