Closed jorrit closed 4 years ago
The items found by FlintCI are not related to this PR.
The items found by FlintCI are not related to this PR.
Also they are not related, can you fix them and create a new PR for this? Otherwise we cannot merge this.
@core23 I think I based the PR on a wrong commit because the problems found by FlintCI disappeared after I rebased the commit.
Thank you @jorrit !
Subject
I noticed that the following deprecation message was displayed all the time, even when the deprecated class wasn't called:
The reason is a small omission in the code. The following line:
should have been:
The InlineConstraint class is the only class with this bug, all the other deprecated classes work correctly in this respect.
I am targeting this branch, because it's a backwards compatible change.
Changelog