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: revert deprecation of several constants #929

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

halildurmus
Copy link
Owner

Description

The deprecation of these constants was applied by mistake. This PR removes the @Deprecated annotations and any related Dart fixes to restore their intended usage.

Related Issue

Type of Change

  • 🚀 feat – New feature (non-breaking change that adds functionality)
  • 🛠️ fix – Bug fix (non-breaking change that fixes an issue)
  • ! – Breaking change (fix or feature that causes existing functionality to change)
  • perf – Performance improvement
  • 🧹 refactor – Code refactor (no functionality change)
  • 📝 docs – Documentation update
  • 🎨 style – Code style changes (formatting, renaming, etc.)
  • 🧪 test – Test update or addition
  • 🔧 build – Build related changes
  • ci – CI related changes
  • 🗑️ chore – Chore (maintenance, non-production code change)
  • ◀️ revert – Revert a previous commit

The deprecation of these constants was applied in error. This update removes the `Deprecated` annotations and associated Dart fixes to restore their intended usage.
@github-actions github-actions bot added ci Updates to CI workflows or scripts package: win32 Issue with package:win32 labels Nov 18, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.18%. Comparing base (25eb3f4) to head (218533f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #929   +/-   ##
=======================================
  Coverage   62.18%   62.18%           
=======================================
  Files          34       34           
  Lines        1145     1145           
=======================================
  Hits          712      712           
  Misses        433      433           
Flag Coverage Δ
win32 60.84% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/win32/lib/src/constants.dart 6.66% <ø> (ø)
---- 🚨 Try these New Features:

@halildurmus halildurmus merged commit dd09757 into main Nov 18, 2024
14 checks passed
@halildurmus halildurmus deleted the revert-deprecations branch November 18, 2024 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Updates to CI workflows or scripts package: win32 Issue with package:win32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants