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
AT should be able to work with ports that are seekable (like files). It currently generates an error. HEAD, TAIL and SKIP all work.
I would like AT port pos to be equivalent to seeking to pos - 1, since port seeking is 0-based and AT is expected to be 1-based. Also, INDEX? on ports is 1-based.
Submitted by: BrianH
AT should be able to work with ports that are seekable (like files). It currently generates an error. HEAD, TAIL and SKIP all work.
I would like AT port pos to be equivalent to seeking to pos - 1, since port seeking is 0-based and AT is expected to be 1-based. Also, INDEX? on ports is 1-based.
Imported from: CureCode [ Version: alpha 31 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:none ]
Imported from: metaeducation#557
Comments:
The text was updated successfully, but these errors were encountered: