-
Notifications
You must be signed in to change notification settings - Fork 381
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
Rename conflict
revset to conflicts
.
#4334
Conversation
I'm for this change, so I'll let someone else review this PR. (Also, Essien and I work for the same company, so there's also that potential conflict of interest.) |
To clarify, I don't mean that only someone who's against this should review it :) I just mean that I've already said elsewhere that I'm for it, so I want to give others a chance to say what they think, in particular Yuya who seemed ambivalent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm completely OK with this, though maybe an alias with a warning wouldn't hurt. (Someone else can hold this PR back if they think that's important enough.)
43a0b8f
to
593b283
Compare
c6267bb
to
1173f05
Compare
See discussion thread in linked issue. With this PR, all revset functions in [BUILTIN_FUNCTION_MAP](https://github.com/martinvonz/jj/blob/8d166c764251042287626ab37a1148386cef8371/lib/src/revset.rs#L570) that return multiple values are either named in plural or the naming is hard to misunderstand (e.g. `reachable`) Fixes: #4122
1173f05
to
f5a70b5
Compare
I missed this update in #4334. Issue: 4122
See discussion thread in linked issue.
With this PR, all revset functions in BUILTIN_FUNCTION_MAP
that return multiple values are either named in plural or the naming is hard to misunderstand (e.g.
reachable
)Fixes: #4122
Checklist
If applicable:
CHANGELOG.md