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

Treat dynamic and object equivalent for inflowing usages #173

Conversation

devmil
Copy link
Member

@devmil devmil commented Jan 31, 2024

Description

This PR fixes the change compatibility handling for dynamic and Object? so that changing the type of a parameter from dynamic to Object? is no longer breaking.

Type of Change

  • 🚀 New feature (non-breaking change)
  • 🛠️ Bug fix (non-breaking change)
  • ⚠️ Breaking change (feature or bug fix which breaks existing behaviors/APIs)
  • 🏗️ Code refactor
  • ⚙️ Build configuration change
  • 📝 Documentation
  • 🧹 Chore / Housekeeping

This fixes #172

@devmil devmil merged commit 223cfc3 into bmw-tech:main Feb 1, 2024
11 checks passed
@devmil devmil deleted the fix/treat_dynamic_and_object_equivalent_for_inflow branch February 1, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

"Changing" parameter type from dynamic to Object? should not be a breaking change
2 participants