Sigilante
Sigilante
Entering a bad `%slog` raw hint results in the Urbit process crashing immediately. ``` ~> %slog.0 5 ~>(%slog.0 '5') ``` both result in: ``` lord: received invalid %slog $plea ```...
Ctrl+Z no longer stops an Urbit process. To reproduce: 1. Boot a new ship. 2. Press Ctrl+Z. 3. The urbit prints `[received keyboard stop signal, exiting]`. 4. No exit occurs...
Resolves proposed UIP (unnumbered). Adds a `%jinx` hint to Vere which permits a computation's timeout to be specified in Urbit time. ``` > ~> %jinx.[~s4] =|(i=@ |-(?:(=(10.000.000 i) i $(i...
[Both of these functions in `time.c`](https://github.com/urbit/vere/blob/07e781ac272eb27f797619525a20657801f82167/pkg/vere/time.c#L42) are labeled microseconds: ``` /* u3_time_fsc_out: unix microseconds from urbit fracto-seconds. */ c3_w u3_time_fsc_out(c3_d ufc_d) { return (c3_w) (((ufc_d >> 48ULL) * 1000000ULL) /...
Would be good to expand on https://developers.urbit.org/reference/arvo/gall/data-types#bowl with examples here.
https://developers.urbit.org/blog/dev-pill served as a one-time announcement. Now that I am setting up a proper regular push for the developer pill, I'd like to have a page for it. (May as...
Physician, heal thyself. The [Style Guide](https://developers.urbit.org/reference/hoon/style) is the most logical home for this.
Right now as a legacy of how they are written they are `K-doors`, `L-struct`, and so forth. We can drop the leading letters in the site redesign. attn @thomasurbit
This should be merged after the current `next/hoon` branch goes live.
- how are they written, all variations? - how are they called?