-
Notifications
You must be signed in to change notification settings - Fork 17.4k
Conversation
I tried to check out the CI failures for git-utils, but Janky is reporting that the repository doesn't exist. Is there a way for me to see what went wrong? I did a local build from this branch, which yielded a bunch of gateway/network connectivity errors that didn't repro on master. Also, I have a PR to update scrollbar-style to nan 2.0 over here: atom/scrollbar-style#9 |
You'll want to take a look at the Travis build instead of Janky: https://travis-ci.org/atom/atom/builds/80163437 |
471e3c1
to
f16350c
Compare
ac64ec4
to
1696c4f
Compare
This branch now compiles on all platforms, though we still have many failing specs. |
While having a look at the failing specs, I have noticed that this warning messages was logged out:
This could potentially break third party themes in future versions of Chrome so it's something to keep in mind the next time we upgrade electron, although it doesn't block this specific PR. P.s. awesome work on this, @zcbenz! ✨ |
e2958a8
to
142da6d
Compare
I think that code-wise this is good to go! ✨ I'll change the label to @zcbenz: do you think there's anything else holding this up? |
I'm noticing that using |
Also having problems opening an additional window via the |
Fixed the opening issues... Seeing some issues positioning overlay decorations wrong... not sure it's this branch but I want to investigate. |
Ugh, specs are hanging on CI after my latest commit. Not sure what's going on there. Also, I'm noticing that overlay decorations are positioned incorrectly to the right side of longer lines upon first loading a window, but not after reloading it. |
@nathansobo CI failures started after @50Wliu bumped Electron to v0.33.3, so there's likely something broke in either v0.33.2 or v0.33.3. I haven't got time to investigate further right now though, sorry. |
I believe the failing specs are caused by electron/electron#2935. |
@zcbenz Specs are passing now! ✨ |
This seems good to go. Will test a rebased build of this today to hunt for possibly undetected regressions. |
0b76679
to
c57afe0
Compare
...which always returns the source map as a string. This is needed because `Buffer` now requires to be initialized with either a number, a buffer, an array or a string.
The previous file was considered invalid on the earlier version of electron, but it now compiles correctly because of the updated ES6 support.
Fixes cmd-o interaction.
269b4fd
to
f1fbcb7
Compare
f1fbcb7
to
eb2a6a3
Compare
The only thing failing was docs generation, which is fixed on master. Merging this now. |
Update to Electron v0.33.x
Nice! |
Node modules to update:
Atom packages to update:
Fixes #8508
Fixes #7061
Fixes #3593