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

✨ Support multiple sources for a score #1480

Merged
merged 1 commit into from
Nov 19, 2024
Merged

Conversation

czunker
Copy link
Contributor

@czunker czunker commented Nov 14, 2024

No description provided.

Copy link
Contributor

github-actions bot commented Nov 14, 2024

Test Results

  1 files  ±0   26 suites  ±0   20s ⏱️ -1s
490 tests ±0  489 ✅ ±0  1 💤 ±0  0 ❌ ±0 
491 runs  ±0  490 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit cf52d12. ± Comparison against base commit 85a6470.

♻️ This comment has been updated with latest results.

@czunker czunker requested a review from afiune November 18, 2024 04:52
@@ -966,10 +969,36 @@ message PurgeAssetsConfirmation {
map<string, string> errors = 2;
}

// Sources is a list of sources.
// Used to get past marshal/unmarshal limitations of repeated Source fields.
Copy link
Contributor

Choose a reason for hiding this comment

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

Approaching this very naive; what limitation is that?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You cannot call proto.Marshal(...) or unmarshal on a repeated ... field directly.

Copy link
Contributor

@afiune afiune left a comment

Choose a reason for hiding this comment

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

@czunker czunker force-pushed the czunker/extend_score_source branch from b85a234 to cf52d12 Compare November 19, 2024 06:03
@czunker czunker merged commit b896f03 into main Nov 19, 2024
15 checks passed
@czunker czunker deleted the czunker/extend_score_source branch November 19, 2024 06:08
@github-actions github-actions bot locked and limited conversation to collaborators Nov 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants