Commit Graph

7590 Commits

Author SHA1 Message Date
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
7f62d54da3
Merge pull request #705 from ohAitch/notice-bail
[travis] report bail as failing test case
2018-04-11 13:12:06 -07:00
Keaton Dunsford
7768d8790a
Merge pull request #693 from famousj/master
Add fingerprint for ~leb
2018-04-11 12:14:44 -07:00
Keaton Dunsford
e7e55f7c0c
Merge pull request #672 from frodwith/master
add ++lest, the non-empty list mold builder
2018-04-11 11:11:45 -07:00
Anton Dyudin
ed956f23cb [travis] report bail as failing test case 2018-04-06 12:40:48 -07:00
Anton Dyudin
db308d7e2b
Merge pull request #695 from ohAitch/test-rens
test ren/ on CI
2018-04-05 15:20:22 -07:00
Joseph Bryan
807652e1ab adds %# (3-fixed %cnsg alias) to parser 2018-04-04 13:56:21 -04:00
Keaton Dunsford
8b84260c06
Merge pull request #642 from cxk280/master
fix typo
2018-04-03 16:44:13 -07:00
Anton Dyudin
83e3a432fb
Merge pull request #694 from ohAitch/travis-fix-autopill
[travis] use  cp  properly when building pill
2018-03-28 21:20:31 -07: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
Anton Dyudin
348925ea94 [travis] use cp properly when building pill 2018-03-28 21:10:40 -07:00
justin.leblanc
f608641147 Add fingerprint for ~leb 2018-03-28 08:06:36 -05:00
Anton Dyudin
ba417d3d9b test ren/ on CI 2018-03-27 18:26:26 -07:00
Anton Dyudin
f81d7f0155 mar/ and ren/ stub doc 2018-03-27 17:41:52 -07:00
Anton Dyudin
808ce6c846 mark renderers out of scope for %cores 2018-03-27 17:38:34 -07:00
Anton Dyudin
ad6e84c0f6 test renderers on example.md 2018-03-27 17:30:31 -07:00
Anton Dyudin
f5d59fb14a added poke-noun type incl "dry run", paths-to-terms 2018-03-27 17:01:45 -07:00
Anton Dyudin
ae881b4ed7 add package-lock.json 2018-03-27 15:20:41 -07:00
Anton Dyudin
4970f3db1a remove false-positive "failing" entry 2018-03-27 15:15:44 -07:00
Anton Dyudin
11502f3b4c don't build app/twit, gen/twit 2018-03-27 15:10:06 -07:00
Anton Dyudin
a68eaafdeb abort on "test unexpectedly fixed" warning 2018-03-27 15:02:51 -07:00
Anton Dyudin
6d04caaed1 distinguish "don't try" and "should fail" tests 2018-03-27 14:59:28 -07:00
Anton Dyudin
f61f6c39dc print test avoidance reasons 2018-03-27 14:34:58 -07:00
Keaton Dunsford
2a96efb0d6
Merge pull request #682 from keatondunsford/invite
Add |invite support for up to sixty-four ships
2018-03-20 15:47:21 -07:00
Keaton Dunsford
9237870f23 Add |invite support for up to sixty-four ships
Our |invite Hood generator for Womb invites currently caps at twenty
ship invites. This commit bumps that hard-coded cap to sixty-four, which
will allow me to send the appropriate number of star invites to our
[Winter 2018 contributor-award recipients](https://fora.urbit.org/posts/~2018.2.13..20.22.22..bddb~).
2018-03-20 15:26:27 -07:00
cgyarvin
246e68b5d3
Merge pull request #676 from eglaysher/prime-the-cache
Prime the cache during |overload
2018-03-17 13:10:41 -07:00
Anton Dyudin
c24a546813
Merge pull request #665 from ohAitch/cleaner-travis
Refactor testing framework
2018-03-16 17:06:58 -07:00
Elliot Glaysher
85e6b70d50 Prime the cache during |overload 2018-03-16 15:22:55 -07:00
Keaton Dunsford
18f349aa05 Update Tree CSS to urbit/tree@9a016e2 2018-03-14 21:09:16 -07:00
Paul Driver
45decc83ac add ++lest, the non-empty list mold builder 2018-03-13 15:38:17 -07:00
Keaton Dunsford
8865914d79
Merge pull request #671 from keatondunsford/ford-wipe-timestamp
Add timestamps to Ford cache wipes
2018-03-13 12:55:19 -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
cgyarvin
69ac42d13b
Merge pull request #670 from eglaysher/fix-overload
Fix |overload so it takes a date
2018-03-12 16:01:17 -07:00
Elliot Glaysher
78c1f091dc Make |overload take a start time, in addition to a recur duration.
This will allow us to set |overload so it will run once a day at something
like 3 AM.
2018-03-12 15:27:51 -07:00
Elliot Glaysher
1ec6e7cd2b Make ++from-module not leak faces. 2018-03-12 15:24:23 -07:00
cgyarvin
a6c83e3919
Merge pull request #666 from ohAitch/faster-gen-test
clean up and accelerate +test framework
2018-03-10 11:40:44 -08:00
Anton Dyudin
d0138ff7fa fix #654 by having assert-eq accept a vase of a pair
flipping the order of the pair while rewriting all the test was necessary anyawy, to accoutn for heavier-twig tendencies
2018-03-09 19:43:35 -08:00
Anton Dyudin
3bb24f1327 move test- check- prefix filter to lib/tester 2018-03-09 19:27:32 -08:00
Anton Dyudin
5e746a9c36 REVIEW precompute nock for test arm pulls
to avoid running the compiler repeatedly in separate |. contexts, which would not share cache
2018-03-09 19:27:32 -08:00
Anton Dyudin
24fe89a2b5 add ++category formatter to optionally restore name behavior 2018-03-09 19:27:32 -08:00
Anton Dyudin
bcf14304c3 minor denamespacing 2018-03-09 19:27:32 -08:00
Anton Dyudin
1b68ab0553 simplify ++tester interface to return immediate wall 2018-03-09 19:27:32 -08:00
Anton Dyudin
a07ca03bb6 get rid of redundant tester-type 2018-03-09 19:27:32 -08:00
Anton Dyudin
c73095af8a remove reduncant c=tape parameter from expect-eq
also began cleaning up indentation
2018-03-09 19:27:32 -08:00
Anton Dyudin
d380a86281 more visible notes in travis, which strips colors 2018-03-09 14:56:15 -08:00
Anton Dyudin
ef0b763462 more lenient expect-echo 2018-03-09 14:42:50 -08:00
Anton Dyudin
bf7bf86cb4 properly detach listeners after each section 2018-03-09 14:36:26 -08:00
Anton Dyudin
42b3fe86c7 Detect +test errors 2018-03-09 14:26:17 -08:00
Anton Dyudin
aa3ddfd53d Detect :test errors 2018-03-09 14:25:43 -08:00
Anton Dyudin
dfcccfdc8a clean up expect's 2018-03-09 14:24:00 -08:00