Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let number reader save error message
If the number reader is called with numread_packet->throwerror is FALSE, the internal reader just returns #f on parse error and the detailed error msg was lost. Now we keep the error message in numread_packet so that the public API can pass it to caller. Preparation to fix #912.
- Loading branch information