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

empty list on getBlobEntries #236

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

empty list on getBlobEntries #236

wants to merge 3 commits into from

Conversation

dehann
Copy link
Member

@dehann dehann commented May 3, 2023

No description provided.

@dehann dehann added this to the v0.6.0 milestone May 3, 2023
@dehann dehann requested a review from Affie May 3, 2023 03:37
@codecov-commenter
Copy link

codecov-commenter commented May 3, 2023

Codecov Report

Merging #236 (2b53c4b) into main (deccef6) will decrease coverage by 0.13%.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##             main     #236      +/-   ##
==========================================
- Coverage   90.64%   90.51%   -0.13%     
==========================================
  Files          19       20       +1     
  Lines         556      559       +3     
==========================================
+ Hits          504      506       +2     
- Misses         52       53       +1     
Impacted Files Coverage Δ
src/NavAbilitySDK.jl 100.00% <ø> (ø)
src/services/BlobStore.jl 92.06% <ø> (-0.25%) ⬇️
src/services/BlobEntry.jl 78.87% <75.00%> (-0.54%) ⬇️
src/entities/BlobStore.jl 100.00% <100.00%> (ø)

Copy link
Member

@Affie Affie left a comment

Choose a reason for hiding this comment

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

An empty list works on my side:

julia> getBlobEntries(fgclient, :x2)
BlobEntry[]

What you are checking is part of the clearer error messages not implemented yet. I didn't see it as a high enough priority and thought we could do it at a later stage.

In other words: Your check should still error with a message that the variable does not exist.

@Affie
Copy link
Member

Affie commented May 3, 2023

As for moving the blob store structs, I'm fine with that as long as the constructors are kept with them.

@Affie Affie modified the milestones: v0.6.0, v0.6.1 May 4, 2023
@Affie Affie modified the milestones: v0.6.1, v0.7.0, v0.7.1 May 29, 2024
@Affie Affie modified the milestones: v0.7.1, v0.0.x Jul 26, 2024
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.

3 participants