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 handling of lambda functions wrapped by constructs like labels.
This resulted in a NoSuchElementException because the lambda expression
could not be associated with the correct call argument.
* Handle case where a type constructor has no declaration descriptor.
This case is unexpected. We now avoid the MatchErrorException return
None and log in order to not crash and burn and to understand the
situation better.
* Fix broken CPG in case variable declaration without initialization.
0 commit comments