Skip to content

Allow goto with various indentation#2664

Merged
jmthomas merged 1 commit intomainfrom
goto
Dec 23, 2025
Merged

Allow goto with various indentation#2664
jmthomas merged 1 commit intomainfrom
goto

Conversation

@jmthomas
Copy link
Copy Markdown
Member

@jmthomas jmthomas commented Dec 21, 2025

closes #2114

Tested with goto at various levels in the following script:

x = 0
for i in range(3):
    x += 1
    print(x)
    wait(1)
    for j in range(5):
        j += 1
        print(j)
        wait(1)

@jmthomas jmthomas requested a review from ryanmelt December 21, 2025 23:11
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.25%. Comparing base (aceb49c) to head (dcb72b7).
⚠️ Report is 22 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2664   +/-   ##
=======================================
  Coverage   79.24%   79.25%           
=======================================
  Files         662      662           
  Lines       52413    52413           
  Branches      734      734           
=======================================
+ Hits        41537    41541    +4     
+ Misses      10796    10792    -4     
  Partials       80       80           
Flag Coverage Δ
python 81.26% <ø> (+0.01%) ⬆️
ruby-api 84.48% <ø> (+0.05%) ⬆️
ruby-backend 82.21% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jmthomas jmthomas merged commit 84f00f5 into main Dec 23, 2025
27 of 28 checks passed
@jmthomas jmthomas deleted the goto branch December 23, 2025 20:34
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.

Goto Breaks on Indented Line

2 participants