Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default to raw bytes for vlr types #45

Merged
merged 2 commits into from
Oct 28, 2024
Merged

Default to raw bytes for vlr types #45

merged 2 commits into from
Oct 28, 2024

Conversation

BenCurran98
Copy link
Collaborator

@BenCurran98 BenCurran98 commented Oct 27, 2024

Read raw bytes if user + record ID combo not registered

Description

This was a bug introduced in the recent internal VLR changes where an error is thrown if the provided combination of VLR user and record IDs haven't been registered. This is incorrect, as the default behaviour for an unregistered pair should be just to read the raw bytes. I've updated this and added some explicit tests for handling it

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)

Review

List of tasks the reviewer must do to review the PR

  • Tests
  • Documentation

Signed-off-by: BenCurran98 <b.curran@fugro.com>
Signed-off-by: BenCurran98 <b.curran@fugro.com>
@BenCurran98 BenCurran98 merged commit e48d3b4 into main Oct 28, 2024
10 checks passed
@BenCurran98 BenCurran98 deleted the VLRRegisterDefault branch October 28, 2024 01:06
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.

5 participants