Skip to content

Commit

Permalink
Remove outdated points from roadmap (#5196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Herst authored and ilevkivskyi committed Jun 11, 2018
1 parent 437d746 commit ec69b2d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@ core team member that nobody else is working on the same thing.
**Note:** This doesn’t include everything that the core team will work
on, and everything is subject to change.

- Make it possible to run mypy as a daemon to avoid reprocessing the
entire program on each run. This will improve performance
significantly. Even when using the incremental mode, processing a
large number of files is not cheap.

- Provide much faster, reliable interactive feedback through
fine-grained incremental type checking, built on top of the daemon
mode.

- Turn on `--strict-optional` by default.

- Continue making error messages more useful and informative.
([issue](https://github.com/python/mypy/labels/topic-usability))

Expand Down

0 comments on commit ec69b2d

Please sign in to comment.