Commit Graph

2795 Commits

Author SHA1 Message Date
mikolajp
423d1a1b77 Temporalily disable multiple cmark version constraints bc of meson bug 2018-02-25 15:18:02 +08:00
mikolajp
1973377165 Bump commonmark-legacy 2018-02-25 15:14:38 +08:00
mikolajp
21b7dc1abc Bump commonmark-legacy 2018-02-25 15:10:56 +08:00
mikolajp
392041d045 Install pip as user 2018-02-25 15:03:52 +08:00
mikolajp
fecf7579b8 Fix pip command 2018-02-25 15:00:58 +08:00
mikolajp
6a31387e46 Fix pip command 2018-02-25 14:56:26 +08:00
mikolajp
e2e8205bfb Fix python version 2018-02-25 14:55:33 +08:00
mikolajp
bb0d282716 Remove meson from build dependency 2018-02-25 14:53:15 +08:00
mikolajp
fc285b472c Fix travis python version. 2018-02-25 14:51:22 +08:00
mikolajp
88c28fe260 Fix .travis.yml 2018-02-25 14:48:25 +08:00
mikolajp
8eace125a3 Fix .travis.yml 2018-02-25 14:45:15 +08:00
mikolajp
21e0b3c38a Fix deps git path 2018-02-25 14:40:47 +08:00
mikolajp
ff8f34e8d3 Remove wrong subprojects. 2018-02-25 14:38:53 +08:00
mikolajp
780a20cba5 Update .travis.yml to use meson 2018-02-25 14:33:10 +08:00
mikolajp
9bea798892 Update .travis.yml to use meson 2018-02-25 14:32:41 +08:00
mikolajp
d81c5aa116 Bump commonmark-legacy. 2018-02-25 14:26:13 +08:00
mikolajp
d835af4ac0 Merge remote-tracking branch 'upstream/master' into meson-build 2018-02-25 14:22:02 +08:00
mikolajp
e9cf9c777c Update README.md 2018-02-25 14:15:05 +08:00
mikolajp
7abbf6adad Update .gitignore 2018-02-25 14:14:55 +08:00
mikolajp
77d33bb795 Add meson.build 2018-02-25 14:14:47 +08:00
mikolajp
29d792bd64 Switch to generated config header. New allocator 2018-02-25 14:14:25 +08:00
mikolajp
bbce72a2ad New allocator 2018-02-25 14:13:47 +08:00
mikolajp
aeb3a8c51b Switch to softfloat3 2018-02-25 14:13:24 +08:00
mikolajp
94ac10e29e Remove telnet. Remove batz 2018-02-25 14:12:44 +08:00
mikolajp
48d3ed55d3 Remove outside/ 2018-02-25 14:08:46 +08:00
mikolajp
30b3277c59 Switch from outside to meson subprojects 2018-02-25 14:08:30 +08:00
Steven Dee
35bbba7b28 Fix uv error code reference 2018-02-24 21:40:34 -05:00
cgyarvin
91f2eaadaf
Merge pull request #919 from urbit/ames-straitjacket
Enforce -F / -N network options in Ames
2018-02-23 10:36:58 -08:00
cgyarvin
285c6d2ad2
Merge pull request #928 from joemfb/ctlc-pro
forwardports #813 (show prompt after ctrl-c)
2018-02-23 10:36:05 -08:00
cgyarvin
61f85322e8
Merge pull request #927 from joemfb/cursor-clear
maintains cursors position on %clr
2018-02-23 10:35:50 -08:00
cgyarvin
4f5528a048
Merge pull request #921 from joshuareagan/patch-1
Typo in 4k Nock spec
2018-02-23 10:35:10 -08:00
Ted Blackman
2e5e837131
Merge pull request #920 from frodwith/runtime-overflows
Runtime overflows
2018-02-23 10:30:04 -08:00
Joseph Bryan
4db7eb4d60 maintains cursors position on %clr 2018-02-21 23:10:41 -05:00
Joshua Reagan
fde425fddf
Typo in 4k Nock spec
Ted's correction somehow didn't make it in!

Just to reiterate, however, on typo version of the spec, `#[2 b c]` reduces to b, which clearly isn't right.  I noticed this, complained in urbit-meta, and Ted pointed me to the github discussion.
2018-02-14 13:57:56 -06:00
Ted Blackman
5c5374c1fd
Merge pull request #918 from urbit/helptext
help text: added -N and removed -L
2018-01-29 12:06:21 -08:00
Ted Blackman
c1725e2cf2 Prevent Ames from sending and receiving remote packets if remote networking is disabled 2018-01-29 12:03:37 -08:00
Paul Driver
d214d00e89 slightly odd syntax on _song_atom 2018-01-29 10:52:47 -08:00
Ted Blackman
87e250e90f help text: added -N and removed -L 2018-01-29 10:21:46 -08:00
Paul Driver
665e0899ad revert unification redesign, memoize-by-pointer for large equality traverses 2018-01-29 10:16:20 -08:00
Paul Driver
70f6cd4df5 unification redesign -- initial recursive version 2018-01-26 11:49:56 -08:00
Paul Driver
674af1842d whoops, left these unused macros in 2018-01-24 15:42:23 -08:00
Paul Driver
3be6b258b0 be more unified about unification (and fix a crash) 2018-01-24 15:27:21 -08:00
Paul Driver
ed41d43a94 use explicit stack in jam 2018-01-24 13:16:44 -08:00
Paul Driver
e7a7db6b84 check heads first in sing and friends 2018-01-24 13:14:56 -08:00
C. Guy Yarvin
cd5b3503b4 Fix typo pointed out by Ted. 2018-01-24 11:13:28 -08:00
C. Guy Yarvin
8ed991462b Preliminary Nock 4 spec. 2018-01-23 18:56:59 -08:00
Paul Driver
714d7e7608 use explicit stack in unifying equals 2018-01-23 17:22:27 -08:00
Joseph Bryan
23d878f0b8 show prompt after ctrl-c 2018-01-15 22:29:36 -05:00
C. Guy Yarvin
44f22dd143 Remove unused code. 2018-01-15 18:24:11 -08:00
Ted Blackman
20c9485349
Merge pull request #909 from urbit/dns-arg
added -H ames bootstrap domain
2017-12-14 13:07:14 -08:00