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!(Exception): Remove 'key' special member #58

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

Geod24
Copy link
Member

@Geod24 Geod24 commented Sep 17, 2024

Key was simply an extension of 'path' and served an odd special case. Instead fold it into path and only special case it for the one Exception that need it.

BREAKING CHANGE: Remove a visible member ('key') from the exception types.

Key was simply an extension of 'path' and served an odd special case.
Instead fold it into path and only special case it for the one
Exception that need it.

BREAKING CHANGE: Remove a visible member ('key') from the exception types.
Copy link

codecov bot commented Sep 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (v2.x.x@be14b9c). Learn more about missing BASE report.

Additional details and impacted files
@@          Coverage Diff           @@
##             v2.x.x   #58   +/-   ##
======================================
  Coverage          ?     0           
======================================
  Files             ?     0           
  Lines             ?     0           
  Branches          ?     0           
======================================
  Hits              ?     0           
  Misses            ?     0           
  Partials          ?     0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Geod24 Geod24 enabled auto-merge (rebase) September 17, 2024 15:03
@Geod24 Geod24 merged commit 99f4f70 into dlang-community:v2.x.x Sep 17, 2024
13 checks passed
@Geod24 Geod24 deleted the mlang/ExceptionConsistency branch September 17, 2024 15:04
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.

1 participant