Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Code cleanup and tests stability#7

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
arssher merged 3 commits intomasterfromPGPRO-4965
Apr 16, 2021
Merged

Code cleanup and tests stability#7

arssher merged 3 commits intomasterfromPGPRO-4965
Apr 16, 2021

Conversation

@ololobus
Copy link
Contributor

No description provided.

Code cleanup after merge of PGPRO-3253.
Also make free port choosing routine work on BSD-like systems (e.g.macOS).
@ololobusololobus requested a review fromarssherApril 15, 2021 11:07
Cluster.pm Outdated

# advance $port, wrapping correctly around range end
$port = 26000if ++$port== 27000;
$port = 26000if ++$port>= 27000;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

== was actually intentional here, allowing run.pl to force its fixed 65432+ range

@arssher
Copy link
Contributor

For the record, this is from PGPRO-4965.

@arssherarssher merged commit029970c intomasterApr 16, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@arssherarssherarssher left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@ololobus@arssher

[8]ページ先頭

©2009-2025 Movatter.jp