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: fix lasso canceling by removing definition checking #848

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

seve
Copy link
Contributor

@seve seve commented Mar 25, 2024

#843

Lasso wasn't cancelling correctly because the function was always expecting the close path to be defined, even thought it almost never is.

@seve seve requested a review from tihuan March 25, 2024 17:54
Copy link
Contributor

@tihuan tihuan left a comment

Choose a reason for hiding this comment

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

Thanks so much for the fix, Seve!

Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.57%. Comparing base (056704f) to head (1d1bac1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #848   +/-   ##
=======================================
  Coverage   76.57%   76.57%           
=======================================
  Files          88       88           
  Lines        6994     6994           
=======================================
  Hits         5356     5356           
  Misses       1638     1638           
Flag Coverage Δ
frontend 76.57% <ø> (ø)
javascript 76.57% <ø> (ø)
smokeTest ∅ <ø> (∅)
unitTest 76.57% <ø> (ø)

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.

@seve seve enabled auto-merge (squash) March 25, 2024 18:00
@seve seve merged commit 188c4de into main Mar 25, 2024
7 checks passed
@seve seve deleted the seve/fix-lasso-cancel branch March 25, 2024 18:02
@tihuan
Copy link
Contributor

tihuan commented Mar 25, 2024

Thanks for merging this, Seve!

I assume the e2e test will be coming in a followup PR 👌 ? Thank you!

@tihuan
Copy link
Contributor

tihuan commented Apr 2, 2024

^ @seve PTAL for adding e2e test. Thank you!

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