-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add note that LLDB changes should be cherry-picked to swift/master
#32133
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
@swift-ci Please smoke test |
LGTM, but I would like us to get a review from someone working on Swift-enabled LLDB like @fredriss. |
@swift-ci Please smoke test Linux |
I don't think this reflects how anyone is working today. We work mainly on
The forwarding to swift/master will disappear later in the release cycle. The rule of thumb we use for LLDB is:
It would be nice to be able to live on master-next, but we're not there yet. |
Thanks for the input! Just to confirm: This means that the current doc (without my PR) is also already wrong, as it says "Changes that depend on Swift (this only applies to LLDB): new commits go to You're saying this should instead read "New commits go to Correct? |
In essence, yes. But it's a little more nuanced than this. There's nothing really wrong with committing first to The really important thing is that commits should go to both |
Thanks, got it! I've changed the wording in the doc accordingly -- WDYT? All of this is very relevant to me right now, BTW, since I'm preparing a (Swift-dependent) change for LLDB (not surprisingly, this is what triggered me to make this change to the doc). I've currently got it on |
@swift-ci Please smoke test |
This looks good with one last tweak (sorry!). The current release branches are not named |
No problem. How does this look now? |
@swift-ci Please smoke test |
@swift-ci Please smoke test |
This was previously missing -- the doc mentioned only
swift/master-next
and release branches.