Files
2025-03-31 17:35:15 +00:00

415 B

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.