-
Notifications
You must be signed in to change notification settings - Fork 7.6k
update codemirror to 5.24.0 #13116
update codemirror to 5.24.0 #13116
Conversation
This upgrade bring quite a few bug fixes accumulated through 22, 23 and 24. I would also like to see use of sticky prop in position. Good upgrade for Brackets 1.9 👍 |
This breaks a lot of tests. You need to change them to consider the new sticky property. |
Yes @ficristo. For now to leverage on the bug fixes and mode optimizations we can just upgrade the CM version, but to actually use the new features we need a complete development cycle which we can't have for Brackets 1.9. Do let us know if you think that this upgrade alone might cause problems. |
For what I looked we only need to adjust our tests. |
I believe I have resolved test issues, can you please re-check guys? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am OK with the test changes. This will reduce our work a lot if position object changes again in future.
Restarted the travis build and all checks are successful. Waiting for @ficristo to approve this PR and we can merge then. |
There were still some failures on extensions tests. |
I just noticed 5.24.2 was released. Better upgrade to it. |
Upgraded to |
I will also try to see if I can run the tests and figure out any particular issue @zaggino. |
thanks, yesterday all integration tests were passing with this PR and now they are randomly failing, drives me mad but i'll give it a try again probably tomorrow |
fixed (hopefully all) extension unit tests, @ficristo can you please have a look and let me know which (if any) particular tests still fail because of this PR? |
@ficristo fixed those tests, also added a fix for #13126 - 1de6b88?w=1 |
Thank you for all the effort. |
contains various TypeScript improvements (among others) that I'd like to see in master since this upgrade is not doable through an extension
cc @ficristo @petetnt @swmitra