Skip to content

Published 1.0.30

Choose a tag to compare

@erictraut erictraut released this 21 May 17:14

Bug Fix #132: Fixed code flow logic used for try/except/else statements so it properly handles returns from all paths.
Bug Fix: Fixed bug in type analyzer's handling of variables declared within methods that are cleared within an enum class.
Enhancement: Improved error reporting for arg type mismatches. Parameter name is now included in the error message.