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

Future flag to prevent generation of UIDs for traces added to plain Figure objects #1580

Merged
merged 1 commit into from
May 27, 2019

Conversation

jonmmease
Copy link
Contributor

Closes #1512 (for version 4)

Overview

This PR introduces a 'trace_uids' future flag that, when enabled, results in trace UIDs no longer being automatically generated for traces that belong to Figure objects. UIDs are still auto-generated for traces that belong to FigureWidget instances because these are needed in order to sync the front-end and backend widget models.

@jonmmease jonmmease changed the title Enh 1512 Future flag to prevent generation of UIDs for traces added to plain Figure objects May 25, 2019
@jonmmease jonmmease merged commit 417fc6d into master May 27, 2019
@nicolaskruchten nicolaskruchten deleted the enh_1512 branch June 19, 2020 16:12
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.

go.Figure clobbers user uids
1 participant