Skip to content

Disable implicit conversion between major versions of the DD#82

Merged
olivhoenen merged 2 commits intoiterorganization:developfrom
maarten-ic:feature/disable-implicit-convert-across-major-versions
Nov 14, 2025
Merged

Disable implicit conversion between major versions of the DD#82
olivhoenen merged 2 commits intoiterorganization:developfrom
maarten-ic:feature/disable-implicit-convert-across-major-versions

Conversation

@maarten-ic
Copy link
Collaborator

Implicit conversion between major versions of the DD is almost always giving incorrect results, so it's better to disallow this instead of emitting warnings (which people usually don't read).

This commit changes the warnings that were previously emitted into runtime errors. The errors refer to the (updated) documentation, which provides an example that does work correctly.

Implicit conversion between major versions of the DD is almost always giving incorrect results, so it's better to disallow this instead of emitting warnings (which people usually don't read).

This commit changes the warnings that were previously emitted into runtime errors. The errors refer to the (updated) documentation, which provides an example that does work correctly.
Copy link
Collaborator

@olivhoenen olivhoenen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@olivhoenen olivhoenen merged commit d15fe1a into iterorganization:develop Nov 14, 2025
12 checks passed
@maarten-ic maarten-ic deleted the feature/disable-implicit-convert-across-major-versions branch November 14, 2025 09:11
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.

2 participants