Commit Graph

33754 Commits

Author SHA1 Message Date
Pyry Kovanen
3f98200807
Merge pull request #6986 from urbit/develop
Release 411k-1
2024-05-13 19:44:42 +03:00
Pyry Kovanen
dad0bbfec5
Merge pull request #6976 from urbit/yu/fix-old-migrations
ames: fix old state migrations
2024-05-13 16:17:29 +03:00
yosoyubik
e1b5e84d5b Merge branch 'develop' into yu/fix-old-migrations 2024-05-12 08:47:38 +02:00
Will Hanlen
46c77de4f9
Merge pull request #9 from urbit/wh/xmth
lib/manx-utils
2024-05-09 12:48:11 +09:00
Liam Fitzgerald
38c7d88641 neo: add tombstoning 2024-05-07 16:54:22 -06:00
Will Hanlen
c853758257 lib/manx-utils
this is a fork of ~tinnus-napbus/manx-utils.

the fork adds 3 gates which are
useful for writing conversions from `node` to a poke stud.
2024-05-07 11:01:38 -05:00
Liam Fitzgerald
d134a78f3c
Merge pull request #8 from urbit/wh/sail-improvements
imp/sail: improve scroll rendering & add "docs" tab
2024-05-06 16:20:14 -04:00
Will Hanlen
4f3085768c imp/sail: improve scroll rendering & documentation 2024-05-06 11:55:13 -05:00
Pyry Kovanen
c5cff5d28f
Merge pull request #6979 from urbit/jm/sayn-rand
lull: use $+ on types in +rand
2024-05-04 16:12:41 +03:00
Pyry Kovanen
ec36e33c4b
Merge branch 'develop' into jm/sayn-rand 2024-05-04 16:00:49 +03:00
Pyry Kovanen
9ebcd9f070
lull: remove buclus from card in +rand, we are doing it elsewhere 2024-05-04 16:00:38 +03:00
Pyry Kovanen
78cf07cb25
Merge pull request #6755 from urbit/as/shadow-types
hoon, lull: add pretty-printer type shadows
2024-05-04 15:56:24 +03:00
Pyry Kovanen
f2fba037c1
Merge branch 'develop' into as/shadow-types 2024-05-04 15:29:33 +03:00
Pyry Kovanen
eca32c4c9b
Merge pull request #6980 from urbit/pkova/jael-sort-gall
jael: notify gall the vane before notifying gall agents
2024-05-03 13:11:17 +03:00
pkova
ef302ded0d jael: notify gall the vane before notifying gall agents 2024-05-01 19:21:42 +03:00
ryjm
88a25ef74c
lull: use $+ on types in +rand
Makes thread debugging less of a nightmare.

The stacktrace from `-khan-eval '~'` is now 28 lines rather than...
4490.
2024-04-26 14:23:28 -04:00
Liam Fitzgerald
062a0f1950
Merge pull request #5 from urbit/wh/imp/sail
imp/sail, rich text editor
2024-04-24 11:36:08 -04:00
yosoyubik
3494a92334 gen: get desk from beam 2024-04-24 10:49:22 +02:00
Will Hanlen
59a96ed1ab imp/sail, rich text editor
edit and render `manx` text.

allows for a no-click homointeractive interface for the udon +
sail ouroboros.

jquery is lindy btfo reactoids.
2024-04-24 03:29:22 -05:00
yosoyubik
237fe0ea2f gen: add +commit-event
Produces a unix commit event from the provided path. This is useful in situations
where a pier is running a buggy version of a hoon file that we cannot recover from.

