Skip to content
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

Release v0.11.2 #698

Merged
merged 11 commits into from Oct 5, 2018
Merged

Release v0.11.2 #698

merged 11 commits into from Oct 5, 2018

Conversation

Half-Shot
Copy link
Contributor

No description provided.

Copy link

@Valodim Valodim left a comment

Choose a reason for hiding this comment

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

lgtm other than nits.

You mentioned there's a fix for #687, is that actually in here?

# This is used to stem the flow of requests in case of a mass quit/leave, which might
# slow down the homeserver.
leaveConcurrency: 10
Copy link

Choose a reason for hiding this comment

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

no mention in the changelog?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good catch, this is a develop feature atm.

@@ -1,6 +1,11 @@
"$schema": "http://json-schema.org/draft-04/schema#"
type: "object"
properties:
advanced:
Copy link

Choose a reason for hiding this comment

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

what about ircHandler->leaveConcurrency?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Same as above.

if (bridgedClient.isDead()) {
return; // We don't want to include dead ones.
if (!bridgedClient || bridgedClient.isDead()) {
// We don't want to include dead ones, or ones that don't exist.
Copy link

Choose a reason for hiding this comment

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

var isNonexistentOrDead = !bridgedClient || bridgedClient.isDead()
if (isNonexistentOrDead) {

same amount of lines, expresses semantics in code instead of comments

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point, I'll include this in the next release since it's non-critical (and saves us having to apply it to two branches) but definitely reads better.

@Half-Shot
Copy link
Contributor Author

You mentioned there's a fix for #687, is that actually in here?

Should be fixed by the null checking, so I'll add a statement to that effect in the changelogs.

@Half-Shot Half-Shot merged commit d59b18a into master Oct 5, 2018
@Valodim
Copy link

Valodim commented Oct 5, 2018

That didn't actually end up in the changelog now, did it?

@Half-Shot
Copy link
Contributor Author

Oops, my bad. Sorry :(

@jaller94 jaller94 deleted the release-v0.11.2 branch March 27, 2020 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants