Commit Graph

31095 Commits

Author SHA1 Message Date
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
e74737d38e Fix ThemeManager specs 2017-03-06 14:39:04 +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
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
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
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
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