By making a jammed event of the commit, we can inject into the affected pier
(using the "-I event.jam" flag) a restored version of the file that fixes the issue.
2024-04-23 13:44:13 +02:00
yosoyubik
fcda83ac83 ames: fix old state migrations 2024-04-23 13:15:34 +02:00
Liam Fitzgerald
283f645a56 neo: add duck typing for conformance 2024-04-22 18:09:50 -04:00
Liam Fitzgerald
1d7b8d9d7b neo: fix http handler issue 2024-04-22 17:50:10 -04:00
Liam Fitzgerald
3ffb42bd13
Merge pull request #4 from urbit/lf/virtual
new changes
2024-04-22 17:42:23 -04:00
Liam Fitzgerald
431497a826 neo: update task impl to new sig 2024-04-22 17:42:06 -04:00
Liam Fitzgerald
57ba2b3728 Merge remote-tracking branch 'origin/develop' into lf/virtual 2024-04-22 17:06:44 -04:00
Liam Fitzgerald
ab8c2c9659 neo: virtual shrubs can have dependencies 2024-04-22 16:11:50 -04:00
Liam Fitzgerald
02b9f593fc neo: working virtual shrubs 2024-04-22 15:28:31 -04:00
Liam Fitzgerald
52370330f0 neo: compiling virtual shrubs 2024-04-22 14:45:38 -04:00
Liam Fitzgerald
21e1275c3f neo: start virtual shrubs 2024-04-22 14:37:31 -04:00
Liam Fitzgerald
bc6c33be09
Merge pull request #3 from urbit/oxaly-task
imp/task, an oxal-ish task manager
2024-04-22 12:35:16 -04:00
Will Hanlen
893e21dd8d imp/task, an oxal-ish task manager
hawk: render conversion error tanks

now, if a conversion goes wrong,
the frontend can display a nice box with the printed tank.

imp/task: implement %become and %prayer pokes

an imp/task node can become identical to another
by recieving a [%become =pith] poke.

upon hearing the [%become =pith], a task sends
a [%prayer =pith] poke to it's target.

the target, upon hearing the [%prayer =pith]
will %make over =pith with its contents.
(and will do so recursively for kids as well)
2024-04-22 02:29:50 -05:00
Pyry Kovanen
9dc2cebb44
Merge pull request #6975 from urbit/pkova/and-more-clog
ames: do not got:by in +check-clog
2024-04-21 17:56:42 +03:00
Pyry Kovanen
b235df6e85
ames: do not got:by in +check-clog 2024-04-21 16:09:39 +03:00
Pyry Kovanen
f872047c66
Merge pull request #6974 from urbit/pkova/clog-clog-clog
ames: fix spurious %10 in ++stay
2024-04-21 13:50:20 +03:00
Pyry Kovanen
304c1b5118
ames: fix spurious %10 in ++stay 2024-04-21 13:47:14 +03:00
Pyry Kovanen
9a49b21178
Merge pull request #6973 from urbit/pkova/clog-clog
ames: remove spurious print
2024-04-21 13:16:40 +03:00
Pyry Kovanen
fdcdadaa70
ames: remove spurious print 2024-04-21 13:15:57 +03:00
Pyry Kovanen
880655b8f5
Merge pull request #6970 from urbit/pkova/clog
ames, gall: more sane clog handling
2024-04-21 12:41:05 +03:00
pkova
ba3fa1ca30 dbug: remove %heeds from dbug interface 2024-04-20 18:53:16 +03:00
pkova
95caa5b5fe lull, ames, dbug: remove %heed and %jilt with migrations 2024-04-20 17:56:24 +03:00
Liam Fitzgerald
13ff2f2ae0 neo: rename http-req to eyre-req 2024-04-19 15:00:37 -04:00
Liam Fitzgerald
e9d4f0c1b1 neo: %give semantics 2024-04-19 14:30:36 -04:00
pkova
92a856fadc gall: remove more unused migration stuff for %clog reform 2024-04-19 18:39:52 +03:00
pkova
e3dee40ac7 tests: fix subscription test now that we don't %heed anymore 2024-04-19 17:27:46 +03:00
pkova
904bf286c1 ames: refactor bone parsing 2024-04-19 17:15:31 +03:00
pkova
f1fde3e460 ames, gall: refactor clog handling to not migrate %fact 2024-04-19 16:45:47 +03:00
pkova
736ca0a1da lull, ames, gall: unstaged changes for clog fixing 2024-04-19 15:03:27 +03:00
pkova
7f7ba6131e ames: refactor bone processing 2024-04-19 14:46:05 +03:00
pkova
d171f32827 ames, gall: handle clogs on a per-subscription basis 2024-04-19 14:28:17 +03:00