Skip to content

chore(deps): bump ascom-alpaca to integration tip incl. tracking-rate-write fix#212

Merged
ivonnyssen merged 1 commit into
mainfrom
worktree-tracking-rate-write
May 13, 2026
Merged

chore(deps): bump ascom-alpaca to integration tip incl. tracking-rate-write fix#212
ivonnyssen merged 1 commit into
mainfrom
worktree-tracking-rate-write

Conversation

@ivonnyssen
Copy link
Copy Markdown
Owner

Summary

  • Bumps ascom-alpaca pin from e0431c1f638429b2 on the integration branch of the fork.
  • Refreshes MODULE.bazel.lock to match.

The new integration tip includes PR #14 on ascom-alpaca-rs with a new follow-up commit that maps serde_repr enum-variant rejections to ASCOM INVALID_VALUE. This fixes the TrackingRate Write ConformU finding documented in docs/services/star-adventurer-gti.md (lines 622-624) where invalid DriveRate integers (5, -1) were being rejected with HTTP 400 instead of HTTP 200 + ErrorNumber=0x401.

Driver-side code is unchanged — set_tracking_rate in services/star-adventurer-gti/src/mount_device.rs:525 already returned INVALID_VALUE for non-sidereal rates; the upstream framework now reaches that handler for out-of-enum-range integers too.

Test plan

  • cargo check -p star-adventurer-gti --all-features clean
  • bazel build //services/qhy-focuser/... clean (crate_universe resolves new pin)
  • Manual ConformU run against star-adventurer-gti once merged: the two TrackingRate Write ×2 entries should drop off the expected-issues list in docs/services/star-adventurer-gti.md
  • docs/services/star-adventurer-gti.md:622-624 to be updated in a follow-up after ConformU verification

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings May 12, 2026 01:58
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.0%. Comparing base (c136444) to head (a4e9c24).

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Pulls in the rebuilt `integration` branch of ascom-alpaca-rs, which
now includes the enum-repr fix that maps `serde_repr` variant
rejections (e.g. `TrackingRate=5` or `-1` on the star-adventurer-gti
driver) to ASCOM `INVALID_VALUE` instead of HTTP 400. Refreshes
`MODULE.bazel.lock` accordingly.
@ivonnyssen ivonnyssen force-pushed the worktree-tracking-rate-write branch from 628763d to a4e9c24 Compare May 13, 2026 02:30
@ivonnyssen ivonnyssen merged commit 3ba9f93 into main May 13, 2026
34 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