Skip to content

Conversation

@jbdoderlein
Copy link
Contributor

This PR add the caller environment as Scope when computing default keyword parameters.

This caused issues in the debugger, because the default parameter are computed on access and the stack size of the evaluator could be inferior during the computation of the default compared to the current evaluator state.

@codecov
Copy link

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47%. Comparing base (5d3f0ec) to head (a650822).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2552   +/-   ##
=======================================
  Coverage       47%     47%           
+ Complexity    6709    6708    -1     
=======================================
  Files          792     792           
  Lines        65346   65346           
  Branches      9784    9784           
=======================================
+ Hits         30937   30942    +5     
+ Misses       31990   31983    -7     
- Partials      2419    2421    +2     

☔ 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.

@DavyLandman DavyLandman merged commit 14befa6 into usethesource:main Dec 6, 2025
7 checks passed
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.

3 participants