Elliot Glaysher
4edb2aa9c0
Merge branch 'new-stdlib' into unicode-string-gates
2018-01-18 21:26:20 -08:00
Elliot Glaysher
2b35142c79
Add documentation for testing.
2018-01-18 21:19:53 -08:00
Ted Blackman
163f2bdcf6
Comments and whitespace
2018-01-18 18:04:53 -08:00
Ted Blackman
ba4405565f
Clay subscribes to changes to marks, so Ford can cache-promote them. Seems much faster
2018-01-18 18:03:02 -08:00
Fang
e3cbbd31a2
Consolidates the logic for %next and %mult.
...
Not thoroughly tested yet.
2018-01-19 01:54:41 +01:00
Anton Dyudin
6fcbaab5fa
don't error on off-graph dependency notification
2018-01-18 13:53:14 -08:00
Ted Blackman
eda36249c2
Merge pull request #521 from Fang-/jael-burn
...
Reverted accidentally renamed jael tag.
2018-01-18 12:19:13 -08:00
cgyarvin
015972a51e
Merge pull request #538 from Fang-/gall-nocrash
...
Prevent gall from breaking things over bone 0
2018-01-18 11:30:52 -08:00
Fang
7044ee543b
Fix erroneous indentation.
2018-01-18 19:07:57 +01:00
Fang
81dd710368
Merge pull request #581 from Fang-/webtalk-update
...
Updates webtalk
2018-01-18 15:50:36 +01:00
Fang
6f2160589d
Updates webtalk. See urbit/talk#47 .
2018-01-18 15:37:18 +01:00
Fang
5bb364636d
Fix an oopsie that was part of a change "lightly refactor ++wake %next" that accidentally made it into 4671526a
.
2018-01-18 01:54:24 +01:00
Fang
e2b056eff9
Rewrite ++dedupe to roll instead of skim, and fix issue where it wasn't accounting for different cases correctly.
...
ie, it wasn't making sure that the found case was *actually* before the new request's case.
2018-01-18 01:25:58 +01:00
Fang
4671526a3e
Make use of alias types more consistent.
2018-01-18 01:23:31 +01:00
Fang
70ad73e8ba
Modified %mult to support past revisions, but with only a single case for all files.
2018-01-17 23:55:54 +01:00
Fang
34edaee927
Merge pull request #578 from urbit/hall-circles-fix
...
Fixed weird code for updating /circles subscriptions.
2018-01-17 21:47:42 +01:00
Fang
5840c496c7
Fixed the ++start-request for next to properly take non-existing files into account when checking through older versions.
2018-01-17 16:49:16 +01:00
Fang
0d1b98852e
Comments and cleanup based on feedback.
2018-01-17 16:43:20 +01:00
Fang
9f2d841b24
Always show all circles to their owner.
...
Even if they banned themselves.
2018-01-17 14:30:50 +01:00
Anton Dyudin
641c577c7b
promote key and not just the value to current beak
2018-01-16 16:34:26 -08:00
Anton Dyudin
28c4caedfd
cancel remaining subs on [%news @uvH]
2018-01-16 16:23:11 -08:00
Anton Dyudin
c59a3869b2
put rebuild printfs behind ~?
2018-01-16 16:11:42 -08:00
Fang
d2cc5a5658
Fixed weird code for updating /circles subscriptions.
...
No longer incorrectly uses the subscriber's ship name when getting the affected story.
2018-01-17 00:20:34 +01:00
Ted Blackman
31dac082b6
assertions in ++beam-dents-in-dir
2018-01-16 14:19:40 -08:00
Fang
d4b0b408cf
Fix %next to not cancel the subscription if the watched file doesn't yet exist.
...
Instead, register file creation as a change.
2018-01-15 23:45:33 +01:00
Fang
307b86bb3b
Clay state adapter.
2018-01-15 20:24:11 +01:00
Fang
b2669ed2ed
Add a %mult rave to the clay interface. Add a %wris gift to support its output.
...
%mult acts like %next, except it watches multiple paths. If any of them change, it sends all changes to the watched files in a %wris.
2018-01-15 20:23:37 +01:00
Ted Blackman
0ba27a4e32
Merge pull request #540 from ohAitch/fix-clay-next
...
Fix clay %next to provide current data
2018-01-12 15:00:00 -08:00
Anton Dyudin
3f9223094a
add state adapter for %many refactoring
2018-01-10 17:59:15 -08:00
Ted Blackman
916135b58e
more hoon %143 syntax replacement
2018-01-10 10:47:43 -08:00
Ted Blackman
7e009048a4
++beam-dents-in-dir:na to go with ++de-dup-subdirs
2018-01-09 17:34:28 -08:00
Ted Blackman
2cfccc3670
reorganize and comment ++rebuild.
...
may have fixed a logic bug where it ignored %beam dependencies in `new`.
2018-01-09 13:47:32 -08:00
Ted Blackman
3e1f07170f
hoon %143 syntax for molds and a few other places
2018-01-09 13:43:48 -08:00
Ted Blackman
f579d0dd0b
WIP Fixed some issues with rebuilding.
2018-01-08 18:00:42 -08:00
Ted Blackman
b71a4a65cf
Ported deduplication logic from master
2018-01-08 14:48:22 -08:00
Fang
62b5310695
Consider passing bone 0 in cards invalid.
2018-01-08 23:05:10 +01:00
Elliot Glaysher
b772818ef3
Minor cleanups.
2018-01-07 15:55:44 -08:00
Fang
6f9e0e1c4c
Merge pull request #536 from Fang-/federation-hotfix
...
Federation performance hotfix
2018-01-07 16:36:45 +01:00
Fang
b0876bd4e6
Burden prize may contains no more than 2k messages, for performance reasons.
2018-01-07 16:28:22 +01:00
Elliot Glaysher
48585d2b2f
+test now deals with recursive directory structures.
...
+test now offloads creation of the test tree into a renderer. this should help
with caching. using a renderer also lets us deal with hierarchical directory
structures, leading to better organization.
2018-01-06 22:51:52 -08:00
Keaton Dunsford
2370efc727
Merge pull request #535 from Fang-/tlon-ops-split
...
Split Tlon ops generators
2018-01-05 11:27:57 -08:00
Fang
f5628c1dad
Separate the Tlon ops generators to allow more granular control over stream & fora sources.
2018-01-05 20:19:34 +01:00
Steven Dee
942956c8c0
New key for ~tyr
...
Also put on an n in compliance with current Steven Dee naming
conventions (and various government IDs.)
2018-01-05 09:17:21 -05:00
Fang
6b11489c54
Merge pull request #513 from Fang-/hall-talk-smallfix
...
Hall & talk small changes
2018-01-04 12:34:33 +01:00
Ted Blackman
682870f082
manually fixed greedy-ford for new arvo master
2018-01-03 18:47:15 -08:00
Ted Blackman
845696a3a6
Fix Clay %next revision
...
adapted from commit 852997ac16a751c69775489c61ae8e5b650c9a50
2018-01-03 16:37:44 -08:00
Ted Blackman
6169a6311a
adapt changes to ++rove
...
from commit 180751aa8223cdd66648ccc4e685fde784328585
2018-01-03 16:29:59 -08:00
cgyarvin
b4278602d1
Merge pull request #522 from ohAitch/gall-scry
...
Fix gall scry
2018-01-03 13:50:52 -08:00
Fang
bd712a8547
Clarified TODO.
2018-01-03 21:10:47 +01:00
Fang
4e33264230
Can now query hall for own circles.
...
Talk code depends on #522 .
Closes #503 .
2018-01-03 18:34:13 +01:00