ares icon indicating copy to clipboard operation
ares copied to clipboard

The new runtime for Urbit

Results 54 ares issues
Sort by recently updated
recently updated
newest added

Supersedes #89 with much cleaner history and rebased onto status. @matthew-levan work on integrating the codegen into rust-side Ares should happen here. **Edward TODO** - [x] Fix missing cases in...

Not sure if there was a particular reason this hadn't been updated, or if nobody had gotten around to doing it yet. I've confirmed that Nockchain runs fine with this....

- Re-enable `%mean` hint processing in `+mook`. They were disabled around November of last year when they caused issues with booting pills. - Fix bug in `%mean` hint processing in...

Use rust-toolchain.toml and figure out a non-nix way to pin clang/llvm version

CI

There was a bug in the guard page implementations of #202 / #211 that would occur when if the `NockStack` ran out of memory during the copying procedure. @eamsden describes...

bug

The current implementation of handling `SIGINT` signals in Ares from king sets a sentinel value which is polled on every call to Nock `2`, Nock `9`, and push to mean...

enhancement

We should implement the stackless copying algorithm described in ["An Efficient List-Moving Algorithm Using Constant Workspace"](https://dl.acm.org/doi/pdf/10.1145/360238.360247) (CACM Vol 19 No 6, 1976). This would allow us to entirely remove use...

enhancement

@eamsden suggested a way to improve the speed of the `+rev` jet by splitting `boz` into cases: https://github.com/urbit/ares/pull/193#discussion_r1432041105

enhancement
good first issue