Allen Short
Allen Short
Right now, construct works as an interpreter. To parse or build some data, a method is called on the structure object which then invokes various methods/functions on its contents, etc....
After writing this patch, I started to believe that as well. :)
I had a look at Nextcloud/WebDAV support. The problem I see is that Nextcloud does not yet support [PKCE](https://github.com/nextcloud/server/issues/12881) and they've [rejected support](https://github.com/nextcloud/server/issues/12667) for OAuth implicit grant. As far as...
Would you be interested in support for [remotestorage.js](https://github.com/remotestorage/remotestorage.js/)?
`typhonVm.override { stdenv = clangStdenv; }`
Initial tests unpromising. [platform:Error] Traceback (most recent call last): [platform:Error] File "/tmp/nix-build-typhon-vm.drv-0/typhon/rpython/translator/c/gcc/trackgcroot.py", line 2087, in [platform:Error] tracker.process(f, g, filename=fn) [platform:Error] File "/tmp/nix-build-typhon-vm.drv-0/typhon/rpython/translator/c/gcc/trackgcroot.py", line 1978, in process [platform:Error] for in_function, lines...
I don't think we need to worry about unsafety of timers, so long as their outputs are loggable (I expect it'll be a while before we build a loggable-determinism version...
Observing two different times in the same turn is fine. A system built for deterministic replay could replay the exact same timestamps.
Under normal operation the clock is read-only and monotonic, whereas files are mutable.
Disregard the above, I was clearly too optimistic. The crucial problem with the idea of logging timer outputs is that it only needs to be done when a turn crashes,...