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

Deviant experiment support #18

Merged
merged 14 commits into from
Jan 24, 2024
Merged

Deviant experiment support #18

merged 14 commits into from
Jan 24, 2024

Conversation

jonlamb-gh
Copy link
Contributor

Based on #17

@jonlamb-gh jonlamb-gh requested a review from mullr January 23, 2024 19:26

setActiveSegmentIds(segmentIds?: api.WorkspaceSegmentId[]) {
if (segmentIds && segmentIds.length == 1) {
this.activeSegmentId = segmentIds[0];
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is a little different from what we do elsewhere, with multiple active segments. Is there no other reasonable behavior here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I started with following the existing pattern we have for spec eval summaries as a starter.
We can certainly expand this (and mutations/etc) to handle multiple active segments.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added a ticket to the board for it.

@jonlamb-gh jonlamb-gh merged commit 8999e5b into main Jan 24, 2024
1 check passed
@jonlamb-gh jonlamb-gh deleted the deviant-experiment-support branch January 24, 2024 16:41
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