Philip Gladstone
Philip Gladstone
I get -10001 (ERR_FULL). However, these come out of the fs consistency check. Test case result for just '-f long_run' [test-run.txt](https://github.com/pellepl/spiffs/files/174040/test-run.txt)
I did a bunch more runs with different combinations: All sector sizes from 4096 - 65536, block = sector and block = sector \* 2, and page between 128 and...
Nodemcu has two filesystem sizes -- a really small one in the range 32k to maybe 100k (this is when there is a 512k flash chip) and about a 3.5Mb...
The test SECTOR=4096, BLOCK=4096, PAGE=1024, MAGIC=0 fails in test write_small_files_chunks_1 with failed size, 0 != 512 I managed to get most of the tests to pass by reducing the size...
I now understand the problem -- but the solution is not immediately obvious..... It turns out that when we want to write the LARGE file (as part of the test),...
Thanks for the test changes. I re-ran my battery of tests, and now 51 pass cleanly and 39 fail. I have put my code in pjsg/spiffs:tests -- there is a...
On 15/03/2017 06:01, Deomid Ryabkov wrote: > > i think instead a special call, |remove_and_erase| or some such > (imagination is failing me at the moment). which would basically >...
On 15/03/2017 09:58, Deomid Ryabkov wrote: > > will the data go into the same pages though? i thought they will be > relocated > no -- you can't do...
There was a change in PROJ4 to fix this. The particular commit was: https://github.com/OSGeo/PROJ/commit/de8d6779aaabe I have a fix to the simple problem: https://github.com/pjsg/proj4js/commit/9b91197c2b3e5366fa33a96d1bdc6dd5d098d603 and this commit does add the tests...
Additionally I was confused by the fact that proj4js doesn't recognize +R for the `laea` projection. According to the PROJ.4 docs, it seems that +R overrides +a and +b and...