Page MenuHomeSolus

Update Atom to 1.29.0
ClosedPublic

Authored by alecbcs on Aug 4 2018, 6:41 PM.
Tags
None
Referenced Files
F11005127: D3509.diff
Tue, Aug 1, 5:42 AM
F10993815: D3509.id8617.diff
Tue, Jul 25, 7:23 PM
F10970739: D3509.id8639.diff
Fri, Jul 21, 3:57 AM
F10955439: D3509.diff
Mon, Jul 17, 7:18 AM
F10936596: D3509.id8617.diff
Thu, Jul 13, 4:02 AM
F10763868: D3509.id8639.diff
May 19 2023, 3:53 AM
F10753622: D3509.diff
May 16 2023, 6:27 PM

Details

Summary

Updated Atom to 1.29.0 which includes multiple bug fixes and performance improvements.
Summarized Changelog:

  • Tree-sitter grammars are now parsed asynchronously for better performance.
  • The One Light and One Dark themes now provide colors for the language-html-angular syntax grammar.
  • The GitHub package now fetches co-author suggestions from the GitHub API.
  • The Settings view now searches automatically when you type in the search box of the Install page.
  • The spell-check package now supports checkers exported as ES6 default classes and relative paths for dictionary files.
  • The whitespace.ignoreWhitespaceOnCurrentLine is now respected when the same buffer is open in more than one text editor.
  • Flow typed JavaScript files using double slash flow comments are now transpiled correctly.
  • Markdown files now support embedded "properties" blocks for highlighting content like Git config files.
  • Improved stability when using proxy software like ShadowsocksX-NG with Atom.
  • Fixed an issue where tree-sitter grammars may be selected incorrectly for the wrong language.
  • Fixed an issue causing soft-wrapped editors to reflow text for each character typed.
  • Fixed an issue in the GitHub package where the unstaged changes view would be refocused when you switch to another editor.
  • Fixed an issue where the embedded commit message editor fails to reappear after closing an expanded commit message editor.
  • Fixed lambda parsing issues in language-python.
  • Fixed two issues in language-shellscript when parsing prompt strings.
  • Fixed an issue where atom.sh spawns a sleep process every second on --wait.
  • Fixed an issue where an unexpected "Copy Path" item appears in the Project pane's context menu.
Test Plan

Tested 1.29.0 by opening and editing multiple files. Everything functioned as expected.

Diff Detail

Repository
R394 atom
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This revision is now accepted and ready to land.Aug 5 2018, 12:17 PM
This revision was automatically updated to reflect the committed changes.

Is there any reason this patch isn't showing up in the atom repository?

What do you mean? eopkg says Atom version is 1.29.0.

Sorry, I don't mean the actual package but, specifically this revision isn't showing up in the Phabracator atom repository. The last listed commit is 1.28.2.

Its because it got committed on the wrong branch

@sunnyflunk thank you for fixing this very nit picky issue! Means a lot!