Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SR-13494] [build-script] Build script silently ignores flags with that are mistyped #55936

Open
LucianoPAlmeida opened this issue Sep 4, 2020 · 1 comment
Labels
build-script Area → utils: The build script compiler The Swift compiler in itself improvement python

Comments

@LucianoPAlmeida
Copy link
Collaborator

Previous ID SR-13494
Radar rdar://problem/68311641
Original Reporter @LucianoPAlmeida
Type Improvement
Additional Detail from JIRA
Votes 0
Component/s Compiler, Project Infrastructure
Labels Improvement
Assignee None
Priority Medium

md5: 2ff910bb37fb2acf347a4aef94b58245

Issue Description:

Build script currently just skips silently if we pass a flag that doesn't exist e.g. There is a flag named -skip-build-benchmarks but if we mistype it like -skip-build-benchmark it just skips it silently.

The ideal should be it at least provide a warning that this particular flag doesn't exist or and will be ignored and maybe suggesting a typo correction.

@typesanitizer
Copy link

@swift-ci create

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@LucianoPAlmeida LucianoPAlmeida added build-script Area → utils: The build script python labels Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-script Area → utils: The build script compiler The Swift compiler in itself improvement python
Projects
None yet
Development

No branches or pull requests

2 participants