Skip to content

DFReader_text: fix loading bugs#1043

Merged
tridge merged 1 commit intoArduPilot:masterfrom
robertlong13:pr/textlog-bugfix
May 30, 2025
Merged

DFReader_text: fix loading bugs#1043
tridge merged 1 commit intoArduPilot:masterfrom
robertlong13:pr/textlog-bugfix

Conversation

@robertlong13
Copy link
Contributor

@robertlong13 robertlong13 commented May 25, 2025

I broke the human-readable .log loading. My opimizations were mainly targeted at .bin, and I forgot to test to make sure I didn't cause a regression to .log. These aren't used much, so this probably doesn't need an emergency release.

  1. My new optimizations to init_clock rely on being called after init_arrays.
  2. The type set in skip_to_type is handled subtly differently in DFReader_text, and I didn't pay close enough attention when copying the "strict" handling over.

@robertlong13 robertlong13 requested a review from tridge May 25, 2025 06:47
@tridge tridge merged commit 25c7091 into ArduPilot:master May 30, 2025
14 checks passed
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.

2 participants