-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: task definition serialization (#6306)
### Description A bunch of tiny changes that bring the JSON serialization to be closer to Go. We go for a similar approach to Go of having a new structure for serialization in order to match Go's distinction between `nil` and `[]string{}`. ### Testing Instructions More rust codepath integration tests pass. Many failing ones now have smaller diffs e.g. `dry_json/single_package*.t` only differ by `hashOfExternalDeps` Closes TURBO-1548 --------- Co-authored-by: Chris Olszewski <Chris Olszewski>
- Loading branch information
1 parent
adf821b
commit 1b9fca8
Showing
11 changed files
with
217 additions
and
121 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
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
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
Oops, something went wrong.