~dozreg-toplud
~dozreg-toplud
I breached the planet and booted it again with a new key; base hash is `oi98q`. It was running for a few minutes, then the same error reappeared.
After an update the base hash became 46vqk; anyway, i tried running urbit with verbose flag, this is where the crash happens: ``` [ "|||" %give %gall [%unto %fact] i=/gall/use/azimuth/0w3.~Q7eU/out/~dozreg-toplud/eth-watcher/eth-watcher...
I reproduced the same error with a fresh comet: 1. using CLI in Windows 10 cmd, spawned a comet; 2. wait for some time, crash happens and repeats each time...
Hi @benjaminkwilliams Here is ```%gall``` section from ```|mass```: ``` %gall: %foreign: KB/10.568 %blocked: %face: B/568 %file-server: B/576 %rumors: B/564 --KB/1.708 %active: ``` and I do not see `inet2022` in `%active`
This PR will also fix comparison jet mismatches (lth, gth, lte, gte, min, max, mentioned in #699 ) when both inputs are equal cells
A couple of other mismatches I found: `++dvr` crashes the runtime unrecoverably, `++div` exits on input `[0 0 0]` even though it should return 0. Proposal: make the core "type...
Closed as duplicate of #836
@joemfb another example: ``` > (met 32 (bex (bex 33))) 1 ``` It should've returned 3. It didn't because of the shortcut [here](https://github.com/urbit/vere/blob/b5b9840131840a69c92d30808c7971f1ae988395/pkg/noun/jets/c/met.c#L16-L17).
another mismatch of different nature: `++lte` should return `%.y` if nouns are equal, even if both are cells. But in Dojo: ``` > (slum lte [0 0] [0 0]) dojo:...
Similarly, `++lth` should return `%.n` if both arguments are equal cells