Skip to content

AutoMerge: require breaking bumps for removed exports#691

Draft
DilumAluthge-LLM wants to merge 1 commit into
JuliaRegistries:masterfrom
DilumAluthge-LLM:dpa/codex/fix-439-removed-exports-breaking
Draft

AutoMerge: require breaking bumps for removed exports#691
DilumAluthge-LLM wants to merge 1 commit into
JuliaRegistries:masterfrom
DilumAluthge-LLM:dpa/codex/fix-439-removed-exports-breaking

Conversation

@DilumAluthge-LLM

@DilumAluthge-LLM DilumAluthge-LLM commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

@DilumAluthge

Fixes #439.

Summary

  • add an AutoMerge guideline that treats removed exports as requiring a breaking version bump
  • compare exports with a runtime-first, source-fallback strategy so removed exports are caught even when runtime inspection is not reliable
  • add focused unit coverage for runtime detection, source fallback, removed-export detection, and the new guideline path

🤖 Generated by Codex.

Co-authored-by: Codex <codex@openai.com>
Co-authored-by: DilumAluthge-LLM <267464666+DilumAluthge-LLM@users.noreply.github.com>
Co-authored-by: DilumAluthge <5619885+DilumAluthge@users.noreply.github.com>
@codecov

codecov Bot commented Mar 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.33%. Comparing base (7aaf32b) to head (f645b9b).

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #691       +/-   ##
===========================================
+ Coverage   78.42%   95.33%   +16.91%     
===========================================
  Files          29        3       -26     
  Lines        1937      193     -1744     
===========================================
- Hits         1519      184     -1335     
+ Misses        418        9      -409     

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

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.

[FR] Detect changes to exports and recommend a breaking release

1 participant