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
Describe the bug
It appears <<= is being determined as an operator. While this may be a call in practice, this is worth investigating before determining if this should be a call or not. This is reproducible on mastodon.
Unrecognized assignment operator: id <<=16 (lib/mastodon/snowflake.rb)
Describe the bug
It appears
<<=
is being determined as an operator. While this may be a call in practice, this is worth investigating before determining if this should be a call or not. This is reproducible onmastodon
.The same goes for
&=
and|=
.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: