-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: preserve xml comments in decomposed files
- Loading branch information
Showing
44 changed files
with
1,717 additions
and
1 deletion.
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
24 changes: 24 additions & 0 deletions
24
...__snapshots__/verify-md-files.expected/objectTranslations/Contact-en_US.objectTranslation
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<fields> | ||
<help> | ||
<!-- Please choose an option --> | ||
</help> | ||
<label> | ||
<!-- Example --> | ||
</label> | ||
<name>Example__c</name> | ||
<picklistValues> | ||
<masterLabel>One</masterLabel> | ||
<translation> | ||
<!-- One --> | ||
</translation> | ||
</picklistValues> | ||
<picklistValues> | ||
<masterLabel>Two</masterLabel> | ||
<translation> | ||
<!-- Two --> | ||
</translation> | ||
</picklistValues> | ||
</fields> | ||
</CustomObjectTranslation> |
Oops, something went wrong.
54c60d4
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.
Benchmark
eda-componentSetCreate-linux
183
ms184
ms0.99
eda-sourceToMdapi-linux
1912
ms1969
ms0.97
eda-sourceToZip-linux
1458
ms1500
ms0.97
eda-mdapiToSource-linux
2720
ms2756
ms0.99
lotsOfClasses-componentSetCreate-linux
381
ms465
ms0.82
lotsOfClasses-sourceToMdapi-linux
3462
ms3526
ms0.98
lotsOfClasses-sourceToZip-linux
3132
ms3185
ms0.98
lotsOfClasses-mdapiToSource-linux
3356
ms3353
ms1.00
lotsOfClassesOneDir-componentSetCreate-linux
640
ms643
ms1.00
lotsOfClassesOneDir-sourceToMdapi-linux
6220
ms6281
ms0.99
lotsOfClassesOneDir-sourceToZip-linux
5856
ms5960
ms0.98
lotsOfClassesOneDir-mdapiToSource-linux
6094
ms6265
ms0.97
This comment was automatically generated by workflow using github-action-benchmark.
54c60d4
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.
Benchmark
eda-componentSetCreate-win32
379
ms385
ms0.98
eda-sourceToMdapi-win32
3524
ms3506
ms1.01
eda-sourceToZip-win32
2156
ms2134
ms1.01
eda-mdapiToSource-win32
5731
ms5730
ms1.00
lotsOfClasses-componentSetCreate-win32
827
ms907
ms0.91
lotsOfClasses-sourceToMdapi-win32
7465
ms7475
ms1.00
lotsOfClasses-sourceToZip-win32
4841
ms4727
ms1.02
lotsOfClasses-mdapiToSource-win32
7482
ms7476
ms1.00
lotsOfClassesOneDir-componentSetCreate-win32
1535
ms1504
ms1.02
lotsOfClassesOneDir-sourceToMdapi-win32
13774
ms13704
ms1.01
lotsOfClassesOneDir-sourceToZip-win32
8662
ms8714
ms0.99
lotsOfClassesOneDir-mdapiToSource-win32
13263
ms13828
ms0.96
This comment was automatically generated by workflow using github-action-benchmark.