Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cereal/messaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ def wait_for_readers_to_update(self, s: str, timeout: int, dt: float = 0.05) ->
return False

def all_readers_updated(self, s: str) -> bool:
return self.sock[s].all_readers_updated() # type: ignore
return self.sock[s].all_readers_updated()
224 changes: 113 additions & 111 deletions docs/CARS.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion panda
2 changes: 1 addition & 1 deletion selfdrive/selfdrived/tests/test_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_alert_text_length(self):

for alert in ALERTS:
if not isinstance(alert, Alert):
alert = alert(self.CP, self.CS, self.sm, metric=False, soft_disable_time=100, personality=log.LongitudinalPersonality.standard)
alert = alert(self.CP, self.CS, self.sm, False, 100, log.LongitudinalPersonality.standard)

# for full size alerts, both text fields wrap the text,
# so it's unlikely that they would go past the max width
Expand Down
2 changes: 1 addition & 1 deletion tinygrad_repo
Copy link
Copy Markdown
Contributor

@adeebshihadeh adeebshihadeh May 25, 2026

Choose a reason for hiding this comment

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

@sirhcm would you prefer to do the bumps yourself or still good to merge these?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

happy to have the bot bump so I don't forget, but feel free to ping me if updating tinygrad ever causes issues.

Submodule tinygrad_repo updated 218 files
331 changes: 165 additions & 166 deletions uv.lock

Large diffs are not rendered by default.

Loading