Skip to content

Fix/change multiple times#2732

Merged
DavyLandman merged 15 commits intomainfrom
fix/changeMultipleTimes
Mar 27, 2026
Merged

Fix/change multiple times#2732
DavyLandman merged 15 commits intomainfrom
fix/changeMultipleTimes

Conversation

@PaulKlint
Copy link
Copy Markdown
Member

@PaulKlint PaulKlint commented Mar 25, 2026

In the presence of a binary library, a second attempt to check a module could fail.

This fixes #2711

The solution is to distinguish the case that a TModel comes from a library and block rechecking. As a side effect, some renaming and refactoring has been done.

- Removed unused properties
- Added property tpl_from_library: used to block recompilation of
  library modules
- Added utility functions for handling properties: hasProperty,
  hasAnyProperty, hasNotProperty, addProperty, deleteProperty
- Replaced handling of properties by the above functions
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46%. Comparing base (9eb3f29) to head (776f3fc).
⚠️ Report is 18 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##              main   #2732   +/-   ##
=======================================
  Coverage       46%     46%           
+ Complexity    6729    6726    -3     
=======================================
  Files          794     794           
  Lines        65905   65905           
  Branches      9883    9883           
=======================================
+ Hits         30828   30832    +4     
+ Misses       32690   32687    -3     
+ Partials      2387    2386    -1     

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

@sonarqubecloud
Copy link
Copy Markdown

@DavyLandman DavyLandman merged commit 625fcda into main Mar 27, 2026
9 checks passed
@PaulKlint PaulKlint deleted the fix/changeMultipleTimes branch April 13, 2026 11:24
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.

Incremental type-check on module using Typepal fails on second check

2 participants