-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-BuildIssues pertaining to the build system, CI, infrastructure, metaIssues pertaining to the build system, CI, infrastructure, metaIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-MetaThe product is the management of the products.The product is the management of the products.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Description
Windows Terminal version (or Windows build number)
Other Software
No response
Steps to reproduce
- Checkout the Windows Terminal source code.
- Open a cmd shell.
- Change to the
toolsdirectory. - Execute the
razzle.cmdscript to setup the dev environment. - Execute the
runformat.cmdscript to validate the source code formatting.
Expected Behavior
The runformat script should execute successfully without any errors.
Actual Behavior
I got an error generated by the xstyler utility.
ERROR(S):
Option 'f, file' has no value.
This seems to be caused by the new runxamlformat script (added in PR #9589), which is now called from the runformat script. As far as I can tell, it only works correctly if run from the root of the project. Not a major problem, but it's more convenient to run those tools from the actual tools directory where you have easy autocomplete.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-BuildIssues pertaining to the build system, CI, infrastructure, metaIssues pertaining to the build system, CI, infrastructure, metaIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsProduct-MetaThe product is the management of the products.The product is the management of the products.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.