- Feb 15, 2022
-
-
Simon Rose authored
Small fix for weird buffering issue See merge request e3/e3-require!80
-
- Feb 14, 2022
-
-
Simon Rose authored
-
Simon Rose authored
This seems to be a very specific, limited issue, affecting virtualbox VMs only. There appears to be an issue with how append data is buffered and written to disk. You can see this with the following commands: ```console $ rm -f out.tmp && seq 1569 >> out.tmp && ls -l out.tmp -rw-r--r-- 1 simonrose vagrant 8188 Feb 14 12:12 se.tmp $ rm -f out.tmp && seq 1560 >> out.tmp && ls -l out.tmp -rw-r--r-- 1 simonrose vagrant 8192 Feb 14 12:12 se.tmp $ rm -f out.tmp && seq 9999 >> out.tmp && ls -l out.tmp -rw-r--r-- 1 simonrose vagrant 8192 Feb 14 12:12 se.tmp ``` Note that the last two files are the same size, when they should clearly be quite different. If we remove the `>>` and replace it with a `>`, then all works correctly: ```console $ rm -f out.tmp && seq 9999 > out.tmp && ls -l out.tmp -rw-r--r-- 1 simonrose vagrant 48888 Feb 14 13:14 out.tmp ``` Note the file size in this case.
-
- Feb 09, 2022
-
-
Anders Lindh Olsson authored
Fixed to match base 7.0.6.1 update to epicsShareAPI See merge request e3/e3-require!79
-
Simon Rose authored
-
Anders Lindh Olsson authored
-
- Jan 28, 2022
-
-
Juntong Liu authored
E3-519: block module loading after iocinit See merge request e3/e3-require!78
-
Juntong Liu authored
-
Juntong Liu authored
-
- Jan 27, 2022
-
-
Juntong Liu authored
-
Juntong Liu authored
-
- Jan 20, 2022
-
-
Simon Rose authored
E3-691: rename iocsh See merge request e3/e3-require!77
-
Juntong Liu authored
-
Juntong Liu authored
-
- Jan 18, 2022
-
-
Juntong Liu authored
-
Juntong Liu authored
-
- Jan 17, 2022
-
-
Juntong Liu authored
-
Juntong Liu authored
-
Juntong Liu authored
-
Juntong Liu authored
-
- Jan 16, 2022
-
-
Juntong Liu authored
-
- Jan 13, 2022
-
-
Simon Rose authored
E3-286: Update changelog See merge request e3/e3-require!76
-
Simon Rose authored
-
Simon Rose authored
E3-286: module dep file recreation See merge request e3/e3-require!73
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
This was needed since we had to have a way for the test suites to override this value. However, this can also be acheived by writing to configure/CONFIG_CELL.local. This was added in a refactoring of run_make to make more clear what variables can be passed there.
-
Simon Rose authored
-
- Jan 12, 2022
-
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
E3-286: refactor tests See merge request e3/e3-require!74
-
Simon Rose authored
-
Simon Rose authored
-
Simon Rose authored
-