-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add --use-port option (Contrib ports part 1) #21214
Merged
Merged
Changes from 11 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
19f0583
added PORTS new settings
ypujante d135cd4
check for valid port name
ypujante 27db0bd
Merge remote-tracking branch 'origin/main' into contrib-ports-1
ypujante 831c523
use --use-port instead of -sPORTS
ypujante 0bfdef3
Merge remote-tracking branch 'origin/main' into contrib-ports-1
ypujante 177d603
removed PORTS from settings.py
ypujante 7d43831
reverted comma
ypujante 5d0afbb
changes from code review
ypujante f6694fe
Merge remote-tracking branch 'origin/main' into contrib-ports-1
ypujante ba2a1ff
removed print statement
ypujante b88e332
brute force documentation update
ypujante aeb2d0a
use compile+link
ypujante 9facf38
fixed sanity checks
ypujante 6717313
Merge remote-tracking branch 'origin/main' into contrib-ports-1
ypujante 0344a99
documentation changes
ypujante File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Can you give a little more detail.
How about:
Also, can you end the entry with
(#21214)
?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.
Sure I will. I think it makes sense to emphasize that it will replace the
-sUSE_XXX
syntax eventually. Also I would imagine that no new "official" port (unclear if there is any in the pipe), should add-sUSE_XXX
and instead use--use-port
syntax... Certainly contrib ports will.After seeing the end result, I am quite happy with the new syntax which is in-line with the other
--clear-ports
,--show-ports
and is essentially a way to add new ports, whether official or contrib in a more generic fashion without adding new settings...After this last change I will be working on contrib port proper
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've been holding off adding any new official ports for several years now, until we had this contrib system in place.