Commit Graph

487 Commits

Author SHA1 Message Date
Elliot Glaysher
11911b16c1 Report some data to |mass 2018-06-04 15:26:24 -07:00
Elliot Glaysher
5cb4cbba37 Fix +ls performance by not +hard-ing in scry 2018-06-04 10:54:12 -07:00
Elliot Glaysher
bc17312fa3 Merge branch 'master' into ford-turbo 2018-06-04 09:59:44 -07:00
Elliot Glaysher
74da8f878c %dontjo can now use the turbo vane to run the +ford-turbo test suite 2018-06-01 16:18:21 -07:00
Elliot Glaysher
85a419b469 %dontjo is able to do simple expressions 2018-06-01 15:18:12 -07:00
Elliot Glaysher
6f3e1a48a4 Get +ford-turbo tests passing again, running against the vane itself. 2018-06-01 11:35:56 -07:00
Ted Blackman
6fae175bba WIP trying to get dontjo working 2018-05-31 17:14:39 -07:00
Ted Blackman
0b3713ce07 basic transfusion succeeded 2018-05-31 11:25:06 -07:00
Ted Blackman
873e073faf transfusion into kernel as %t vane 2018-05-30 16:25:28 -07:00
Keaton Dunsford
6503c97037 Bump Ames :protocol-version from 0 to 1
For the ~2018.5.24 continuity breach.
2018-05-24 17:23:41 -07:00
Keaton Dunsford
f484969a9f
Merge pull request #733 from urbit/revert-732-revert-729-clay-w-change
Change %w care to return both @ud and @da cases
2018-05-23 16:58:27 -07:00
Joe Bryan
47c315a971 fixes +spin to preserve the type of the head of the product 2018-05-15 17:31:49 -04:00
Elliot Glaysher
88ab046d88 Change %wris so it always returns a date.
This removes the scry from +rebuild in ford-turbo. This is ok since ford-turbo
Is the only consumer of %wris. The ford-turbo app now works end-to-end in a
way that theoretically should work without the app.
2018-05-10 11:18:52 -07:00
Anthony Arroyo
9bd01853e5
Revert "Revert "Change %w care to return both @ud and @da cases"" 2018-05-09 11:24:34 -07:00
Anthony Arroyo
00b2291ca8
Revert "Change %w care to return both @ud and @da cases" 2018-05-09 10:56:07 -07:00
Anthony Arroyo
c72cf81925
Merge pull request #729 from Fang-/clay-w-change
Change %w care to return both @ud and @da cases

