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
node.infer() returns a generator of inferred statements, but there are a lot of places where only the first value is retrieved and operated with. This is wrong, because it doesn't reflect the whole reality of the inference.
Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore)
node.infer() returns a generator of inferred statements, but there are a lot of places where only the first value is retrieved and operated with. This is wrong, because it doesn't reflect the whole reality of the inference.
The text was updated successfully, but these errors were encountered: