Skip to content

Comments

chore(nimbus): Update application-services#13948

Merged
jaredlockhart merged 1 commit intomainfrom
update-application-services
Nov 17, 2025
Merged

chore(nimbus): Update application-services#13948
jaredlockhart merged 1 commit intomainfrom
update-application-services

Conversation

@experimenter-github-app
Copy link
Contributor

No description provided.

@experimenter-github-app experimenter-github-app bot force-pushed the update-application-services branch 6 times, most recently from b0a735e to 6b7b1a2 Compare November 13, 2025 18:08
@jaredlockhart jaredlockhart added this pull request to the merge queue Nov 13, 2025
@freshstrangemusic freshstrangemusic removed this pull request from the merge queue due to a manual request Nov 13, 2025
@pytest.fixture(name="sdk_client")
def fixture_sdk_client():
def _client_helper(app_context):
return nimbus_rust.NimbusClient(
Copy link
Member

Choose a reason for hiding this comment

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

This patch is wrong. You're adding a new arg at the end, but the args in the middle changed.

This should be:

return nimbus_rust.NimbusClient(
    app_context,
    None,
    [],
    str(Path.cwd()),
    MockMetricsHandler(),
    None,
    None,
    ""
)

Copy link
Member

Choose a reason for hiding this comment

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

I tried to do a suggestion but if you include unchanged lines in the suggestion github breaks

@jaredlockhart
Copy link
Collaborator

Blocked on #13962

@experimenter-github-app experimenter-github-app bot force-pushed the update-application-services branch 7 times, most recently from 84cd605 to 7ad393e Compare November 17, 2025 17:12
@jaredlockhart jaredlockhart dismissed freshstrangemusic’s stale review November 17, 2025 18:58

Client changes were handled in #13962

@jaredlockhart jaredlockhart added this pull request to the merge queue Nov 17, 2025
Merged via the queue into main with commit 82b693e Nov 17, 2025
17 checks passed
@jaredlockhart jaredlockhart deleted the update-application-services branch November 17, 2025 19:29
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