JonP

Results 67 comments of JonP

This PR is on pause until after assembly. The fix to the wut rune issue above worked, and everything compiles now, but `+gap` is eating prefix comments. There's also still...

Finally working on this again. Seem to be making real progress on changing the syntax to `::`. Current branch is https://github.com/urbit/urbit/tree/jon/doccords-gap-conquering (note there's a bunch of junk code in it...

OK, `hoon.hoon` is ready for review. I'll start on the printing library tomorrow. @joemfb @Fang- @belisarius222

https://github.com/urbit/urbit/pull/5873/commits/df45bfbf84c9ba5a8ff3ad6eceacccbc9a023e32 are TODO items that @joemfb and I came up with while going over `hoon.hoon` today. Not all these need to be addressed before first release, but we should triage...

Ok, not sure why the other commits showed up. I branched off of master. What did I do wrong?

Yeah I knew that much, but I'd previously been instructed that I should generally branch off of master unless I know a reason to do otherwise. In this scenario, I...

I had previously merged next/arvo into this branch to make the unwanted commits disappear at the expense of adding a new merge commit. Decided to try resetting and force-pushing from...

@liam-fitzgerald Joe is out for at least a couple weeks and we'll be burning a Hoon kelvin for the doccords release, which is slated to be cut 2023.1.17. Is this...

@joemfb and I met today to try to figure out why the `%brbc` branch of `+open` needed to be special-cased to get the annotations to print: https://github.com/urbit/urbit/pull/5873/files#diff-94e19e683e69204abd61d7b5991a01c1db936a982c17b46f8b3d3825497b6d9fR8426-R8432 We didn't solve...

Adding a `%- decorate` into the right spot in `+factory:ax` fixes the `%brbc` issue, but its probably still the wrong thing to do. Helps narrow it down a bit, though....