Skip to content

Releases: antgroup/YASA-UAST

Release refs/tags/v0.1.84

14 Jan 13:04
9d424ce

Choose a tag to compare

fixbug[parser-Go]: remove unused Offset field of Position (#46)

* fixbug: add support for parsing classes with generic base types (e.g., Generic[T]) in Python UAST

* fixbug: use ScopedType instead of Identifier for user-defined types in VariableDeclaration

* fixbug: remove unused Offset field of Position

---------

Co-authored-by: 王雅仪 <wangyayi.wyy@antgroup.com>

Release refs/tags/v0.1.83

13 Jan 06:42
3bc1302

Choose a tag to compare

fixbug: use ScopedType instead of Identifier for user-defined types i…

Release refs/tags/v0.1.82

08 Jan 14:18
dc3a01c

Choose a tag to compare

Add Support for Complex Type Annotations in Python Parser (#40)

* feat: support more type  annotation in Python

* fixbug: support BinOp and fix some small bugs posed by AIReviewer

* fixbug: support empty parameter list in Callable

* fixbug: support source location of type annotation node

* fixbug: use packPos and fix some bugs in MapType and DynamicType (Ellipsis)

* fixbug: fix some small bugs posed by cursor

Release refs/tags/v0.1.81

07 Jan 07:38
d401950

Choose a tag to compare

Release refs/tags/v0.1.80

07 Jan 07:01
e6e090d

Choose a tag to compare

fixbug: add support for parsing classes with generic base types (e.g.…

Release refs/tags/v0.1.79

30 Dec 04:10
7039fac

Choose a tag to compare

check potential stackoverflow before parsing BinaryExpression (#38)

* handle stackoverflow

* handle stackoverflow

---------

Co-authored-by: benben.sap <benben.sap@antgroup.com>

Release refs/tags/v0.1.78

25 Dec 06:27
5f73f2a

Choose a tag to compare

bugfix for interface (#37)

Co-authored-by: benben.sap <benben.sap@antgroup.com>

Release refs/tags/v0.1.77

17 Dec 10:48
8925935

Choose a tag to compare

Release refs/tags/v0.1.66

01 Dec 05:11
8f0154a

Choose a tag to compare

bugfix for array init (#35)

Co-authored-by: benben.sap <benben.sap@antgroup.com>

Release refs/tags/v0.1.65

28 Nov 03:17

Choose a tag to compare