Skip to content

feat(serve): use new decoder and marshal functions from VMAP library#88

Merged
Lunkers merged 1 commit into
mainfrom
fix/use-new-decoder
Apr 16, 2026
Merged

feat(serve): use new decoder and marshal functions from VMAP library#88
Lunkers merged 1 commit into
mainfrom
fix/use-new-decoder

Conversation

@Lunkers

@Lunkers Lunkers commented Apr 16, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Replace vmap.DecodeVmap / vmap.DecodeVast with the new DecodeVmapScan / DecodeVastScan functions
  • Replace xml.Marshal calls with vmap.MarshalVmap / vmap.MarshalVast
  • Remove the now-unused encoding/xml import

These changes adopt the updated API introduced by the github.com/Eyevinn/VMAP v0.4.0 bump in #87.

🤖 Generated with Claude Code

Switch from xml.Marshal/DecodeVmap/DecodeVast to the new
DecodeVmapScan, DecodeVastScan, MarshalVmap, and MarshalVast
functions introduced in the bumped VMAP library.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Lunkers Lunkers requested a review from Nfrederiksen April 16, 2026 09:07

@Nfrederiksen Nfrederiksen left a comment

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.

Nice Lets go

@Lunkers Lunkers merged commit 654ea7a into main Apr 16, 2026
4 checks passed
@Lunkers Lunkers deleted the fix/use-new-decoder branch April 16, 2026 09:15
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