Skip to content

More DFGv1 cleanups and checks and Blobstore updates #1159

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

Merged
merged 5 commits into from
Jul 9, 2025

Conversation

Affie
Copy link
Member

@Affie Affie commented Jul 9, 2025

No description provided.

@Affie Affie self-assigned this Jul 9, 2025
@Affie Affie added this to the v0.28.0 milestone Jul 9, 2025
@Affie Affie force-pushed the maint/morev1_blobs branch from e666a88 to 19b6210 Compare July 9, 2025 09:05
Copy link

codecov bot commented Jul 9, 2025

Codecov Report

Attention: Patch coverage is 65.25424% with 41 lines in your changes missing coverage. Please review.

Project coverage is 72.39%. Comparing base (8ae0b9b) to head (0ffe309).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
src/DataBlobs/services/BlobStores.jl 36.00% 16 Missing ⚠️
src/Deprecated.jl 79.06% 9 Missing ⚠️
src/errors.jl 25.00% 9 Missing ⚠️
src/entities/DFGVariable.jl 0.00% 3 Missing ⚠️
src/services/AbstractDFG.jl 88.00% 3 Missing ⚠️
src/GraphsDFG/services/GraphsDFG.jl 85.71% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1159      +/-   ##
===========================================
- Coverage    72.52%   72.39%   -0.14%     
===========================================
  Files           29       29              
  Lines         2428     2427       -1     
===========================================
- Hits          1761     1757       -4     
- Misses         667      670       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

@Affie Affie force-pushed the maint/morev1_blobs branch from 8715427 to 55b181f Compare July 9, 2025 11:38
@@ -1074,7 +1042,7 @@ function copyGraph!(
@showprogress desc = "copy variables" enabled = showprogress for variable in
sourceVariables
variableCopy = deepcopyNodes ? deepcopy(variable) : variable
Copy link
Contributor

Choose a reason for hiding this comment

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

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
variableCopy = deepcopyNodes ? deepcopy(variable) : variable
variableCopy = deepcopyNodes ? deepcopy(variable) : variable

@@ -792,26 +784,10 @@ function VSDTestBlock!(fg, v1)
@test mergeVariableState!(fg, :a, vnd) == 1

# Bulk copy update x0
@test updateVariableSolverData!(fg, [v1], :default) == nothing
@test DFG.copytoVariableState!(fg, v1.label, :default, getVariableState(fg, v1.label, :default)) == 1
Copy link
Contributor

Choose a reason for hiding this comment

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

[JuliaFormatter] reported by reviewdog 🐶

Suggested change
@test DFG.copytoVariableState!(fg, v1.label, :default, getVariableState(fg, v1.label, :default)) == 1
@test DFG.copytoVariableState!(
fg,
v1.label,
:default,
getVariableState(fg, v1.label, :default),
) == 1

@Affie Affie merged commit e8b1286 into develop Jul 9, 2025
4 of 6 checks passed
@Affie Affie deleted the maint/morev1_blobs branch July 9, 2025 15:10
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.

1 participant