This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The `readsome` function doesn't behave the way I expected - "available" means "already in the buffer", not "can be read from the stream", which means typically it reads 0 bytes on a newly initialized stream (which breaks skip_BOM). We need to use `get`, and after each call, make sure the stream is still in a good state (or recover if it's not). This one passes both the C++ unity_sarray.cxxtest and Python test_sframe.py.
- Loading branch information