Merging on @eglaysher 's approval
2018-05-09 10:47:39 -07:00
Fang
fa798292d1 Make clay %w work for requests with number cases as well.
Remove dead code.
2018-05-03 00:06:19 +02:00
Fang
d681c5964c Update existing usage of clay %w to take new result type into account. 2018-05-03 00:06:19 +02:00
Fang
17d7cd4f77 Change clay %w requests to produce both the number and date cases. 2018-05-02 23:37:03 +02:00
cgyarvin
3ec660df95
Merge pull request #725 from joemfb/wrap-safe
updates +win:re to wrap lines safely with regards to unicode
2018-05-02 11:03:07 -07:00
Fang
f090916f34 Adapt state. 2018-04-30 22:31:57 +02:00
Fang
7e39bd8a8b Remove special logic for the "next aeon to check is 0" case.
It shouldn't be able to occur anymore, so we're fine with being loud if it does.
2018-04-30 22:31:14 +02:00
Fang
0c1ed91dc6 Stored %next requests now point to the next revision they want to check for changes. 2018-04-30 22:28:57 +02:00
Fang
9f94497e87 When looking for changes at revision zero, look for file creation.
This fixes the symptom described in #681, but not the problem.
2018-04-30 16:23:05 +02:00
Joe Bryan
6371fc19ac updates +win:re to strip all control characters
and renames +gyp:re to +ug:re
2018-04-26 14:40:05 -04:00
Joe Bryan
aa6e215239 updates +win:re to wrap lines safely with regards to unicode
(by converting the tapes in +tank to (list @c) before wrapping, then back)
2018-04-26 01:16:27 -04:00
Keaton Dunsford
b3f10d73cb Comment out annoying Eyre auth printf's 2018-04-25 15:02:10 -07:00
Keaton Dunsford
0e7ea64709
Merge pull request #696 from joemfb/tismodel-toro
generalizes =model syntax to be valid for any toro
2018-04-11 15:05:50 -07:00
Keaton Dunsford
1a1beb8580
Merge pull request #649 from joemfb/spin-spun
fixes and documents ++spin/++spun (forwardport #385)
2018-04-11 14:51:59 -07:00
Keaton Dunsford
dd63d70371 Merge commit '2346d0b'
* commit '2346d0b':
  removes %#
  replaces all uses of %# with %~
2018-04-11 14:41:24 -07:00
Keaton Dunsford
344a87a975 Merge commit 'b5aeee1'
* commit 'b5aeee1':
  updates %cnsg tall parser to be 3-fixed
  replaces all tall cnsg hoons with %#
2018-04-11 14:26:38 -07:00
Keaton Dunsford
60b0b1efd9 Merge commit '807652e'
* commit '807652e':
  adds %# (3-fixed %cnsg alias) to parser
2018-04-11 14:25:34 -07:00
Keaton Dunsford
7768d8790a
Merge pull request #693 from famousj/master
Add fingerprint for ~leb
2018-04-11 12:14:44 -07:00
Joseph Bryan
2346d0bda6 removes %# 2018-04-04 13:28:35 -07:00
Joseph Bryan
a35bb28e69 replaces all uses of %# with %~ 2018-04-04 13:25:54 -07:00
Joseph Bryan
b5aeee11e4 updates %cnsg tall parser to be 3-fixed 2018-04-04 13:24:33 -07:00
Joseph Bryan
d6e1e3bc27 replaces all tall cnsg hoons with %# 2018-04-04 14:07:05 -04:00
Joseph Bryan
807652e1ab adds %# (3-fixed %cnsg alias) to parser 2018-04-04 13:56:21 -04:00
Joseph Bryan
d75b299ae1 generalizes =model syntax to be valid for any toro
tsfs, tssm, tshp, etc.
2018-03-29 15:13:21 -04:00
Anton Dyudin
3cdec745a0 Add fingerprint for ~fyr while we're at it
(mostly I'm trying to trigger my Travis fix)
2018-03-28 21:11:44 -07:00
justin.leblanc
f608641147 Add fingerprint for ~leb 2018-03-28 08:06:36 -05:00
Paul Driver
45decc83ac add ++lest, the non-empty list mold builder 2018-03-13 15:38:17 -07:00
Keaton Dunsford
42d52073be Add timestamps to Ford cache wipes
This will be more helpful in understanding current Ford's cache-clearing behavior as we continue to make changes to alleviate its issues relating to potential memory overflows, slow build performance, and subsequent `504` HTTP errors.
2018-03-13 12:43:40 -07:00
Fang
5127de36ce Fix incorrect naming for shake arms. 2018-03-06 01:26:34 +01:00
Fang
e2061066f5 Fix bug in lane-to-bytes conversion. 2018-03-05 20:59:21 +01:00
Fang
b9755a1af1 Make padding pass explicit length, too. 2018-03-05 19:02:28 +01:00
Fang
04fa542769 More comments, better naming. 2018-03-05 16:12:32 +01:00
Fang
0220adce7e Keccak interface now takes octs to account for leading zeroes when needed.
Byte ordering is done for you.
2018-03-05 16:02:27 +01:00
Fang
34fcc6ef80 Add keccak hashing family into zuse. 2018-03-02 17:09:41 +01:00
Joseph Bryan
1d00ad0428 reorders ++spin sample 2018-02-23 17:01:16 -05:00