Matthew LeVan

Results 39 comments of Matthew LeVan

@joemfb @mcevoypeter bumping this as it seems like the saga interface is a great starting point for seguro work. What's the status?

Awesome thanks @mcevoypeter. Just wanted confirmation. I won't need this PR to be merged any time soon for the Seguro prototype to be completed, but it's good to have confirmation...

Happy to help. What should we do? Implement the epoch system first then revisit? On Fri, Mar 17, 2023 at 11:56 AM Joe Bryan ***@***.***> wrote: > I was actually...

@johnlecollaborateur @drunkplato any follow-ups here? Post stack trace if you can (and you still have a problem).

Can we close this since we can boot with the parser jets now? Notably, Vere doesn't have parser jet tests either.

Schmitt algorithm is implemented, see here: https://github.com/urbit/vere/pull/549 On Fri, Dec 15, 2023 at 8:05 PM Edward Amsden ***@***.***> wrote: > @matthew-levan aside from the PMA what > does this need?...

I still need to test this too-- a couple bugs from earlier this week prevented me from booting and testing when I was writing this. On Fri, Dec 15, 2023...

This would be a nice to have for the Ares beta, but not required.

``` matt@mbp14 ares % cargo build warning: [email protected]: /Users/matt/src/urbit/ares/rust/ares_pma/c-src/btree.c:106:27: warning: must specify at least one argument for '...' parameter of variadic macro [-Wgnu-zero-variadic-macro-arguments] warning: [email protected]: assert(pu >= (uintptr_t)BT_MAPADDR); warning: [email protected]:...

Code may insert entries into the persistent memoization cache via a raw `%memo` hint which has a `clue` set to something *other* than `0`. That's all that is implemented right...