Conversation
dozreg-toplud
commented
Nov 4, 2025
joemfb
reviewed
Nov 19, 2025
joemfb
previously approved these changes
Nov 19, 2025
Contributor
Author
|
@joemfb I made timer functions noop instead of the hint logic, I think it's nicer that way |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements UIP-0124, replaces #648, supersedes #894.
Moves Urbit time functions to
manage.cand defines a per-road stack of absolute deadlines. Virtual timer is set or disarmed any time a new deadline is pushed onto the stack, popped off the stack or if a road is left with some deadlines on its stack.Defines a dynamic hint
%jinx. If the product of the hint-formula is 0 or a cell, nothing happens, otherwise new deadline is pushed before the hinted formula is executed and popped once it is executed.Questions
I had to mess with
noun/build.zigandjets/e/json_en.cto make Windows build work, otherwise I was getting build errors. Why was that happening? Was there another, saner way to fix that?Warnings
When playing around in a fakeship's dojo I saw a leak report once when I ran
|mass. I then tried to reproduce it, including with-Dmem-dbgoption and-gflag, to no avail.