Ted Blackman
7cfde07943
pill: solid
2020-12-01 10:37:30 -05:00
Joe Bryan
a7f11df506
pill: all
2020-11-30 21:24:01 -08:00
Joe Bryan
096ef91f7a
hood: fix obsolete syntax introduced in merge
2020-11-30 21:23:35 -08:00
Joe Bryan
444e331b6b
pill: all
2020-11-30 20:36:43 -08:00
fang
c8ddfe435b
pill: all
2020-11-26 19:24:18 +01:00
Joe Bryan
7a55cb39ed
pill: all
2020-11-26 02:14:08 -08:00
Joe Bryan
bbc8e13e00
pill: brass
2020-11-26 01:47:10 -08:00
Joe Bryan
76a39f7347
pill: brass
2020-11-26 01:24:44 -08:00
Joe Bryan
90d4cfec05
pill: solid
2020-11-25 23:34:44 -08:00
Joe Bryan
fe72283e08
pill: solid
2020-11-25 16:02:27 -08:00
Joe Bryan
160c35ce61
pill: solid/ivory
2020-11-25 13:35:15 -08:00
Joe Bryan
37f26b55e2
pill: all
2020-11-21 13:51:24 -08:00
Joe Bryan
5f1d75c119
pill: solid
2020-11-17 15:10:15 -08:00
Joe Bryan
e2ba632a41
pill: solid
2020-11-17 15:07:47 -08:00
Joe Bryan
5eb35b9bb5
pill: solid
2020-11-13 12:51:52 -08:00
Joe Bryan
b3b3df06b5
pill: all
2020-11-11 18:14:08 -08:00
Joe Bryan
46966c2067
pill: updates all
2020-07-27 11:59:04 -07:00
Joe Bryan
a7168478f3
gall: cleans up blocked-scry handling in %gall virtualization
2020-05-20 17:20:51 -07:00
Joe Bryan
6d3a5be259
Merge branch 'na-release/next-vere' into jt/minkleton
...
* na-release/next-vere: (1169 commits)
jets: fix broken jets so ~marzod can boot.
jets: hook up preexisting +repn jet.
jets: add empty hashes
jets: review comments
Revert "Revert "u3: clear cached mugs on cell edit""
jets: +welp and +zing
jets: fix memory leak in +run:in
jet: +find
jets: +all:by and +any:by
jets: +urn:by
jet: +rep:by
jet: +rep:in
jets: +apt:in
jets: +run:in
jets: final cleanup
jets: reenable +uni:by
jets: jet +apt:by
jets: +key:by and +wyt:by
jets: +run:by
jet: final cleanup
...
2020-05-20 14:05:17 -07:00
Joe Bryan
593fcdc915
pill: solid and ivory
2020-05-14 20:01:25 -07:00
Joe Bryan
981f4ed998
pill: updates solid
2020-05-14 19:11:13 -07:00
Elliot Glaysher
12c556f0be
Merge remote-tracking branch 'origin/release/next-vere' into eg/map-jets
2020-05-14 15:26:25 -07:00
Elliot Glaysher
19bb618d8c
Merge remote-tracking branch 'origin/release/next-vere' into scot-jets
2020-05-14 14:42:53 -07:00
Elliot Glaysher
34c1f416f4
jets: +welp and +zing
2020-05-13 11:18:37 -07:00
Elliot Glaysher
3b645370e2
jets: +urn:by
2020-05-12 14:03:58 -07:00
Elliot Glaysher
94c66ec433
jets: +apt:in
2020-05-11 16:31:46 -07:00
Elliot Glaysher
8791af0333
jets: jet +apt:by
...
As a lark, I put in a debugging printf on this function. It spammed
the console. It's a highly recursive function so jet it.
2020-05-08 14:48:27 -07:00
Elliot Glaysher
a05360f97a
jets: hook %ob, then %fein/%fynd
2020-05-06 15:13:59 -07:00
Isaac Visintainer
734e643eb7
release: urbit-os-v1.0.15
2020-05-05 19:32:08 -06:00
Elliot Glaysher
fa4dbfb9f6
jets: remove +ob and add hooks for +fein and +fynd
...
I'm not going to be able to debug the memory leaks in the +ob core
jets, so remove those new jets and hooks to +fein and +fynd so they
can be called from the @p parsing jets. This moves +fein adn +fynd
to the toplevel because there appear to be issues with hooks
referencing things that aren't in the directly jetted core.
2020-05-04 15:49:20 -07:00
Elliot Glaysher
bf1f08e698
jets: Rebuild pills, the enabled jets here now don't leak memory.
2020-05-04 12:59:41 -07:00
Jared Tobin
0bcd971c5f
release: urbit-os-v1.0.14.rc1
2020-04-24 12:15:39 +04:00
Jared Tobin
1dd082e020
pill: update solid
2020-04-23 15:05:17 +04:00
Isaac Visintainer
d8cdbfdeb8
release: urbit-os-v1.0.13
2020-04-13 19:26:13 -07:00
Jared Tobin
cc16e905af
Merge branch 'yosoyubik/apt-dup' ( #2417 )
...
* yosoyubik/apt-dup:
hoon: +apt:by check for duplicate keys
2020-04-13 17:43:41 +04:00
Jared Tobin
bf78e71479
Merge branch 'courajs/json-unit-tests' ( #1769 )
...
* courajs/json-unit-tests:
Change at:dejs-soft:format to reject too-long json arrays
Add unit tests for json de/serialization.
2020-04-13 16:38:42 +04:00
Isaac Visintainer
eef6e56dca
release: urbit-os-v1.0.12
2020-04-09 17:47:55 -07:00
Isaac Visintainer
7df1ebe3f7
update solid pill
2020-04-09 15:48:32 -07:00
Philip Monk
b98d3bf5ef
pill: update
...
Committed pill booted a fakezod with #2675
2020-04-06 21:48:33 -07:00
Aaron Sikes
eb0ce2daba
Change at:dejs-soft:format to reject too-long json arrays
...
`at` is for when you expect an array of a certain exact structure. If it
has extra elements, that indicates you were mistaken about the strucutre,
so it should fail to match.
2020-04-06 14:05:35 -04:00
Isaac Visintainer
5faaa6c710
release: urbit-os-v1.0.10
2020-04-02 15:54:24 -07:00
Fang
d1894cdbe6
zuse: allow empty segments in de-purl url parsing
...
RFC 2396 specifies that segments must be zero or more pchars.[1] We were
deviating from this by requiring at least one pchar per segment.
With this change, we support /some//path, and no longer lose the
trailing slash in /some/path/.
[1]: https://tools.ietf.org/html/rfc2396#section-3.3
2020-04-02 14:44:45 +02:00
Isaac Visintainer
93c881cec9
release: urbit-os-v1.0.9
2020-03-31 16:45:40 -07:00
Philip Monk
5a4786169d
clay: don't underflow when patch produces empty file
...
Fixes #2602
I haven't been able to reproduce this bug, but I can see how it could
happen in theory. This should resolve the issue.
2020-03-31 11:37:58 -07:00
Isaac Visintainer
12f150659b
release: urbit-os-v1.0.8
2020-03-30 20:28:35 -07:00
Isaac Visintainer
0d3e409f7c
release: urbit-os-v1.0.7
2020-03-26 09:25:02 -07:00
Isaac Visintainer
f7133f77e0
release: urbit-os-v1.0.6
2020-03-24 15:45:34 -07:00
Philip Monk
1599937c81
clay: add option to skip queue
...
Makes it so that |cancel %force skips the next thing in the queue if
you're not in the middle of something. If you are in the middle of
something, it skips the thing you're in the middle of (just like naked
|cancel).
This should resolve issues where |cancel doesn't drain the queue.
2020-03-23 15:53:18 -07:00
Isaac Visintainer
83fc700d41
release: urbit-os-v1.0.4
2020-03-19 11:19:30 -07:00
Isaac Visintainer
a9f8a2bd88
release: urbit-os-v1.0.3
2020-03-17 18:04:34 -07:00