-
-
Notifications
You must be signed in to change notification settings - Fork 698
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
showDiff=true for members, fix #572 #863
Conversation
@scottbessler Do you know if you're still experiencing this issue with Chai's 4.0.0-canary.1 release? Because I suspect #574 already fixed it (by enabling |
It looks fixed in 4 but don't usually use pre release deps :)
|
Gonna go ahead and close this since it's fixed in the upcoming release. Shouldn't be too long; we don't have any other major changes planned prior to release. Thanks for the PR! |
Doesn't 4.0 have breaking changes? Seems unfortunate to just close when all
|
Hi, @scottbessler thanks for your PR! I totally understand your point and it does make sense, but let's hear what other team members have to say about it. I hope you understand, sorry for that 😅 |
We were only discussing this yesterday! My points here #862 (comment). Not ideal that we're making such a jump from 3.5 to 4, but in the future it wont be necessary as every PR will be a release. I have no opinion about making effort to backport to 3.x versions. |
As with most things, the primary cost of backporting fixes to 3.x is time. The commit that fixed this issue in 4.x (by making Consider also that if we wish to start backporting fixes, then we'll need to reconfigure our CI to apply the appropriate node/browser version testing based on Chai version. There are certainly some low-hanging fixes (such as this one) between 3.5 and 4.0 that could be backported without a huge time investment, but anything beyond that quickly ramps up. Anyway, I don't see anything wrong with someone volunteering their time to take up that burden as long as it doesn't create the expectation that it must be carried by everyone going forward. |
As per the discussion in #572, ensuring showDiff=true for members assertions