Skip to content

Conversation

@nwt
Copy link
Member

@nwt nwt commented Dec 10, 2025

For file types with an sio.Reader that has a Type method, continue to use that to obtain a super.Type. For other file types, if the input can seek, read all values from the file and fuse their types to obtain a single type. (Fifos and pipes are excluded for now because the runtime must also be able to read the file.)

To disable type checking for all input files, specify the -dynamic flag to the super and super compile commands.

Closes #5952
Closes #6385
Closes #6401
Closes #5983

For file types with an sio.Reader that has a Type method, continue to
use that to obtain a super.Type.  For other file types, if the input can
seek, read all values from the file and fuse their types to obtain a
single type.  (Fifos and pipes are excluded for now because the runtime
must also be able to read the file.)

To disable type checking for all input files, specify the -dynamic flag
to the super and super compile commands.
@nwt nwt requested a review from a team December 10, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants