Skip to content

Prettify mypyc Roadmap section in README.md #7782

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions mypyc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,16 @@ These are the current planned major milestones:

6. [DONE] Release a version of mypy that includes a compiled mypy.

7a. More feature/compatibility work. (100% compatibility with Python is distinctly
an anti-goal, but more than we have now is a good idea.)

7b. Support compiling Black, which is a prominent tool that could benefit
and has maintainer buy-in.
(Let us know if you maintain another Python tool or library and are
interested in working with us on this!)

7c. More optimization! Code size reductions in particular are likely to
be valuable and will speed up mypyc compilation.
7.
1. More feature/compatibility work. (100% compatibility with Python is distinctly
an anti-goal, but more than we have now is a good idea.)
2. Support compiling Black, which is a prominent tool that could benefit
and has maintainer buy-in.
(Let us know if you maintain another Python tool or library and are
interested in working with us on this!)

3. More optimization! Code size reductions in particular are likely to
be valuable and will speed up mypyc compilation.

8. We'll see! Adventure is out there!

Expand Down