-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ames: handle %nail gift, lanes to vere cache #541
Conversation
pkg/vere/io/ames.c
Outdated
*/ | ||
static u3_weak | ||
_ames_lane_from_cache(u3p(u3h_root) lax_p, u3_noun who) { | ||
_ames_lane_from_cache(u3p(u3h_root) lax_p, u3_noun who, c3_o nal) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/b nal_o
pkg/vere/io/ames.c
Outdated
@@ -45,6 +45,7 @@ | |||
c3_w imp_w[256]; // imperial IPs | |||
time_t imp_t[256]; // imperial IP timestamps | |||
c3_o imp_o[256]; // imperial print status | |||
c3_o nal_d; // lane cache backcompat flag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/b nal_o
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will do
Vere side changes for the
%nail
PR urbit/urbit#6828