-
Notifications
You must be signed in to change notification settings - Fork 889
Conversation
👍 thanks @andy-ms! |
Hmm, this also is a breaking change, we should either (temporarily) revert this, or just start merging other breaking changes for 4.0 |
Oops, looking at the log, it looks like the new tests are just missing in the |
I noticed that the |
Interesting, it looks like |
Hmm, I'm confused why the Circle build didn't break as well, considering the Looks like the diff options you mentioned are documented though, so I'm happy to use them in our code: https://github.com/kpdecker/jsdiff#api |
Going to revert this PR temporarily for now (#1477), but we'll get it back in for 4.0 |
Should I make a second PR with test fixes? |
I'm not sure if I can "re-open" a merged PR on GH, so a new one would be great! |
The branch I had didn't have the |
Ohh, I didn't realize it was off an out of date master, that makes perfect sense. I guess the underlying issue here then is to get CircleCI to run the tests on the result of the would-be-merge as well. |
Seems as if CircleCI doesn't support this unfortunately. |
This would require all
type t = foo;
to end with a semicolon.