Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 415 Bytes

4.0.4.md

File metadata and controls

9 lines (5 loc) · 415 Bytes

4.0.4

Minor Analysis Improvements

  • Added the methods getMinArguments and getMaxArguments to the Function class. These return the minimum and maximum positional arguments that the given function accepts.

Bug Fixes

  • MatchLiteralPatterns such as case None: ... are now never pruned from the extracted source code. This fixes some situations where code was wrongly identified as unreachable.