Commit Graph

31161 Commits

Author SHA1 Message Date
Antonio Scandurra
4c0ace0e1b ⬆️ text-buffer to fix build errors
Ref: https://github.com/atom/text-buffer/pull/218
2017-03-03 17:07:19 +01:00
Antonio Scandurra
4334bd2fa4 ⬆️ fs-plus in all node modules and atom packages that use it
* ⬆️ exception-reporting
* ⬆️ status-bar
* ⬆️ symbols-view
2017-03-03 16:53:34 +01:00
Wliu
5f2dc226b5 Merge pull request #13912 from atom/wl-remove-workaround
Remove macOS emoji workaround
2017-03-03 10:51:46 -05:00
Wliu
679abe0d1e ⬆️ language-coffee-script@0.48.5 2017-03-03 10:48:51 -05:00
Wliu
dd64470381 ⬆️ about@1.7.5 2017-03-03 10:47:05 -05:00
Antonio Scandurra
d80782355a ⬆️ pathwatcher in all node modules and atom packages that use it
* ⬆️ text-buffer
* ⬆️ tree-view
* ⬆️ atom-keymap
2017-03-03 12:23:22 +01:00
Antonio Scandurra
5d5e95562c ⬆️ tree-view 2017-03-03 12:07:32 +01:00
Antonio Scandurra
22ffe5f34c ⬆️ settings-view 2017-03-03 12:04:44 +01:00
Antonio Scandurra
b25317e7ac ⬆️ symbols-view 2017-03-03 11:26:40 +01:00
Antonio Scandurra
b2f1286afb ⬆️ wrap-guide 2017-03-03 11:24:32 +01:00
Antonio Scandurra
c1a773ed9e ⬆️ update-package-dependencies 2017-03-03 11:23:35 +01:00
Antonio Scandurra
16e03a54d0 ⬆️ archive_view 2017-03-03 11:22:39 +01:00
Antonio Scandurra
2f1fd15170 Don't assign snapshotResult.entryPointDirPath
...because we can use `process.resourcesPath` or
`atom.getLoadSettings()` in packages that need to resolve the absolute
path at runtime.
2017-03-03 11:21:29 +01:00
Antonio Scandurra
5c3357049b ⬆️ snippets 2017-03-03 10:49:21 +01:00
Antonio Scandurra
24f02d161a ⬆️ fuzzy-finder 2017-03-03 10:48:34 +01:00
Antonio Scandurra
b5012bc347 ⬆️ tabs 2017-03-03 10:41:43 +01:00
Matthew Dapena-Tretter
53ec839ae5 Convert workspace to JavaScript: cleanup 2017-03-02 18:11:22 -08:00
Matthew Dapena-Tretter
7a0d7f8b4c Convert workspace to JavaScript: lint 2017-03-02 18:01:40 -08:00
Matthew Dapena-Tretter
cb71ce64ae Convert workspace to JavaScript: decaffeinate 2017-03-02 18:01:40 -08:00
Max Brunsfeld
920655419f ⬆️ language-gfm 2017-03-02 16:25:42 -08:00
Bryant Ung
e1ab1a0e8c Merge pull request #13842 from atom/linux-32-bit-fix
Updating requires for linux to support 32bit build(For Testing)
2017-03-02 13:05:22 -08:00
Max Brunsfeld
098cc4b984 Merge pull request #13919 from atom/mb-ns-throw-on-assertion-failure-except-in-release
Throw an error when assertions fail if built from source
2017-03-02 12:24:01 -08:00
Max Brunsfeld
6262a0cb67 ⬆️ find-and-replace 2017-03-02 12:01:20 -08:00
Max Brunsfeld
c1d1bbcb18 Provide a fresh environment when deserializing in specs 2017-03-02 11:54:00 -08:00
Max Brunsfeld
d6981dfcab Avoid throwing intentional errors in DOMElementPool test 2017-03-02 10:19:48 -08:00
Max Brunsfeld
c26509cfab Throw an error when assertions fail if built from source
Signed-off-by: Nathan Sobo <nathan@github.com>
2017-03-02 10:14:59 -08:00
Nathan Sobo
7e2b1e1bf8 Merge pull request #13918 from atom/ns-as-marker-layer-assertion
Cause an assertion failure if defaultMarkerLayer is destroyed early
2017-03-02 11:10:30 -07:00
Nathan Sobo
9e3999cab9 Cause an assertion failure if defaultMarkerLayer is destroyed early
This is to investigate a case where the default marker layer of the
editor is destroyed without the editor itself or its buffer being
destroyed, which is causing `Cannot decorate a destroyed marker`
exceptions.
2017-03-02 10:04:07 -07:00
Antonio Scandurra
5a8aa54167 ⬆️ electron-link 2017-03-02 09:48:12 +01:00
Antonio Scandurra
a9ada35354 Snapshot NativeCompileCache 2017-03-02 09:29:07 +01:00
Antonio Scandurra
8d46de418f Re-enable native module cache 2017-03-02 09:11:54 +01:00
Antonio Scandurra
d73547242b Run script/bootstrap during script/build 2017-03-02 08:29:45 +01:00
Antonio Scandurra
70c82b1ffa Snapshot pathwatcher and fs-plus 2017-03-02 08:26:21 +01:00
Max Brunsfeld
62c1bad39c Merge pull request #13898 from atom/mb-set-max-line-length-on-grammars
Use new maxLineLength parameter to GrammarRegistry
2017-03-01 16:59:59 -08:00
Max Brunsfeld
c9358c6f43 ⬆️ first-mate 2017-03-01 16:05:59 -08:00
Wliu
fabc38162b Remove macOS emoji workaround
No longer needed now that we are on Chrome 53
2017-03-01 17:32:31 -05:00
Antonio Scandurra
9aae33a0f1 Use a new version of clear-cut that can be snapshotted 2017-03-01 08:58:58 +01:00
Max Brunsfeld
507535e070 ⬆️ first-mate (prerelease) 2017-02-28 12:41:53 -08:00
Max Brunsfeld
5582766563 Use new maxLineLength parameter to GrammarRegistry 2017-02-28 10:48:35 -08:00
Antonio Scandurra
dcd9c48f63 Use CompileCache supportedExtensions instead of require.extensions 2017-02-28 19:01:21 +01:00
Antonio Scandurra
e275570a4e Remove blob store and native module cache 2017-02-28 17:20:49 +01:00
Antonio Scandurra
deb94f6f4a Fix dev mode 2017-02-28 17:17:02 +01:00
Antonio Scandurra
66c7f2f83c Provide snapshotResult.entryPointDirPath 2017-02-28 17:12:57 +01:00
Antonio Scandurra
adb0e39166 WIP 2017-02-28 15:44:02 +01:00
Antonio Scandurra
09c36c0b37 ⬆️ git-diff 2017-02-28 15:15:08 +01:00
Antonio Scandurra
9b72cb5629 Merge branch 'master' into as-ns-startup-snapshot 2017-02-28 10:59:27 +01:00
Antonio Scandurra
8a1956ceca ⬆️ etch and atom-select-list 2017-02-28 10:46:45 +01:00
Antonio Scandurra
9b8c7973d7 WIP 2017-02-28 09:34:55 +01:00
simurai
f8de954d35 ⬆️ settings-view@v0.247.2 2017-02-28 17:30:41 +09:00
bene
1dcf2f3ba4 ⬆️ atom-keymap 2017-02-27 22:42:22 +01:00