Commit 82f10fc Matt
authored
1 parent 01f8d56 commit 82f10fc Copy full SHA for 82f10fc
File tree 2 files changed +23
-5
lines changed
Parsing.xcworkspace/xcshareddata/swiftpm
2 files changed +23
-5
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,20 @@ struct Instructions {
53
53
54
54
// MARK: - Parsers
55
55
56
- let dot = ParsePrint ( . memberwise( Dot . init) ) {
56
+ let dot = ParsePrint ( input : Substring . self , . memberwise( Dot . init) ) {
57
57
Digits ( )
58
58
" , "
59
59
Digits ( )
60
60
}
61
61
62
- let fold = ParsePrint ( . memberwise( Fold . init) ) {
62
+ let fold = ParsePrint ( input : Substring . self , . memberwise( Fold . init) ) {
63
63
" fold along "
64
64
Direction . parser ( )
65
65
" = "
66
66
Digits ( )
67
67
}
68
68
69
- let instructions = ParsePrint ( . memberwise( Instructions . init) ) {
69
+ let instructions = ParsePrint ( input : Substring . self , . memberwise( Instructions . init) ) {
70
70
Many {
71
71
dot
72
72
} separator: {
Original file line number Diff line number Diff line change 23
23
"kind" : "remoteSourceControl",
24
24
"location" : "https://github.com/pointfreeco/swift-case-paths",
25
25
"state" : {
26
- "revision" : "bb436421f57269fbcfe7360735985321585a86e5 ",
27
- "version" : "0.10.1 "
26
+ "revision" : "642e6aab8e03e5f992d9c83e38c5be98cfad5078 ",
27
+ "version" : "1.5.5 "
28
28
}
29
29
},
30
30
{
35
35
"revision" : "3303b164430d9a7055ba484c8ead67a52f7b74f6",
36
36
"version" : "1.0.0"
37
37
}
38
+ },
39
+ {
40
+ "identity" : "swift-syntax",
41
+ "kind" : "remoteSourceControl",
42
+ "location" : "https://github.com/swiftlang/swift-syntax",
43
+ "state" : {
44
+ "revision" : "cb53fa1bd3219b0b23ded7dfdd3b2baff266fd25",
45
+ "version" : "600.0.0"
46
+ }
47
+ },
48
+ {
49
+ "identity" : "xctest-dynamic-overlay",
50
+ "kind" : "remoteSourceControl",
51
+ "location" : "https://github.com/pointfreeco/xctest-dynamic-overlay",
52
+ "state" : {
53
+ "revision" : "bc2a151366f2cd0e347274544933bc2acb00c9fe",
54
+ "version" : "1.4.0"
55
+ }
38
56
}
39
57
],
40
58
"version" : 2
You can’t perform that action at this time.
0 commit comments