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
May be (hopefully) improved by #1500 codegen optimizations
MingweiSamuel
changed the title
Type-inference fails when going directly from a source_stream to a for_each
Hydroflow syntax type-inference fails for some simple cases
Nov 21, 2024
when going directly from a
source_stream
to afor_each
For reasons that are not clear to me,
v
fails to type-infer in the first example but the second example has no problem compiling.tee to a pivot (formerly #1149)
A few initial attempts to rearrange codegen to fix the type inference proved fruitless
(This example can work by making the final map
|x: Max<_>| ...
)@MingweiSamuel
The text was updated successfully, but these errors were encountered: