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
* Convert `FieldIdentifier` nodes to `MemberAccess` if they reach AstCreator for call targets
* Handle forwarded args which were a cause for some null pointer exceptions
* Fixed `kwrestarg` null value issue, which turned out to be a `**` parameter
Resolves#5063Resolves#5064Resolves#5065
Describe the bug
On
mastodon
, we see thevalue
field not being a string, and this is not being handled gracefully.To Reproduce
Steps to reproduce the behavior:
git clone [email protected]:mastodon/mastodon.git --depth 1
joern-parse mastodon
The text was updated successfully, but these errors were encountered: