You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for Issue #123 (Arbitrary-length homogeneous tuple type unsupported) (#141)
* Added '...' to SPLITTING_CHARACTERS
This should treat '...' as a character it should split on, as such it is not replaced and passed down to the puml generation for now. An appropriate conversion into pump should be considered.
* Removing commented out code used for debugging
* Removing commented out code used in debugging
* Added more tests for Tuple[T, ...] for some type, T
* Improved verbosity for failed assert_attribute fn
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* docs: add Mieszko to contributors, bump version to 0.10.0
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Luc Sorel-Giffo
*`0.10.0`: support ellipsis in type annotations (tuple with arbitrary length)
205
206
*`0.9.1`: improved 0.7.2 by adding the current working directory at the beginning of the sys.path to resolve the module paths of the project being inspected.
206
207
Fix url to PlantUML logo on the README.md page
207
208
*`0.9.0`: add classes defined in `__init__.py` files to plantuml output; replaced yapf by the ruff formatter
@@ -234,6 +235,7 @@ Unless stated otherwise all works are licensed under the [MIT license](http://sp
234
235
*[Julien Jerphanion](https://github.com/jjerphan)
235
236
*[Luis Fernando Villanueva Pérez](https://github.com/jonykalavera)
0 commit comments