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

fix: tag experimental settings with new system #16116

Merged
merged 2 commits into from
Oct 11, 2024
Merged

Conversation

rzhao271
Copy link
Contributor

I'm retagging some Jupyter extension settings as part of the experimental -> onExP rename where:

  • experimental refers to a setting not being stable yet
  • onExP refers to a setting that can be part of ExP A/B experiments

@rzhao271 rzhao271 self-assigned this Oct 10, 2024
@rzhao271 rzhao271 added this to the October 2024 milestone Oct 10, 2024
package.json Outdated Show resolved Hide resolved
@rzhao271 rzhao271 added the debt Code quality issues label Oct 10, 2024
@amunger amunger requested a review from rebornix October 10, 2024 17:40
@rzhao271 rzhao271 marked this pull request as ready for review October 10, 2024 17:49
@@ -1802,16 +1803,16 @@
"type": "boolean",
"default": false,
"description": "Experimental feature to enable execution analysis in notebooks",
"scope": "application"
"scope": "application",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why are the settings executionAnalysis.enabled and interactive.notebookRepl using different tags.
One has onExp and other doesn't have it

Copy link
Contributor Author

@rzhao271 rzhao271 Oct 10, 2024

Choose a reason for hiding this comment

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

onExP means the setting could be assigned to an A/B experiment.
If that's not the intent behind the setting, I could remove that tag from the setting.

Copy link
Contributor

Choose a reason for hiding this comment

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

is there an A/B experiment for (or planned for) executionAnalysis.enabled? that's what that tag is for.
Eventually we'll get an experiment for the notebook REPL.

@rzhao271 rzhao271 merged commit acdf3f2 into main Oct 11, 2024
27 checks passed
@rzhao271 rzhao271 deleted the rzhao271/tag-settings branch October 11, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Code quality issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants