Skip to content

Adapt Driver Dependencies Test Suite to Private Dependencies #31762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dependencies after compilation:
depends-nominal: [z]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Dependencies after compilation:
depends-top-level: [a]
provides-nominal: [z]
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dependencies after compilation:
provides-top-level: [a]
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"./main.swift": {
"object": "./main.o",
"swift-dependencies": "./main.swiftdeps"
},
"./other.swift": {
"object": "./other.o",
"swift-dependencies": "./other.swiftdeps"
},
"./yet-another.swift": {
"object": "./yet-another.o",
"swift-dependencies": "./yet-another.swiftdeps"
},
"./added.swift": {
"object": "./added.o",
"swift-dependencies": "./added.swiftdeps"
},
"": {
"swift-dependencies": "./main~buildrecord.swiftdeps"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dependencies after compilation:
depends-nominal: [z]
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Fine-grained v0
---
allNodes:
- key:
kind: sourceFileProvide
aspect: interface
context: ''
name: main.swiftdeps
fingerprint: 8276a546203ebde599da50b466729230
sequenceNumber: 0
defsIDependUpon: [ 4, 2 ]
isProvides: true
- key:
kind: sourceFileProvide
aspect: implementation
context: ''
name: main.swiftdeps
fingerprint: 8276a546203ebde599da50b466729230
sequenceNumber: 1
defsIDependUpon: [ ]
isProvides: true
- key:
kind: dynamicLookup
aspect: interface
context: ''
name: z
sequenceNumber: 2
defsIDependUpon: [ 0 ]
isProvides: true
- key:
kind: dynamicLookup
aspect: implementation
context: ''
name: z
sequenceNumber: 3
defsIDependUpon: [ ]
isProvides: true
- key:
kind: topLevel
aspect: interface
context: ''
name: a
sequenceNumber: 4
defsIDependUpon: [ ]
isProvides: false
...
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Fine-grained v0
---
allNodes:
- key:
kind: sourceFileProvide
aspect: interface
context: ''
name: other.swiftdeps
fingerprint: 72e95f4a11b98227c1f6ad6ea7f6cdba
sequenceNumber: 0
defsIDependUpon: [ 2 ]
isProvides: true
- key:
kind: sourceFileProvide
aspect: implementation
context: ''
name: other.swiftdeps
fingerprint: 72e95f4a11b98227c1f6ad6ea7f6cdba
sequenceNumber: 1
defsIDependUpon: [ ]
isProvides: true
- key:
kind: topLevel
aspect: interface
context: ''
name: a
sequenceNumber: 2
defsIDependUpon: [ 0 ]
isProvides: true
- key:
kind: topLevel
aspect: implementation
context: ''
name: a
sequenceNumber: 3
defsIDependUpon: [ ]
isProvides: true
...
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"./main.swift": {
"object": "./main.o",
"swift-dependencies": "./main.swiftdeps"
},
"./other.swift": {
"object": "./other.o",
"swift-dependencies": "./other.swiftdeps"
},
"./yet-another.swift": {
"object": "./yet-another.o",
"swift-dependencies": "./yet-another.swiftdeps"
},
"": {
"swift-dependencies": "./main~buildrecord.swiftdeps"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Fine-grained v0
---
allNodes:
- key:
kind: sourceFileProvide
aspect: interface
context: ''
name: yet-another.swiftdeps
fingerprint: f0a22821b1bfd1d40363b3f89c7a7693
sequenceNumber: 0
defsIDependUpon: [ 2 ]
isProvides: true
- key:
kind: sourceFileProvide
aspect: implementation
context: ''
name: yet-another.swiftdeps
fingerprint: f0a22821b1bfd1d40363b3f89c7a7693
sequenceNumber: 1
defsIDependUpon: [ ]
isProvides: true
- key:
kind: dynamicLookup
aspect: interface
context: ''
name: z
sequenceNumber: 2
defsIDependUpon: [ ]
isProvides: false
...
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Dependencies after compilation:
depends-top-level: [a]
provides-dynamic-lookup: [z]
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dependencies after compilation:
provides-top-level: [a]
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"./main.swift": {
"object": "./main.o",
"swift-dependencies": "./main.swiftdeps"
},
"./other.swift": {
"object": "./other.o",
"swift-dependencies": "./other.swiftdeps"
},
"./yet-another.swift": {
"object": "./yet-another.o",
"swift-dependencies": "./yet-another.swiftdeps"
},
"": {
"swift-dependencies": "./main~buildrecord.swiftdeps"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Dependencies after compilation:
depends-dynamic-lookup: [z]
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Fine-grained v0
---
allNodes:
- key:
kind: sourceFileProvide
aspect: interface
context: ''
name: main.swiftdeps
fingerprint: 42e5bb8d6f23bfc1b055b85bd466a86c
sequenceNumber: 0
defsIDependUpon: [ 2, 4 ]
isProvides: true
- key:
kind: sourceFileProvide
aspect: implementation
context: ''
name: main.swiftdeps
fingerprint: 42e5bb8d6f23bfc1b055b85bd466a86c
sequenceNumber: 1
defsIDependUpon: [ ]
isProvides: true
- key:
kind: nominal
aspect: interface
context: 4main1zV
name: ''
sequenceNumber: 2
defsIDependUpon: [ 0 ]
isProvides: true
- key:
kind: nominal
aspect: implementation
context: 4main1zV
name: ''
sequenceNumber: 3
defsIDependUpon: [ ]
isProvides: true
- key:
kind: topLevel
aspect: interface
context: ''
name: a
sequenceNumber: 4
defsIDependUpon: [ ]
isProvides: false
...
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Fine-grained v0
---
allNodes:
- key:
kind: sourceFileProvide
aspect: interface
context: ''
name: main.swiftdeps
fingerprint: 42e5bb8d6f23bfc1b055b85bd466a86c
sequenceNumber: 0
defsIDependUpon: [ 2 ]
isProvides: true
- key:
kind: sourceFileProvide
aspect: implementation
context: ''
name: main.swiftdeps
fingerprint: 42e5bb8d6f23bfc1b055b85bd466a86c
sequenceNumber: 1
defsIDependUpon: [ ]
isProvides: true
- key:
kind: topLevel
aspect: interface
context: ''
name: a
sequenceNumber: 2
defsIDependUpon: [ ]
isProvides: false
...
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Fine-grained v0
---
allNodes:
- key:
kind: sourceFileProvide
aspect: interface
context: ''
name: other.swiftdeps
fingerprint: 72e95f4a11b98227c1f6ad6ea7f6cdba
sequenceNumber: 0
defsIDependUpon: [ 2 ]
isProvides: true
- key:
kind: sourceFileProvide
aspect: implementation
context: ''
name: other.swiftdeps
fingerprint: 72e95f4a11b98227c1f6ad6ea7f6cdba
sequenceNumber: 1
defsIDependUpon: [ ]
isProvides: true
- key:
kind: topLevel
aspect: interface
context: ''
name: a
sequenceNumber: 2
defsIDependUpon: [ 0 ]
isProvides: true
- key:
kind: topLevel
aspect: implementation
context: ''
name: a
sequenceNumber: 3
defsIDependUpon: [ ]
isProvides: true
...
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Fine-grained v0
---
allNodes:
- key:
kind: sourceFileProvide
aspect: interface
context: ''
name: other.swiftdeps
fingerprint: 72e95f4a11b98227c1f6ad6ea7f6cdba
sequenceNumber: 0
defsIDependUpon: [ 2 ]
isProvides: true
- key:
kind: sourceFileProvide
aspect: implementation
context: ''
name: other.swiftdeps
fingerprint: 72e95f4a11b98227c1f6ad6ea7f6cdba
sequenceNumber: 1
defsIDependUpon: [ ]
isProvides: true
- key:
kind: topLevel
aspect: interface
context: ''
name: a
sequenceNumber: 2
defsIDependUpon: [ 0 ]
isProvides: true
- key:
kind: topLevel
aspect: implementation
context: ''
name: a
sequenceNumber: 3
defsIDependUpon: [ ]
isProvides: true
...
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"./main.swift": {
"object": "./main.o",
"swift-dependencies": "./main.swiftdeps"
},
"./other.swift": {
"object": "./other.o",
"swift-dependencies": "./other.swiftdeps"
},
"./yet-another.swift": {
"object": "./yet-another.o",
"swift-dependencies": "./yet-another.swiftdeps"
},
"": {
"swift-dependencies": "./main~buildrecord.swiftdeps"
}
}
Loading