Commit Graph

403 Commits

Author SHA1 Message Date
C. Guy Yarvin
349f989cd4 Blind overflows when sample is proper default. 2018-01-31 13:53:28 -08:00
C. Guy Yarvin
7404bb0a1e Booting without any constant blocks. 2018-01-31 13:53:27 -08:00
C. Guy Yarvin
7d3334d6dd Disable blocking crash for stability commit. 2018-01-31 13:52:49 -08:00
C. Guy Yarvin
1039458536 Controlled defaulting in ++tile. 2018-01-31 13:52:04 -08:00
C. Guy Yarvin
d863c7f58f Transition probe default model. 2018-01-31 13:52:04 -08:00
C. Guy Yarvin
4f98f0ebcb Work in progress. 2018-01-31 13:52:04 -08:00
C. Guy Yarvin
23680f4b89 Add %funk tile for direct $-(). 2018-01-31 13:52:04 -08:00
Paul Driver
1fba410c4b fix jet discrepancies in ++fond 2018-01-31 13:52:04 -08:00
C. Guy Yarvin
15e824da0b ut_find debugging branch. 2018-01-31 13:52:04 -08:00
C. Guy Yarvin
0509820eea More constant-blocking cleanups. 2018-01-31 13:52:04 -08:00
C. Guy Yarvin
ae7f263a43 More constant-folding cleanups. 2018-01-31 13:52:04 -08:00
C. Guy Yarvin
35fb2545ab Some %zuse cleanups. 2018-01-31 13:52:04 -08:00
C. Guy Yarvin
12a41d56e7 Unblocking constants. 2018-01-31 13:50:56 -08:00
C. Guy Yarvin
5055a64e71 Better constant folding. 2018-01-31 13:50:56 -08:00
C. Guy Yarvin
51e0505fbd Improve $-() defaulting. 2018-01-31 13:50:56 -08:00
C. Guy Yarvin
77e364e79f Adjustments for content blocking. 2018-01-31 13:50:56 -08:00
C. Guy Yarvin
2745b9587b Remove old modeling code. 2018-01-31 13:50:56 -08:00
C. Guy Yarvin
6cb5c77ab6 Fix walk processing of %ktcn. 2018-01-31 13:50:55 -08:00
C. Guy Yarvin
1730862581 Disable constant blocking error; track it at runtime. 2018-01-31 13:50:55 -08:00
C. Guy Yarvin
8ec6ee61d0 Minor fix to preceding.a 2018-01-31 13:50:55 -08:00
C. Guy Yarvin
5acfb04cc6 First two tiers are constant-safe. 2018-01-31 13:50:55 -08:00
C. Guy Yarvin
45adb4e373 Constant fixes. 2018-01-31 13:50:55 -08:00
C. Guy Yarvin
129e1cbba2 Some adjustments for constant folding. 2018-01-31 13:50:55 -08:00
C. Guy Yarvin
f050415e3b Resolved $- folding problem. 2018-01-31 13:50:55 -08:00
C. Guy Yarvin
9f3e73a88c Various fixes and improvements. 2018-01-31 13:50:55 -08:00
C. Guy Yarvin
6484ff2b81 More diagnostics. 2018-01-31 13:50:55 -08:00
Ted Blackman
af4fe5d885
Merge pull request #597 from Fang-/clay-multisub
Clay %mult multiple cares
2018-01-23 14:48:31 -08:00
Fang
8a1da39aac Remove ++gift copy from internal clay structures. 2018-01-23 17:38:13 +01:00
Fang
7a0e2f216b Change %mult interface to allow different/multiple cares per path. 2018-01-23 17:35:12 +01:00
cgyarvin
c0e7a71633
Merge pull request #534 from mrdomino/master
New key for ~tyr
2018-01-22 16:22:48 -08:00
Ted Blackman
a8354821b0
Merge pull request #575 from Fang-/clay-multisub
Clay multi-%next: %mult (and fix for %next)
2018-01-22 11:16:13 -08:00
Fang
d9409e8dff Clean up ++cach. 2018-01-22 16:01:00 +01:00
Fang
635d235cd7 Made %mult requests produce only a case and set of paths.
It now works the way %next should.
2018-01-22 15:54:37 +01:00
Anton Dyudin
ebc95233a8
Update hoon.hoon
Fix #95 per request to just patch it on master
2018-01-19 13:42:50 -08:00
Fang
e3cbbd31a2 Consolidates the logic for %next and %mult.
Not thoroughly tested yet.
2018-01-19 01:54:41 +01: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
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
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
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
Anton Dyudin
3f9223094a add state adapter for %many refactoring 2018-01-10 17:59:15 -08:00
Fang
62b5310695 Consider passing bone 0 in cards invalid. 2018-01-08 23:05:10 +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