-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[cleanup] Remove demo-tool from the Swift repo and fix find-unused-diagnostics.sh #688
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
Conversation
As for |
@gribozavr I've now fixed |
@practicalswift Thanks, still waiting on @krememek on @DougGregor to comment about |
demo-tool is dead, feel free to nuke it. |
Awesome, thanks @lattner! |
[cleanup] Remove demo-tool from the Swift repo and fix find-unused-diagnostics.sh
@lattner, @gribozavr Thanks for clarifying and thanks for merging! :-) While hunting for obsolete/abandoned files I ran a quick check for all files that are not referenced from another file in the repo. These are the non-referenced files:
Are there any of the files above that look like candidates for deletion? |
I'd suggest asking about this on swift-dev. I don't know what most of those do :-) |
…armv7s-ios Exclude armv7 and armv7s from iOS platform
…fter-arch-changes [Hotfix] Un-xfail Kingfisher and ReactiveKit after swiftlang#688
utils/demo-tool
seems like a nice general purpose presentation tool but since it is not directly Swift related I suggest removing it from the Swift repo.utils/find-unused-diagnostics.sh
was added in 2013 and has been untouched since then. It reads from a file that currently does not exist so I assume this script is not in heavy use any more :-)