-
Notifications
You must be signed in to change notification settings - Fork 77
Conversation
...unity/Packages/io.improbable.gdk.tools/.CodeGenTemplate/CodeGenerationLib/Jobs/CodegenJob.cs
Outdated
Show resolved
Hide resolved
...unity/Packages/io.improbable.gdk.tools/.CodeGenTemplate/CodeGenerationLib/Jobs/CodegenJob.cs
Outdated
Show resolved
Hide resolved
public IEnumerable<string> ExpectedOutputFiles | ||
=> expectedOutputFiles | ||
.Select(filePath => Path.Combine(OutputDirectory, filePath)) | ||
.Union(jobTargets.Select(target => target.FilePath)); |
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.
Why is expectedOutputFiles
not already all the expected output files?
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.
because this information is all inside the jobtargets in the new system
though one could argue we can just add to it each time a job comes in --> consider in cleanup PR
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.
Is it in the cleanup PR?
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.
...unity/Packages/io.improbable.gdk.tools/.CodeGenTemplate/CodeGenerationLib/Jobs/CodegenJob.cs
Outdated
Show resolved
Hide resolved
...unity/Packages/io.improbable.gdk.tools/.CodeGenTemplate/CodeGenerationLib/Jobs/CodegenJob.cs
Outdated
Show resolved
Hide resolved
...unity/Packages/io.improbable.gdk.tools/.CodeGenTemplate/CodeGenerationLib/Jobs/CodegenJob.cs
Show resolved
Hide resolved
...unity/Packages/io.improbable.gdk.tools/.CodeGenTemplate/CodeGenerationLib/Jobs/CodegenJob.cs
Outdated
Show resolved
Hide resolved
c45e2cd
to
4dc5c8f
Compare
Signed-off-by: Paul Balaji <[email protected]>
Signed-off-by: Paul Balaji <[email protected]>
Signed-off-by: Paul Balaji <[email protected]>
Signed-off-by: Paul Balaji <[email protected]>
dc25cb7
to
5e53f4e
Compare
Signed-off-by: Paul Balaji <[email protected]>
Description
JobTarget
class to replace theGenerationTarget
systemJobTarget
system side-by-side with current systemTests
Documentation
Primary reviewers
If your change will take a long time to review, you can name at most two primary reviewers who are ultimately responsible for reviewing this request. @ mention them.