Files
atom/docs/focus/2018-03-12.md
2018-03-19 09:14:22 -04:00

3.2 KiB

Highlights from the past week

  • Atom IDE
    • ConsoleLogging now working but pending Facebook resolving a Console layout bug in Atom IDE UI
  • @atom/watcher
    • Correctly emit deletion events for moves out of the watch root on Linux and MacOS #125
    • Upgrade MacOS build to CircleCI 2.0 #129
    • Enable Greenkeeper #128
  • GitHub Package
    • Finish "Remember me" within the credential dialog #1327
    • Sanitize stderr from git in error notifications #1331
    • Upgrade MacOS build to CircleCI 2.0 #1334
    • Fix a stack trace when shifting focus to and from the FilePatchView #1342
    • Fix sluggish performance when editing commit messages while a large file patch is visible #1347
    • Fix stack trace caused by upstream changes in Relay #1344
    • Begin packaging bundled GPG binaries akin to the way we handle git atom/squeegpg-native
  • Teletype
  • Tree-sitter
  • Xray
    • Short week for a variety of reasons, but made progress on selections and decided on a pretty big change to our architecture. See the Xray weekly update for details.
  • Engineering Improvements

Focus for week ahead

  • Atom IDE
    • Reach out to Facebook regarding Debugger, Workspace viewer and possible rename symbol UI
    • Per-folder configuration system
    • Learn rust and get to grips with current ide-rust implementation
  • GitHub Package
    • Continue packaging a bundled GPG distribution atom/squeegpg-native
    • Write the JavaScript side of GPG interaction (atom/squeegpg)
  • Teletype
  • Tree-sitter
    • Work with Xray team to figure out how Tree-sitter will be used from Xray.
  • Xray
    • We plan to translate some of our architectural decisions from last week into actual code. See the Xray weekly update for details.