Commit Graph

31338 Commits

Author SHA1 Message Date
Antonio Scandurra
1846f9e233 Invalidate compile cache on AppVeyor 2017-03-06 17:07:30 +01:00
Antonio Scandurra
a9f91cc96e Delete test verifying that GitRepository.open works with file paths
With the upgrade of git-utils libgit2 was updated too and the behavior
tested by the deleted spec doesn't seem to be supported anymore.
However, we believe we can delete this test because the only entry point
for creating `GitRepository` instances is `repositoryForDirectorySync`
in `GitRepositoryProvider`, which only allows `Directory` objects to be
supplied as its input arguments.
2017-03-06 16:18:40 +01:00
Antonio Scandurra
a403d817ba Put back source map generation for babel files 2017-03-06 14:48:53 +01:00
Antonio Scandurra
e74737d38e Fix ThemeManager specs 2017-03-06 14:39:04 +01:00
Antonio Scandurra
f0e7290b8c Delete unnecessarily excluded modules from snapshot generator 2017-03-06 14:36:33 +01:00
Antonio Scandurra
f05e882911 Copy snapshot in the appropriate location on Linux and Windows 2017-03-06 14:21:13 +01:00
Antonio Scandurra
889f480c35 Delete obsolete asar code 2017-03-06 14:20:52 +01:00
Antonio Scandurra
f2ea38afba Add electron-mksnapshot and use the downloaded bin to generate snapshots 2017-03-06 14:12:18 +01:00
Antonio Scandurra
7fbe68e12e Exclude less from snapshot 2017-03-06 14:11:47 +01:00
Antonio Scandurra
ebe725de4d Assign globals to snapshotResult only if present 2017-03-06 13:36:41 +01:00
Antonio Scandurra
778db180db Fix Workspace specs 2017-03-06 13:34:43 +01:00
Max Brunsfeld
025de31846 Avoid using less imports in nested scopes
Apparently, these imports of 'octicon-utf-codes.less' within mixin
definitions cause any subsequent imports of this file to become noops,
because of the way less dedupes imports. The result is that the variables
defined in that file are only available in the nested scope.

This didn't happen in older versions of less because of bugs which
have been fixed since less 2.7.

Signed-off-by: Antonio Scandurra <as-cii@github.com>
2017-03-06 13:23:53 +01:00
Antonio Scandurra
4f4fed6cb8 Upgrade fs-plus on Atom packages and node modules 2017-03-06 12:58:14 +01:00
Antonio Scandurra
134ef4f5a4 ⬆️ fs-plus 2017-03-06 11:15:33 +01:00
Damien Guard
ef0619048e
Revert "Ensure recent project list populated when no project loaded, fixes #13758"
This reverts commit 52492c1386.
2017-03-05 17:49:01 -08:00
Damien Guard
52492c1386
Ensure recent project list populated when no project loaded, fixes #13758 2017-03-05 17:21:05 -08:00
Mikhail Fesenko
ab1fb2f217 Fix path on macOS link 2017-03-05 21:59:07 +03:00
Antonio Scandurra
89e74a277c Merge pull request #13929 from atom/as-fix-destroying-panel-container
Fix destroying a `PanelContainer` containing multiple panels
2017-03-04 16:17:04 +01:00
Antonio Scandurra
ed9a101de2 Fix destroying a PanelContainer containing multiple panels
Previously, when calling `destroy` on a `PanelContainer` containing
multiple panels, Atom would throw a `Cannot read property 'destroy' of
undefined` exception. This was due to iterating over the panels while at
the same time destroying them, which caused the iterated array to be
modified during the loop.

With this commit we slice the array before iterating over it so that
destroying a `PanelContainer` doesn't throw exceptions anymore.
2017-03-04 15:39:38 +01:00
Antonio Scandurra
8df511be55 ⬆️ symbols-view 2017-03-04 14:40:49 +01:00
Antonio Scandurra
78935dddd5 ⬆️ status-bar 2017-03-04 14:40:02 +01:00
Antonio Scandurra
6cde324290 Fix core renderer tests 2017-03-04 14:33:57 +01:00
Antonio Scandurra
07b6db7de9 ⬆️ fs-plus 2017-03-04 13:40:47 +01:00
simurai
c8bcb60380 ⬆️ one-dark/light-ui@v1.9.2 2017-03-04 09:20:42 +09:00
Max Brunsfeld
4f261731ae Merge pull request #13922 from atom/fb-mdt-workspace-to-js
Convert workspace to JavaScript
2017-03-03 13:03:36 -08:00
Max Brunsfeld
3c06381018 Fix usage of dynamic arguments variable in an arrow function 2017-03-03 12:00:45 -08:00
Antonio Scandurra
c06fd3f402 ⬆️ apm 2017-03-03 18:50:52 +01:00
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