-
Notifications
You must be signed in to change notification settings - Fork 224
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
Remove remaining directory server mentions #3017
Remove remaining directory server mentions #3017
Conversation
Huh? And Github |
So
I guess I need to find |
Well, so clang-format-10 is no longer available and installing 11 made no difference locally.
(Raised #3019) |
Would |
I had |
592a085
to
f047a8b
Compare
f047a8b
to
80452df
Compare
Per jamulussoftware/jamulus#3017 (comment) - proposed change.
7394039
to
f6b99a4
Compare
OK, I don't think there's anything outstanding here now? |
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.
See comment.
f6b99a4
to
8f09aff
Compare
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 think by sight reviewing this looks ok.
8f09aff
to
b1f9602
Compare
Raised jamulussoftware/jamuluswebsite#919 for the documentation change. |
https://github.com/jamulussoftware/jamulus/actions/runs/4713980244/jobs/8379530170 is still failing on main (but didn't on the branch, which was up to date with main...). Anyone understand why? Raised #3049 |
@pljones I think we can drop the needs documentation flag here too. |
Short description of changes
The overall goal is that:
--server --directoryaddress localhost
(or-s -e 127.0.0.1
)).This removes remaining "directory server" mentions in the code base (based on
grep -ni directory\ \*server src/*.*
).Apart from:
--directoryserver
command line option(Replaced: #2997 - this is more complete)
CHANGELOG: Server: Rename
--directoryserver
to--directoryaddress
(and internal changes)Context: Fixes an issue?
On going maintenance to avoid confusion in terminology.
Does this change need documentation? What needs to be documented and how?
Yes.
--help
output now says--directoryaddress
plus a few other changes. Translations affected in places, too (I added some more server GUI ones).Status of this Pull Request
It runs okay.
What is missing until this pull request can be merged?
generate_json_rpc_docs.py
script (@hoffie ?)clang_format
...Note: the Json RPC "directory_server" mention is in its external protocol, not just a comment, so needs consideration before just changing it. The other changes here affect nothing outside Jamulus.
Checklist