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

Bug fix: open project command lists project names #5176

Merged
merged 7 commits into from
Jan 31, 2025

Conversation

franknoirot
Copy link
Collaborator

Amends an existing E2E test to reveal the bug, then fixes it by grabbing the live items off the actor context. This break was the result of some changes to file system reading and command loading we made recently, and these commands were under-tested.

Copy link

vercel bot commented Jan 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Jan 31, 2025 3:48pm

Copy link

qa-wolf bot commented Jan 29, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link

codecov bot commented Jan 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.95%. Comparing base (4ff07dd) to head (0030c92).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5176   +/-   ##
=======================================
  Coverage   85.95%   85.95%           
=======================================
  Files          90       90           
  Lines       32715    32715           
=======================================
  Hits        28121    28121           
  Misses       4594     4594           
Flag Coverage Δ
wasm-lib 85.95% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Copy link
Collaborator

@Irev-Dev Irev-Dev left a comment

Choose a reason for hiding this comment

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

LGTM, but agree with Jon's comment.

Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
Copy link
Collaborator

@nadr0 nadr0 left a comment

Choose a reason for hiding this comment

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

I was able to use the command bar to open multiple projects and go to the home page and open a project while in a project. The list appears to be populated correctly now, thanks for the fix!

@franknoirot franknoirot enabled auto-merge (squash) January 31, 2025 15:57
@franknoirot franknoirot merged commit f8f4474 into main Jan 31, 2025
29 checks passed
@franknoirot franknoirot deleted the franknoirot/adhoc/fix-open-project branch January 31, 2025 16:04
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.

4 participants