Commit Graph

9228 Commits

Author SHA1 Message Date
Elliot Glaysher
f5a8fdbe50 1. Remove our from the ford wire 2018-12-13 16:33:25 -08:00
Joe Bryan
f8905a0640
Merge pull request #941 from urbit/single-home-vanes
single-home the vanes
2018-12-13 18:44:26 -05:00
Joe Bryan
8b625a483e revises %ford %build comment 2018-12-13 18:41:45 -05:00
Joe Bryan
c71050c918 removes +sack 2018-12-13 14:06:16 -05:00
Joe Bryan
50e068ec5f 22. single-homes %clay %cred/%crew/%crow tasks 2018-12-13 14:07:23 -05:00
Joe Bryan
6f4b2378ec 21. single-homes %clay %warp/%werp tasks 2018-12-13 14:07:19 -05:00
Joe Bryan
536ea94b42 20. single-homes %clay %perm task 2018-12-13 14:07:16 -05:00
Joe Bryan
c6ce8c23ff 19. single-home %clay %merg task 2018-12-13 14:07:13 -05:00
Joe Bryan
d4e9759b28 18. single-home %clay %info task 2018-12-13 14:07:10 -05:00
Joe Bryan
8d74368db9 17. single-homes %clay %drop task 2018-12-13 14:07:06 -05:00
Joe Bryan
e86b23393c 16. single-home %clay state 2018-12-13 14:07:03 -05:00
Joe Bryan
18cb206eee 15. single-homes %ford %kill task 2018-12-13 14:06:59 -05:00
Joe Bryan
5095020755 14. single-home %ford %build task 2018-12-13 14:06:56 -05:00
Joe Bryan
c4c5fe5a79 13. single-home %ford state 2018-12-13 14:06:52 -05:00
Joe Bryan
979122a9da 12. single-home %gall state 2018-12-13 14:06:49 -05:00
Joe Bryan
e1b91cbb84 11. single-home %gall state-machine 2018-12-13 14:06:46 -05:00
Joe Bryan
66dbdb49f7 10. single-home %ames %west/%west tasks 2018-12-13 14:06:42 -05:00
Joe Bryan
ab02dec5cf 9. single-home %ames %want task 2018-12-13 14:06:39 -05:00
Joe Bryan
71afa6aba9 8. single-home %ames internal moves 2018-12-13 14:06:36 -05:00
Joe Bryan
1ceb670906 7. single-home %ames state-machines (b) 2018-12-13 14:06:33 -05:00
Joe Bryan
ed842f5325 6. single-home %ames state 2018-12-13 14:06:30 -05:00
Joe Bryan
ae969ce98f 5. single-home %ames state-machines (a) 2018-12-13 14:06:27 -05:00
Joe Bryan
ec05958e4d 4. single-home %jael tasks 2018-12-13 14:06:24 -05:00
Joe Bryan
e17699d8f5 3. single-home %jael 2018-12-13 14:06:21 -05:00
Joe Bryan
5ed0183f41 2. single-home %eyre 2018-12-13 14:06:19 -05:00
Joe Bryan
72e3c85998 1. single-home %dill 2018-12-13 14:06:16 -05:00
ixv
de9349b47b
Merge pull request #939 from urbit/behn-fix
Fix Behn bug that broke Clay
2018-12-13 10:42:51 -08:00
Ted Blackman
1adc48a6ec fix two more silly bugs 2018-12-12 23:17:13 -08:00
Ted Blackman
d6b39a6d6a behn: lifo to fifo to fix clay bug 2018-12-12 23:16:53 -08:00
Elliot Glaysher
00c79de3df
Merge pull request #936 from urbit/dont-sell-out
Don't call +sell in normal cases in Ford.
2018-12-12 15:46:55 -08:00
Elliot Glaysher
63504552c1 Condensced into two lines on average 2018-12-12 15:29:59 -08:00
Elliot Glaysher
08263ea7e6 Don't call +sell in normal cases in Ford.
+sell invokes the type checker and thus adds 10ms to each event
where it is used. +sell is invoked in "tapes like {<this>}". Ford
error messages use that format on errors. Many common Ford builds
are expected to fail, but swallow the error messages. This modifies
them so that they generate their error messages in a cheaper way.
2018-12-12 14:40:31 -08:00
Ted Blackman
f897921d9c
Behn dumb (#935)
* changing behn

* A dumber behn, which seems to work

* don't sort the whole timers list

* comments and cleanup
2018-12-12 14:09:47 -08:00
Elliot Glaysher
56fb7bd5c0
Merge pull request #933 from urbit/speed-up-insertion
Speed up +put:by-schematic
2018-12-11 16:41:30 -08:00
Elliot Glaysher
20ea6e622c Speed up +put:by-schematic
This speeds up the +gather step in Ford. By not doing a full sort every
time we add a build, we remove ~30ms of latency from each chat message
sent my landscape.
2018-12-11 15:52:35 -08:00
Joe Bryan
5cb536ed37
Merge pull request #931 from urbit/no-ames-self-gift
removes strange %ames self-gift when forwarding to self
2018-12-11 17:42:29 -05:00
Elliot Glaysher
e9bef4eae7
Merge pull request #932 from urbit/remove-some-tiscom
Remove some tiscom
2018-12-11 14:09:54 -08:00
Elliot Glaysher
31b6842d43 Test fixes 2018-12-11 13:59:49 -08:00
Elliot Glaysher
ec9513ccfe More explicit referencing 2018-12-11 13:48:34 -08:00
Elliot Glaysher
935baa3c83 Explicit resolution, less ^ 2018-12-11 13:39:39 -08:00
Elliot Glaysher
8fc66dffde Remove =, and unreferenced stuff. 2018-12-11 13:27:33 -08:00
Elliot Glaysher
e839ec6c7c Start adding ^? and removing =, and ^ 2018-12-11 11:38:44 -08:00
Joe Bryan
4b7b7e6bdc removes strange %ames self-gift when forwarding to self 2018-12-11 14:38:19 -05:00
Elliot Glaysher
03a90bd17e
Merge pull request #929 from urbit/delete-all-the-things
Delete all the things
2018-12-11 10:30:55 -08:00
Ted Blackman
78b495e99d
use +slum in gen/solid (#925)
* use +slum in gen/solid

* update parent commit for CI

* Update pin-parent-pill-pier.url
2018-12-10 17:18:05 -08:00
Elliot Glaysher
8cde064ee8 Make the example file an udon file instead of md. 2018-12-10 16:59:42 -08:00
Elliot Glaysher
ec15565b01 Remove more marks and structures. 2018-12-10 16:56:50 -08:00
Elliot Glaysher
ce40a13cc4 Readd the sur/gh.hoon; needed for unit tests. 2018-12-10 16:49:30 -08:00
Elliot Glaysher
863f725f82 Remove some more marks. 2018-12-10 16:48:21 -08:00
Elliot Glaysher
d21a63eb80 Readd app/time.hoon 2018-12-10 16:40:18 -08:00