-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from ven-k/fix-ext-names
Prefix parent package name to extension names
- Loading branch information
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Accessors" | ||
uuid = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" | ||
authors = ["Takafumi Arakaki <[email protected]>", "Jan Weidner <[email protected]> and contributors"] | ||
version = "0.1.29" | ||
version = "0.1.30" | ||
|
||
[deps] | ||
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20" | ||
|
@@ -22,10 +22,10 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | |
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a" | ||
|
||
[extensions] | ||
AxisKeysExt = "AxisKeys" | ||
IntervalSetsExt = "IntervalSets" | ||
StaticArraysExt = "StaticArrays" | ||
StructArraysExt = "StructArrays" | ||
AccessorsAxisKeysExt = "AxisKeys" | ||
AccessorsIntervalSetsExt = "IntervalSets" | ||
AccessorsStaticArraysExt = "StaticArrays" | ||
AccessorsStructArraysExt = "StructArrays" | ||
|
||
[compat] | ||
AxisKeys = "0.1,0.2" # extension tests only pass for AxisKeys 0.2, but 0.1 compat is required to run tests on Julia 1.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module AxisKeysExt | ||
module AccessorsAxisKeysExt | ||
using Accessors | ||
using AxisKeys | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module IntervalSetsExt | ||
module AccessorsIntervalSetsExt | ||
using Accessors | ||
using IntervalSets | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module StructArraysExt | ||
module AccessorsStructArraysExt | ||
using Accessors | ||
using StructArrays | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14d03e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
14d03e4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/82984
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: