Source changes
- Posted by CChris <christian.cuvier at a?riculture.gouv.fr> Jun 30, 2007
- 699 views
A few hours ago, I checked in the changes related to value() and get(), so that they both return 4 element sequences. I didn't test the generated docs. I also created a branch that also fixes the (documented) bug where get() reads an extra character when reading a top level number from a file. get() now reads a file containing "3.3333{2,5}" correctly. Since this concerns a sensitive issue - file I/O - where extensive testing is needed on all supported platforms and compilers, which I cannot do all by myself, I created a branch in the repository for that code, in the hope that some will test it and detect any bug or performance penalty. When the code is validated in both ways, after any needed fix, it will be easily merged back to mainstream. CChris