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

Remove --tracks and --view options from set-default-session CLI #4146

Merged
merged 1 commit into from Jan 10, 2024

Conversation

cmdcolin
Copy link
Collaborator

These options were created very early on but they have not worked for awhile and generated incomplete state snapshots of the session which could not be loaded

the alternative to removing this would be to either (a) make the CLI make a more complete snapshot or (b) make our code allow incomplete state snapshots to load

fixes #2708

Copy link

codecov bot commented Dec 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (551da33) 63.13% compared to head (9c7bba3) 63.09%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4146      +/-   ##
==========================================
- Coverage   63.13%   63.09%   -0.05%     
==========================================
  Files        1064     1064              
  Lines       31060    31033      -27     
  Branches     7411     7403       -8     
==========================================
- Hits        19609    19579      -30     
- Misses      11280    11283       +3     
  Partials      171      171              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cmdcolin
Copy link
Collaborator Author

might go ahead with merge. if we make an alternative system with session spec, it may be a new cli command

@cmdcolin cmdcolin merged commit d38f511 into main Jan 10, 2024
10 checks passed
@cmdcolin cmdcolin deleted the set_default_session branch January 10, 2024 17:53
@cmdcolin cmdcolin added the bug Something isn't working label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

set-default-session --tracks generates incomplete session
1 participant