-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3552 from ActiveState/DX-3115
Fix merge integration test
- Loading branch information
Showing
12 changed files
with
129 additions
and
11 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
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
43 changes: 43 additions & 0 deletions
43
pkg/buildscript/testdata/buildexpression-roundtrip-legacy.json
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"let": { | ||
"sources": { | ||
"solve": { | ||
"at_time": "2024-10-15T16:37:06.260Z", | ||
"solver_version": null, | ||
"platforms": [ | ||
"46a5b48f-226a-4696-9746-ba4d50d661c2", | ||
"78977bc8-0f32-519d-80f3-9043f059398c", | ||
"7c998ec2-7491-4e75-be4d-8885800ef5f2" | ||
], | ||
"requirements": [ | ||
{ | ||
"name": "community_artifact", | ||
"namespace": "internal" | ||
}, | ||
{ | ||
"name": "python", | ||
"namespace": "language", | ||
"version_requirements": [ | ||
{ | ||
"comparator": "eq", | ||
"version": "3.11.10" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"artifacts": { | ||
"community_artifacts": { | ||
"src": "$sources" | ||
} | ||
}, | ||
"runtime": { | ||
"state_tool_artifacts": { | ||
"src": "$artifacts", | ||
"build_flags": [] | ||
} | ||
}, | ||
"in": "$runtime" | ||
} | ||
} |
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