-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Open
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Description
| Previous ID | SR-12103 |
| Radar | rdar://problem/58999118 |
| Original Reporter | @weissi |
| Type | Bug |
Additional Detail from JIRA
| Votes | 0 |
| Component/s | Project Infrastructure |
| Labels | Bug |
| Assignee | @compnerd |
| Priority | Medium |
Watchers: @shahmishal
md5: 34006e5897293a43ec757bd7298f22ac
Issue Description:
Previously, the dev versions of Swift have always printed the repo's git SHA. For example:
$ docker run -it --rm swiftlang/swift:nightly-5.2-bionic swift -version
Swift version 5.2-dev (Swift 7c021027d3)
Target: x86_64-unknown-linux-gnu
but the latest master snapshots don't do that which makes it hard to find the corresponding commits.
$ docker run -it --rm swiftlang/swift:nightly-master-bionic swift -version
Swift version 5.2-dev
Target: x86_64-unknown-linux-gnu
See how it only says 5.2-dev and no git sha?
Metadata
Metadata
Assignees
Labels
bugA deviation from expected or documented behavior. Also: expected but undesirable behavior.A deviation from expected or documented behavior. Also: expected but undesirable behavior.