-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update swift-hash and swift-grammar dependencies
- Loading branch information
1 parent
14a720b
commit fee79d9
Showing
13 changed files
with
47 additions
and
49 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,34 +1,32 @@ | ||
{ | ||
"object": { | ||
"pins": [ | ||
{ | ||
"package": "swift-atomics", | ||
"repositoryURL": "https://github.com/apple/swift-atomics.git", | ||
"state": { | ||
"branch": null, | ||
"revision": "cd142fd2f64be2100422d658e7411e39489da985", | ||
"version": "1.2.0" | ||
} | ||
}, | ||
{ | ||
"package": "Swift Grammar", | ||
"repositoryURL": "https://github.com/tayloraswift/swift-grammar", | ||
"state": { | ||
"branch": null, | ||
"revision": "6db3dd8912fc7acb821021cd96677b2e0eeb09f0", | ||
"version": "0.3.4" | ||
} | ||
}, | ||
{ | ||
"package": "swift-hash", | ||
"repositoryURL": "https://github.com/tayloraswift/swift-hash", | ||
"state": { | ||
"branch": null, | ||
"revision": "c7ba0cde5eb63042c2196b02b65a770101c1ac11", | ||
"version": "0.5.0" | ||
} | ||
"pins" : [ | ||
{ | ||
"identity" : "swift-atomics", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/apple/swift-atomics.git", | ||
"state" : { | ||
"revision" : "cd142fd2f64be2100422d658e7411e39489da985", | ||
"version" : "1.2.0" | ||
} | ||
] | ||
}, | ||
"version": 1 | ||
}, | ||
{ | ||
"identity" : "swift-grammar", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/tayloraswift/swift-grammar", | ||
"state" : { | ||
"revision" : "642d5957896f06b03e35c48fc439488367d3fd21", | ||
"version" : "0.4.0" | ||
} | ||
}, | ||
{ | ||
"identity" : "swift-hash", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/tayloraswift/swift-hash", | ||
"state" : { | ||
"revision" : "7798c344afd5a96b689fa9904ad52242a85b5068", | ||
"version" : "0.6.0" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
} |
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,7 +1,7 @@ | ||
#if DEBUG | ||
@testable | ||
import LZ77 | ||
import Testing | ||
import Testing_ | ||
|
||
extension Main | ||
{ | ||
|
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,5 +1,5 @@ | ||
import LZ77 | ||
import Testing | ||
import Testing_ | ||
|
||
extension Main | ||
{ | ||
|
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,5 +1,5 @@ | ||
import LZ77 | ||
import Testing | ||
import Testing_ | ||
|
||
extension Main | ||
{ | ||
|
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 @@ | ||
#if DEBUG | ||
@testable | ||
import LZ77 | ||
import Testing | ||
import Testing_ | ||
|
||
extension Main | ||
{ | ||
|
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 @@ | ||
#if DEBUG | ||
@testable | ||
import LZ77 | ||
import Testing | ||
import Testing_ | ||
|
||
extension Main | ||
{ | ||
|
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 @@ | ||
import Testing | ||
import Testing_ | ||
|
||
@main | ||
enum Main:TestMain | ||
|
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,5 +1,5 @@ | ||
import PNG | ||
import Testing | ||
import Testing_ | ||
|
||
struct _TestFailure:Error | ||
{ | ||
|
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,5 +1,5 @@ | ||
import PNG | ||
import Testing | ||
import Testing_ | ||
|
||
struct _TestFailure:Error | ||
{ | ||
|
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 @@ | ||
#if DEBUG | ||
@testable | ||
import PNG | ||
import Testing | ||
import Testing_ | ||
|
||
extension Main | ||
{ | ||
|
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,5 +1,5 @@ | ||
import PNG | ||
import Testing | ||
import Testing_ | ||
|
||
extension Main | ||
{ | ||
|
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 @@ | ||
import Testing | ||
import Testing_ | ||
|
||
@main | ||
enum Main:TestMain | ||
|