Skip to content

Commit

Permalink
Rename: Initials -> InitialValues
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Jul 8, 2019
1 parent 31adddf commit b089bec
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/BangBang.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function __init__()
@require StaticArrays="90137ffa-7385-5640-81b9-e52037218182" begin
include("staticarrays.jl")
end
@require Initials="f5763212-9e0f-11e9-37f1-074a78aac78e" begin
@require InitialValues="22cec73e-a1b8-11e9-2c92-598750a2cf9c" begin
include("initials.jl")
end
end
Expand Down
4 changes: 2 additions & 2 deletions src/initials.jl
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Initials.@def push!! [x]
Initials.@def append!!
InitialValues.@def push!! [x]
InitialValues.@def append!!
8 changes: 4 additions & 4 deletions test/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
deps = ["Random"]
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"

[[Initials]]
git-tree-sha1 = "b9c37cfe620007798569fc9c2333f95cd2f20b8e"
[[InitialValues]]
git-tree-sha1 = "84359976159196f4caa2701e4433939cf2290a37"
repo-rev = "master"
repo-url = "https://github.com/tkf/Initials.jl"
uuid = "f5763212-9e0f-11e9-37f1-074a78aac78e"
repo-url = "https://github.com/tkf/InitialValues.jl"
uuid = "22cec73e-a1b8-11e9-2c92-598750a2cf9c"
version = "0.1.0"

[[InteractiveUtils]]
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Initials = "f5763212-9e0f-11e9-37f1-074a78aac78e"
InitialValues = "22cec73e-a1b8-11e9-2c92-598750a2cf9c"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4 changes: 2 additions & 2 deletions test/test_initials.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module TestInitials
module TestInitialValues

include("preamble.jl")
using Initials: Init, hasinitial
using InitialValues: Init, hasinitial

@testset begin
@test hasinitial(push!!)
Expand Down

0 comments on commit b089bec

Please sign in to comment.