Paul Driver
0883264aa1
do the don trick for jam
2018-03-15 15:58:20 -07:00
Paul Driver
e1d724e084
tightening down song_x even further, offloading book-keeping to a seperate helper function
2018-03-15 15:51:35 -07:00
Paul Driver
93d54041a9
tightening up unifying equality in several small ways
2018-03-15 15:06:53 -07:00
Paul Driver
3c54440c82
mov/off optimization for unifying equality
2018-03-15 13:07:22 -07:00
Paul Driver
e6456a6bc8
Merge branch 'unbreak-euq' into faulty
2018-03-14 19:15:59 -07:00
Paul Driver
1d1593274c
tightening up jam jet
2018-03-14 17:53:12 -07:00
Paul Driver
73469e3383
remove well-intentioned equality profile breakage
...
process sampling already takes care to turn off cpu profiling during its
sampling. this "fix" for mid-equality sampling was masking another bug
at an earlier point in the debugging process for the unifying equality
changes. I realized upon reflection that it was incorrect.
2018-03-09 10:42:19 -08:00
Ted Blackman
67d3460a91
Merge pull request #941 from frodwith/runtime-overflows
...
Runtime overflows
2018-03-06 14:29:36 -08:00
Paul Driver
8661b53c8f
Merge branch 'master' into runtime-overflows
2018-03-06 13:04:45 -08:00
Paul Driver
16364d4a18
Revert "Revert "Merge pull request #920 from frodwith/runtime-overflows""
...
This reverts commit 6bf2b4de6b
.
2018-03-06 13:04:18 -08:00
cgyarvin
8d0f6cf3a6
Merge pull request #940 from techieAgnostic/issue_876
...
Updated key generation message. Fixes #876
2018-03-06 10:03:00 -08:00
Paul Driver
ac65967fa0
fix memory leak in jam
2018-03-06 09:44:16 -08:00
Shaun Kerr
9592f0315d
Updated key generation message. Fixes #876
2018-03-06 13:39:21 +13:00
Paul Driver
c6b9b9a63e
trace in sung/sang
2018-03-05 13:39:11 -08:00
Paul Driver
f90c714942
fix profiling during equality
2018-03-05 13:20:34 -08:00
Ted Blackman
3ed1eb53aa
Merge pull request #937 from keatondunsford/master-fix
...
Revert "Merge pull request #920 from frodwith/runtime-overflows"
2018-03-01 16:40:14 -08:00
Keaton Dunsford
6bf2b4de6b
Revert "Merge pull request #920 from frodwith/runtime-overflows"
...
This reverts commit 2e5e837131
, reversing
changes made to 5c5374c1fd
.
2018-03-01 16:29:31 -08:00
Ted Blackman
3f782dc00d
Merge pull request #933 from mrdomino/master
...
Fix uv error code reference
2018-02-26 11:15:58 -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
Ted Blackman
49a3bc4ffa
added -H ames bootstrap domain
2017-12-13 15:13:44 -08:00
Anton Dyudin
cc9d8e3ebf
Merge remote-tracking branch 'curt/retrofit-release'
2017-12-07 12:47:21 -08:00
C. Guy Yarvin
3e77ed0b8d
Preadapt for sm->mc and fs->sk rune changes.
2017-12-07 09:53:43 -08:00
C. Guy Yarvin
2b8c046b13
Cache ++blow.
2017-12-07 08:49:55 -08:00
Anton Dyudin
d829a27b4f
bumped version
2017-12-06 21:24:25 -08:00
C. Guy Yarvin
98c28965cf
Clean up %H.
2017-12-06 21:18:23 -08:00
C. Guy Yarvin
7cebac8144
Merge remote-tracking branch 'origin/retrofit' into retrofit-redefault
2017-12-06 16:38:40 -08:00
C. Guy Yarvin
cb46432b9b
Support ^% switch to ++aq instead of ++ap.
2017-12-06 16:33:49 -08:00