Commit Graph

8659 Commits

Author SHA1 Message Date
Ted Blackman
adec3a0f96 a clay test passes 2018-08-28 15:02:53 -07:00
Joe Bryan
ad4e7dd7d1
Merge pull request #755 from urbit/rmariani-patch-1
removes dead +mz:nl, updates +bif syntax
2018-08-28 14:01:24 -07:00
rmariani
f5de7a8bd8 Fixed commentary in +ff (#781)
A comment incorrectly indicated that `w` was a face for two different terms in the same arm.
2018-08-28 13:48:11 -07:00
rmariani
ea84114a0b removes dead +mz:nl, updates +bif syntax
`+mz:nl` was determined by ~sorreg to be dead code, and there doesn't seem to be any possible `a` that will nest in the current code.

Also, `+bif:in` and `+bif:by` had the weird syntactical construct of `=<  [+< +>]`. I simplified it to the more straightforward `=< +`.
2018-08-28 13:44:42 -07:00
Joshua Reagan
01ac311fac crash ++ rad when arg of 0 is used (#766)
* crash `++ rad` when arg of `0` is used
2018-08-28 13:37:16 -07:00
Joe Bryan
1616b3b1c3
Merge pull request #788 from urbit/delete-old-turbo
Remove turbo, which seems to have resurrected itself in a merge.
2018-08-28 13:20:04 -07:00
Joe Bryan
4f569a1a79
Merge pull request #784 from urbit/fix-travis-build-vere
updates CI build to compile vere at a specified commit
2018-08-28 11:56:25 -07:00
Elliot Glaysher
097b64b751 Remove turbo, which seems to have resurrected itself in a merge. 2018-08-28 11:44:37 -07:00
Joe Bryan
47855b6972 disables failures, re-enables successes, or fixes failing tests 2018-08-28 11:44:33 -07:00
Elliot Glaysher
e3e5ae6d30
Merge pull request #783 from urbit/ford-turbo-clock
Improvements to +clock / +capped-queue
2018-08-28 10:11:03 -07:00
Joe Bryan
ebcda3e617 adjusts schematic for renderer tests, disables failing renderers 2018-08-28 10:01:58 -07:00
Joe Bryan
003e79a0fa fixes :test %core runner, (temporarily) disables renderer testing 2018-08-27 23:53:53 -07:00
Joe Bryan
fe8b7e7d90 updates pinned pier url 2018-08-27 21:49:18 -07:00
Joe Bryan
156a660062 updates travis-ci to build vere before testing arvo 2018-08-27 21:49:10 -07:00
Joe Bryan
3602a96fb7 fix typo in |merge 2018-08-27 16:38:56 -07:00
Joe Bryan
d91b0422ac Merge branch 'collections' into release-candidate
* collections:
  cleaned up and consolidated metadata
  changed metadata presentation in collections-elem
2018-08-27 16:29:25 -07:00
Joe Bryan
66bc5cdc4c finishes symbol renaming (fas->net) in mar/ and lib/ 2018-08-27 16:23:52 -07:00
Joe Bryan
bf966691fa restores white-listed moves lost in the merge 2018-08-27 16:23:41 -07:00
Joe Bryan
50782bd1c9 Merge branch 'research-constitution' into release-candidate
* research-constitution: (120 commits)
  removes obsolete doccords-style comments
  Revert "fixy uno~by, other vor-based code duplication"
  Implement argon2.
  Use face over lark when available.
  Implement blake2b.
  Use ++rep over ++can when we can
  Use ++rev over ++swp, for safety.
  Clean up base58 en/decoding
  Rename secp point serialization arms
  Add HMAC-SHA1
  Put +=byts to use
  Restructure and complete BIP32 core
  Fix bug in RIPEMD-160 implementation.
  BIP32 key derivation logic. Messy, in dire need of restructuring.
  Fix bug in HMAC implementation.
  SHA-1 re-implementation, can account for leading zeroes.
  Converting points on curve to un/compressed numbers.
  RIPEMD-160 implementation.
  Start work on BIP32 support. Library file includes wrappers for the SHA family to make it take and produce sane byte order data, and a new HMAC implementation that depends on it. Also includes @belisarius222's secp256k1 implementation, plus experimental (and broken) support for other secp variants.
  Add ++rev to bit arithmetic, for reversing block order while accounting for leading zeroes.
  ...
2018-08-27 15:48:13 -07:00
Joe Bryan
a6f3c2f5f9 removes obsolete doccords-style comments 2018-08-27 15:33:32 -07:00
Elliot Glaysher
e1ee2b211e +capped-queue is also general. Move to zuse and add tests. 2018-08-27 15:25:33 -07:00
Joe Bryan
aa3f43c00d Revert "fixy uno~by, other vor-based code duplication"
This reverts commit d5d8715b3c.
2018-08-27 14:56:45 -07:00
Joe Bryan
69fe917930 Merge branch 'research-final' into release-candidate
* research-final:
  Hoon printer stub.
2018-08-27 14:51:56 -07:00
Elliot Glaysher
7f623772ac The +clock structure is general, put it in zuse and add tess. 2018-08-27 14:51:42 -07:00
Elliot Glaysher
ac3dd392d0 Move keccak tests so directory structure follow %/sys. 2018-08-27 14:25:46 -07:00
Isaac Visintainer
abb0740e48 Merge branch 'collections-integration' into collections 2018-08-27 10:36:27 -07:00
Elliot Glaysher
1906f9e654 Make %/tests mirror the rest of the filesystem. 2018-08-24 15:14:11 -07:00
Elliot Glaysher
68fd34d142 Test that passes when we wish it had revealed a failure. 2018-08-24 15:13:16 -07:00
Elliot Glaysher
6e127dbea7 Don't cache live builds until canceled. 2018-08-24 15:12:29 -07:00
Elliot Glaysher
6b0bb3ddef Fix test output. 2018-08-24 10:46:31 -07:00
Elliot Glaysher
0286254b69 Merge branch 'ford-turbo' of github.com:urbit/arvo into ford-turbo 2018-08-23 15:15:50 -07:00
Elliot Glaysher
a49e936353 Subscribe on a valid path in landscape. 2018-08-23 15:15:30 -07:00
Ted Blackman
174ab25b14 remove lib/new-hoon and all uses 2018-08-23 15:03:55 -07:00
Ted Blackman
a4e764a1a1 ford %call actually fail on error 2018-08-23 15:03:36 -07:00
Elliot Glaysher
05b322a22d Fix mark. 2018-08-23 13:45:39 -07:00
Elliot Glaysher
fb75c55286 Merge remote-tracking branch 'origin/collections' into ford-turbo 2018-08-23 10:41:29 -07:00
Elliot Glaysher
88abe302d2 Merge remote-tracking branch 'origin/ford-turbo' into ford-turbo 2018-08-23 10:39:40 -07:00
Ted Blackman
47f1258517 fix ford tests for +test; all pass 2018-08-22 22:39:10 -07:00
Ted Blackman
124e76350e move ford tests to /tests directory unchanged 2018-08-22 22:38:07 -07:00
Ted Blackman
f297565260 minor doc improvement 2018-08-22 22:36:27 -07:00
Ted Blackman
6105894e6e kill spam print 2018-08-22 22:35:38 -07:00
Ted Blackman
3a175e8802 print if an arm fails to compile to a test 2018-08-22 21:28:00 -07:00
Ted Blackman
84cc46e609 +test passes using %ct and presenting compile errors 2018-08-22 20:53:49 -07:00
Ted Blackman
df21c0363c Add /* ford rune 2018-08-22 17:53:56 -07:00
Elliot Glaysher
a467bc3870 Add debugging stuff to ford to try to catch non-existent build error. 2018-08-22 16:35:22 -07:00
Isaac Visintainer
28476adcb8 cleaned up and consolidated metadata 2018-08-22 16:34:49 -07:00
Chris Johnson
1ae468c5cf - Change bolding on profile pagegs 2018-08-22 15:34:43 -07:00
Isaac Visintainer
a7786e145d changed metadata presentation in collections-elem 2018-08-22 15:31:11 -07:00
Elliot Glaysher
ae6ee73a09 Back to having collection page rendering. 2018-08-22 13:20:07 -07:00
Elliot Glaysher
523b09f874 Get past the front page. 2018-08-22 13:09:37 -07:00