Prune empty bullets from previous updates [ci skip]

This commit is contained in:
Jason Rudolph
2018-03-19 09:14:22 -04:00
parent 339d23d27c
commit 34c0104223
3 changed files with 0 additions and 9 deletions

View File

@@ -4,13 +4,11 @@
- TypeScript conversion fully cleaned up, types ready for definitely typed
- Started work on AutoComplete rewrites to address poor filtering and over-eager pop-up
- Review of code actions integration (currently on ide-java)
- @atom/watcher
- GitHub Package
- Loads of [planning and process](https://github.com/atom/github/blob/master/docs/how-we-work.md)
- Recent commit history [RFC](https://github.com/atom/github/pull/1318) and [implementation](https://github.com/atom/github/pull/1322)
- Port another few components from Etch to React in preparation for :point_up:
- Wrestle with a few [flaky](https://github.com/atom/github/pull/1289) [tests](https://github.com/atom/github/pull/1320) to get our [build](https://github.com/atom/github/pull/1317) under control.
- Teletype
- Tree-sitter
- Finally wrote some documentation about Tree-sitter and how to develop parsers, now that members of the Atom community are starting to contribute to parsers.
- Xray
@@ -32,7 +30,6 @@
- Port [CommitViewController and CommitView to React](https://github.com/atom/github/pull/1325).
- Write up `docs/vision` from meeting notes.
- Begin on ["remember me"](https://github.com/atom/github/issues/861) for the git credential helper.
- Teletype
- Tree-sitter
- Optimizing syntax tree updates in the presence of syntax errors. This will improve performance across the board but also make Tree-sitter usable in edge cases where the wrong language is being used to parse a document.
- Xray

View File

@@ -51,5 +51,3 @@
- For more details, see [the detailed update](https://github.com/atom/xray/blob/master/docs/updates/2018_03_05.md)
- Engineering Improvements
- Finish new Atom release publishing automation
- Reactor Duty

View File

@@ -22,7 +22,6 @@
- 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](https://github.com/atom/xray/blob/master/docs/updates/2018_03_12.md) for details.
- Engineering Improvements
- Begin a more robust solution to locating the correct Python binary [atom/atom#16885](https://github.com/atom/atom/pull/16885) [atom/apm#775](https://github.com/atom/apm/pull/775) [atom/dowsing-rod](https://github.com/atom/dowsing-rod)
- Reactor Duty
## Focus for week ahead
@@ -30,7 +29,6 @@
- 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
- @atom/watcher
- GitHub Package
- Continue packaging a bundled GPG distribution [atom/squeegpg-native](https://github.com/atom/squeegpg-native)
- Write the JavaScript side of GPG interaction (atom/squeegpg)
@@ -41,5 +39,3 @@
- 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](https://github.com/atom/xray/blob/master/docs/updates/2018_03_12.md) for details.
- Engineering Improvements
- Reactor Duty