Skip to content

Commit

Permalink
Update TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jun 2, 2020
1 parent 494ca85 commit 9642745
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
disable=unused-import): unused-import, unused-variable, unused-argument
and possibly-unused-variable. See
https://github.com/janjur/readable-pylint-messages#unused-import.
* Move from Travis to GitHub actions.

# Non-TODOs

Expand All @@ -22,8 +23,6 @@
computing no sizes.
* Compute sizes on demand. Storing nodes increases memory usage from
~120 MiB to ~580 MiB for tensorflow's Python code.
* Detect unreachable code for `ast.IfExp` (rarely used, even more
rarely "unused").
* Detect unreachable code for `ast.Assert` (`assert False` is common
idiom for aborting rogue code).
* Detect superfluous expressions like `a <= b`, `42`, `foo and bar`
Expand Down

0 comments on commit 9642745

Please sign in to comment.