Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty containers & IN_STR operator #3

Closed
P-p-H-d opened this issue Mar 9, 2017 · 1 comment
Closed

Empty containers & IN_STR operator #3

P-p-H-d opened this issue Mar 9, 2017 · 1 comment
Labels

Comments

@P-p-H-d
Copy link
Owner

P-p-H-d commented Mar 9, 2017

Currently most containers don't support properly the IN_STR operator if there is nothing to read:

  1. the sub-operator IN_STR will fail to read any item, report its failure to the caller, but it doesn't restore the stream to its initial state.
  2. Then the caller fails to realize that the character in the stream is ']' as it has already been read and purge from the stream by the called operator.
@P-p-H-d P-p-H-d added the bug label Mar 9, 2017
@P-p-H-d
Copy link
Owner Author

P-p-H-d commented Mar 9, 2017

A test fails in in test-marray due to this bug (currently disabled).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant