Skip to content

Breaking changes in Asserts #1708

Answered by jcamiel
SilenLoc asked this question in Ideas
Jul 2, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi, generally we're trying to not make breaking changes. For instance, we've deprecated some keyword a while ago (like HTTP/* in favour of HTTP) but we're will supported them displaying deprecation warning. Doing so made the burden on the maintainers and the code. Introducing breaking changes make the burden on the user.

In this case, we think the change was rather "simple" for users: in some case, instead of a value, there is a collection now. You can then use nth filter to get the value back. In this case, we've favoured the implementation.

Using a feature flag would not have help because you've still to support it in the code (besides the fact that having a feature flag on a cli is not…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SilenLoc
Comment options

Answer selected by jcamiel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants