yosoyubik
68db0b4e03
ames: move +on-kroc logic to |close-flows
...
+on-kroc was cluttered with ad-hoc logic to indentify stale flows from
failed resubscriptions that were not properly %corked. Here we move
that logic to a generator that, if not in dry mode, will call %ames with a
(list [ship bone]) to %cork them.
Another option would be to move the logic in the generator to a state
update in ames, which will trigger possibly thousands of %ames messages
to be sent, on every ship that runs the state migration—these flows are
not causing a problem that neds to be addressed, and only take extra
space.
If we decide that this needs to be run by everyone, one solution could be
to set up a timer (maybe taking advantage of the fact that ships don't get
the OTA a the same time) that will eventually poke %hood with a
%helm-ames-kroc task.
2023-06-07 15:55:50 +02:00
Tinnus Napbus
7c3a1c4d7c
Merge branch 'next/kelvin/412' into tinnus/local-provenance
2023-06-07 20:38:05 +12:00
Tinnus Napbus
09b4bfc4f0
Merge branch 'next/kelvin/412' into tinnus/local-provenance
2023-06-07 20:14:33 +12:00
niblyx-malnus
1818790e35
Send 500 response with tang.
2023-06-06 13:01:43 -04:00
Ted Blackman
fc5598718b
Merge branch 'develop' into next/kelvin/412
2023-06-06 12:50:11 -04:00
Ted Blackman
078b3a171d
Merge pull request #6629 from urbit/pkova/runtime-version
...
base: add %runtime-version
2023-06-06 11:40:42 -04:00
Ted Blackman
4a25a729ed
Merge pull request #6518 from urbit/i/6103/abet-pure
...
ames: make +abet pure
2023-06-06 11:35:14 -04:00
pkova
de3dd34826
base: make %runtime-version a thread
2023-06-06 15:46:44 +03:00
pkova
dd979600e2
base: restore deleted vere mark
2023-06-06 15:45:41 +03:00
jose
a6cc82bf6c
Merge pull request #6644 from urbit/i/6643/odd-ames-ticks
...
ames: don't crash if sndr/rcvr lifes mismatch
2023-06-06 12:38:43 +02:00
yosoyubik
385ede5c89
tests: remove misleading comment
2023-06-05 15:43:55 +02:00
yosoyubik
7b15f5c022
ames: fix tests
2023-06-05 11:41:39 +02:00
yosoyubik
d5bc16ee3e
ames: don't crash if sndr/rcvr lifes mismatch
2023-06-05 11:06:22 +02:00
yosoyubik
2c854d1285
ames: remove space leak for outbound naxplanations
...
Companion to https://github.com/urbit/urbit/pull/6607 , where the space leak was fixed
2023-06-05 10:01:44 +02:00
yosoyubik
65b83a3318
Merge branch 'develop' into yu/remove-num-live
2023-06-05 09:47:39 +02:00
midden-fabler
e90c26dba6
handle bogus agents
2023-06-04 02:44:04 -04:00
midden-fabler
83e60a3c44
dojo: gen tab complete for non-base desks
2023-06-03 21:18:02 -04:00
niblyx-malnus
c2ec7fef7c
Merge pull request #1 from niblyx-malnus/spider-http-tang
...
fix thread-clean order and provide tang response as a json in +threa…
2023-06-02 13:59:07 -04:00
niblyx-malnus
4d1c45d76e
fix thread-clean order and provide tang response as a json in +thread-http-fail
...
(1) In `+thread-fail`, `+thread-clean` is called before `+thread-http-fail` and `+cancel-scry` meaning neither of the latter two actually. `serving` has been replaced with `(~(del by serving.state) tid)` in the state and therefore we cannot `(~(get by serving.state) tid)` in `+thread-http-fail` or `+cancel-scry`.
(2) In `+thread-http-fail` return an informative tang as json instead of an empty 500 http response when the failure results from an internal crash.
2023-06-02 13:05:16 -04:00
Pyry Kovanen
35ebc92bb3
Merge pull request #6634 from urbit/master
...
Merge master to develop after urbit-os-v2.141
2023-06-02 16:43:24 +03:00
yosoyubik
6696f587be
Merge branch 'next/kelvin/412' into i/6103/abet-pure
2023-06-01 17:46:36 +02:00
yosoyubik
8b518f4bfe
Merge branch 'develop' into next/kelvin/412
2023-06-01 17:39:42 +02:00
Pyry Kovanen
035f10a97c
Merge pull request #6632 from urbit/release/urbit-os-v2.141
...
Release urbit-os-v2.141
2023-06-01 18:35:33 +03:00
Joe Bryan
8bb1873041
hoon: fixes +sane style
2023-05-31 14:34:11 -04:00
Joe Bryan
e71d9d6631
hoon: fixes (sane %t) for multi-byte glyphs
2023-05-31 14:33:35 -04:00
Joe Bryan
e92878d778
test: adds failing multi-byte-glyph sanity
2023-05-31 14:32:39 -04:00
Ted Blackman
58ac6a1e90
Merge pull request #6627 from urbit/jb/moar-solid
...
solid: preserve structural sharing in arvo
2023-05-31 11:44:04 -04:00
pkova
c85aca347c
base: add %runtime-version
2023-05-31 16:36:27 +03:00
Tinnus Napbus
0105be6459
Merge branch 'develop' into tinnus/local-provenance
2023-05-31 12:52:53 +12:00
Joe Bryan
02bac2f1b5
solid: preserve structural sharing in arvo
2023-05-30 13:30:12 -04:00
Tinnus Napbus
df53148183
tests: change sock to sack
2023-05-30 23:38:26 +12:00
Tinnus Napbus
8ed74ac717
gall: new type which is /w providence
2023-05-30 22:28:19 +12:00
yosoyubik
96e3bdcf11
Merge branch 'develop' into i/6103/abet-pure
2023-05-30 10:38:39 +02:00
yosoyubik
ff0584807a
ames: fix grq tests
2023-05-30 10:33:13 +02:00
yosoyubik
4f27ac7329
ames: use %deep task in test-nack
2023-05-30 10:33:13 +02:00
yosoyubik
d3489cc8db
ames: generalize $deep tasks
...
currently all $deep tasks are focused on a particular ship but future
ones might not, so we move $ship to each individual task
2023-05-30 10:33:13 +02:00
yosoyubik
7ce74f36c6
ames: add %deep task to handle deferred calls
...
note: %ames tests have not been updated to account for this change
2023-05-30 10:33:13 +02:00
sage
eca0bcc4cb
shoe: renders blank tapes
...
Description of the issue can be found here: https://github.com/urbit/urbit/issues/6625
The fix involved changing the instance of `+roll` to a `+spin` which increments a counter each time a column contains null tapes. Also, `+row`'s trap stops at the point when the null count equals the number of columns, indicating there's nothing left to render.
2023-05-29 17:30:11 -04:00
Joe Bryan
d4b900bf3f
Merge pull request #6612 from urbit/i/6611/lose-boon
...
ames: correctly %lose a %boon we crashed on
2023-05-26 11:19:57 -04:00
Ted Blackman
7d9df71d5e
Merge pull request #6613 from urbit/i/6608/skip-corks
...
ames: skip corks if pending acks for naxplanations
2023-05-26 10:51:33 -04:00
Ted Blackman
d234b3205f
Merge pull request #6607 from urbit/yu/fix-drop-nack
...
ames: don't no-op if getting %ack on nack bone
2023-05-26 10:19:31 -04:00
yosoyubik
6528c62b1f
Merge branch 'develop' into i/6608/skip-corks
2023-05-26 10:17:19 +02:00
yosoyubik
1e74e8d19a
ames: simplify pending-acks conditional
2023-05-26 10:09:44 +02:00
yosoyubik
c427637910
Merge branch 'next/kelvin/412' into yu/remove-num-live
2023-05-25 14:24:01 +02:00
Ted Blackman
13ae086837
Merge pull request #6617 from urbit/jb/fine-misordered
...
fine: handle misordered responses
2023-05-24 17:19:33 -04:00
mopfel-winrux
40fbf3b262
Merge branch 'next/kelvin/412' into lick
2023-05-24 14:56:19 -04:00
Matthew LeVan
864a6c6a09
Merge pull request #6618 from urbit/develop
...
merge `develop` into `next/kelvin/412`
2023-05-24 14:37:37 -04:00
Joe Bryan
fee0f604cc
fine: sort response fragments before deserializing
2023-05-24 13:01:29 -04:00
Joe Bryan
b0d2db25b5
fine: narrows error message scope on bad responses
2023-05-24 13:00:48 -04:00
Joe Bryan
6443e80bdc
tests: adds failing misordered fine response test
2023-05-24 13:00:44 -04:00