jose

Results 17 issues of jose

Keeping it as a draft until there's an actual fix. There's been some reports of dangling-bone crashes after the fix we deployed. I don't think the commit included here is...

``` > =+ (gulf 0 11.384) =+ (sort - lth) (lent -) 11.385 ``` but ``` > =+ (gulf 0 11.385) =+ (sort - lth) (lent -) (recover: dig: meme)...

bug

~nattyv is crashing on a message ack coming from ~roller-foster: The state of the flow that ~nattyv has with ~roller-foster looks like this: Not shown on the debug dashboard but...

bug

[Full output](https://gist.github.com/yosoyubik/2fea18cc270b418b35777131b94e883d) A publisher is, after sending an ack for a %cork, removing the associated flow—and in this case, it had previously also sent nacks (e.g. if it crashed when...

bug

WIP ![rate](https://github.com/urbit/urbit/assets/1033194/49c224ed-68b0-4439-9fc5-9073c8e4c91a) (Note: possible alternative version of https://github.com/urbit/urbit/pull/6867; instead of scrying the rate out of `%ames` we rely on `%ames` notifying any subscribers for a `%keen`—In this case `%clay`, which...

Producing the wrong tag for the larval state could cause problems when updating ames.hoon because we would be regressing back to a previous state that doesn't nest in our latest....

Small demo: ![output](https://github.com/urbit/urbit/assets/1033194/237b0502-ec1c-4bcf-bf89-f17374ab7007)

- [x] identify stale incoming subscriptions - [x] add %gall task do the the actual cleaning - [ ] test on live ship This manifests with many `"ignoring %boon on...

A common style when using the `+abet` core pattern is to prefix every arm of the core with its two letter (core) identifier—this is specially useful when there are several...

Similar rewrite as done in https://github.com/urbit/urbit/pull/6669 (WIP, needs testing and thorough check that this doesn't break any previous behavior)