Skip to content

Conversation

github-actions[bot]
Copy link

Automated changes by create-pull-request GitHub action

@github-actions github-actions bot force-pushed the update-translations/weblate branch from 55f30ff to 2cd3f29 Compare February 17, 2025 10:09
@github-actions github-actions bot force-pushed the update-translations/weblate branch from 2cd3f29 to 323e644 Compare February 24, 2025 10:10
@github-actions github-actions bot force-pushed the update-translations/weblate branch 2 times, most recently from 46a6f30 to 71d1fcf Compare March 10, 2025 10:08
@github-actions github-actions bot force-pushed the update-translations/weblate branch from 71d1fcf to 40f3c4f Compare March 17, 2025 10:10
@github-actions github-actions bot force-pushed the update-translations/weblate branch 2 times, most recently from 28e4431 to 14491db Compare March 31, 2025 10:10
@github-actions github-actions bot force-pushed the update-translations/weblate branch 2 times, most recently from 279a12c to b0805f1 Compare April 14, 2025 10:10
@github-actions github-actions bot force-pushed the update-translations/weblate branch from b0805f1 to 7bb9c53 Compare April 21, 2025 10:10
@github-actions github-actions bot force-pushed the update-translations/weblate branch 2 times, most recently from 86b3f96 to 367a2bd Compare May 5, 2025 10:10
@PIG208 PIG208 force-pushed the main branch 2 times, most recently from 904062a to 9689dce Compare May 16, 2025 23:20
@github-actions github-actions bot force-pushed the update-translations/weblate branch 2 times, most recently from 290b7c0 to 2e0adb7 Compare June 2, 2025 10:11
@github-actions github-actions bot force-pushed the update-translations/weblate branch from 2e0adb7 to 8aef121 Compare June 9, 2025 10:11
@github-actions github-actions bot force-pushed the update-translations/weblate branch from 8aef121 to 1dac8b9 Compare June 16, 2025 10:12
@github-actions github-actions bot force-pushed the update-translations/weblate branch 2 times, most recently from 0cd4fb6 to 588a19a Compare June 30, 2025 10:11
gnprice and others added 26 commits July 22, 2025 19:46
… doc

The doc for message_details on this event says the field is present
if the flag is "read", with no mention of event_types. Looking
through zulip/zulip's Git history, it turns out it had been
mentioned in the past, but the mention was removed, in
zulip/zulip@48a1cf04d:

-  Present if `message` and `update_message_flags` are both present in
-  `event_types` and the `flag` is `read` and the `op` is `remove`.
+  Only present if the specified `flag` is `"read"`.

So the comment (and no-op `&& true`) isn't necessary; remove it.

We noticed this because the analyzer started flagging an info-level
`no_literal_bool_comparisons` here.
`flutter analyze` has started giving the following, which breaks CI:

   info • Unnecessary comparison to a boolean literal • lib/api/model/events.dart:1177:10 •
          no_literal_bool_comparisons
   info • Unnecessary comparison to a boolean literal • lib/model/channel.dart:158:13 •
          no_literal_bool_comparisons

We fixed the first one in the previous commit; this fixes the
second.

See discussion:
  https://chat.zulip.org/#narrow/channel/243-mobile-team/topic/CI.20on.20latest.20upstream/near/2228858
This lets us make it a bit more thorough, while not adding to the
complexity of reading the test case for the basic logic.
Potentially this would have helped us avoid the issue zulip#1743.
…itions

This test relies on background assumptions about how the "back" page
transition work which are true of the current default transitions on
Android (the default target platform of tests), but are broken by the
upcoming introduction of predictive back:
  flutter/flutter#165832 (comment)

For a quick unblocking of the upstream change, skip the test.

In principle there's no reason a test like this can't work with the
upcoming upstream behavior; it'll just need to work a little
differently.  But leave that for a follow-up change.
And update Flutter's supporting libraries to match.
This reverts commit 55d055f (zulip#1738).

That change was described as upgrading Flutter and its supporting
libraries, but it looks like it accidentally included other upgrades,
something like `flutter pub upgrade`.  It also didn't include the
CocoaPods updates for those upgrades; see zulip#1746.

So revert that change, to get back to a well-understood state.
Then we can retry the upgrade.
Thanks Komyyy for this idea, which I took from PR zulip#1363.

Co-authored-by: Komyyy <[email protected]>
Servers can't yet start sending null without breaking clients.
Releasing this will start lowering the number of client installs
that would break, and eventually there will be few enough that the
breakage is acceptable; see discussion (same link as in comment):
  https://chat.zulip.org/#narrow/channel/378-api-design/topic/.60user_settings.2Etwenty_four_hour_time.60/near/2220696
See the doc:
  https://pub.dev/documentation/intl/latest/intl/DateFormat-class.html
> Formatting dates in the default 'en_US' format does not require
> any initialization.

(And we haven't been doing the described initialization for 'en_US'
or any other locale; it's asynchronous, and we have a better plan
for international formatting described in zulip#45, using ffi.)
@github-actions github-actions bot force-pushed the update-translations/weblate branch from 4da9f02 to 077e33c Compare July 28, 2025 10:12
@gnprice
Copy link

gnprice commented Jul 29, 2025

@PIG208, would you update this repo's settings to disable the Weblate bot, when you get a chance to do so?

(Today's update from the bot caused me to get an email notification, which is why I noticed the thread. I don't understand why that happened; but I guess that will remain one of the mysteries of GitHub.)

@PIG208
Copy link
Owner

PIG208 commented Jul 29, 2025

I don't recall enabling Weblate in this fork before. Disabled the workflow manually, and disallowed GitHub Actions from creating PRs. Thanks for the reminder!

@PIG208 PIG208 closed this Jul 29, 2025
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.

8 participants