Commit Graph

469 Commits

Author SHA1 Message Date
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
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
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
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
Joseph Bryan
9e3c7870f4 forwardports ++spin/++spun api change
adds documentation and typecasts
2018-02-23 17:01:10 -05:00
Anton Dyudin
e0418a3162 amend #589 to reduce =| mold namespace pollution
This should fix womb, which has a |=(mold (unit (... +<))) that
pulls ++unit from the wrong place.
2018-02-22 17:48:59 -08:00
Fang
4c16ecba89 Remove trailing whitespace from ames. 2018-02-22 19:11:59 +01:00
Fang
2c07f0ab25 Bump ames protocol version. Now set in a single constant. 2018-02-22 19:11:41 +01:00
Fang
e875efd771
Merge pull request #637 from Fang-/breach-cleanup
Pre-breach cleanup
2018-02-22 18:44:33 +01:00
Joe Bryan
f7329c5872 escapes "{" in tape print (++dash:us) (#636)
modifies ++dash:us to take a list of additional characters to escape
2018-02-22 16:03:13 +01:00
Fang
0d647de570 Clean up ++load of vanes. 2018-02-22 15:19:17 +01:00
Ted Blackman
3e753e1286
Merge pull request #628 from ohAitch/keep-cache
propagate cache properly when erroring inside /_
2018-02-20 13:14:22 -08:00
Anton Dyudin
66533b7aa6 propagate cache properly when erroring inside /_ 2018-02-19 19:15:40 -08:00
Fang
3452d8756e Fixed error in #417, use "type" instead of "span". 2018-02-19 18:36:41 +01:00
Ted Blackman
958fbdb649
Merge pull request #407 from max19/dragonfix
Dragon4 fix
2018-02-16 14:01:15 -08:00
Ted Blackman
b40103a059
Revert "updates ++boil:ap to crash if a book has pages with the same tag" 2018-02-16 13:14:04 -08:00
Fang
09b812bae7
Merge pull request #417 from frodwith/fixnest-master
correct an oversight in ++nest:ut (mismatch with jet)
2018-02-16 21:57:05 +01:00
Ted Blackman
b47cf9cd6a
Merge pull request #619 from jfranklin9000/gate
Use ++mold instead of ++gate in ++cask and ++hypo.
2018-02-16 12:53:36 -08:00
Ted Blackman
0921f90b38
Merge branch 'master' into fixnest-master 2018-02-16 12:49:29 -08:00
Ted Blackman
2f6941b365
Merge branch 'master' into dragonfix 2018-02-16 12:46:04 -08:00
Ted Blackman
43383877e3
Merge pull request #363 from joemfb/safe-book
updates ++boil:ap to crash if a book has pages with the same tag
2018-02-16 12:26:58 -08:00
Ted Blackman
e094ca44de
Merge pull request #610 from Fang-/clay-permissions
Clay permissions
2018-02-14 10:11:21 -08:00