iotile / typedargs

API typechecking and command line shell generation package
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Fix @docannotate with typed parameters #89

Closed dmaone closed 3 years ago

dmaone commented 3 years ago

beab1ae breaks second run of help and other things with Annotation specified multiple times for the same parameter when there's @docannotate, and the parameter is typed.

This happens because memoization condition is invalid. Fixing.

Bumping version, too, because pypi needs push

timburke commented 3 years ago

Needs a release notes updated as well @dmaone I believe for the CI release code to accept it.