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
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
Anton Dyudin
8b3070b28f
finer grained waiting
2018-03-09 14:17:48 -08:00
Ted Blackman
c98598d070
Merge pull request #664 from urbit/webtalk-names
...
Update webtalk's ship name syllables to post-renaming ones.
2018-03-09 13:45:00 -08:00
Anton Dyudin
4bf1f38a67
factor out ERROR regex
2018-03-09 12:57:52 -08:00
Anton Dyudin
31715d7d36
detect boot error
2018-03-09 12:57:52 -08:00
Anton Dyudin
6e3d42aad6
formatting, looser defn of "error"
2018-03-09 12:57:52 -08:00
Anton Dyudin
b290eaefb1
rewrite test.ls in terms of runner.ls:Urbit
...
no error handling implemented yet
2018-03-09 12:57:52 -08:00
Fang
bb144bbeea
Update webtalk's ship name syllables to post-renaming ones.
2018-03-09 21:46:54 +01:00
Anton Dyudin
7c8ddd4b0a
set -x
2018-03-08 19:02:03 -08:00
Anton Dyudin
5f2f94eb01
factor out urbit runner, pilling commands
2018-03-08 18:56:58 -08:00
Anton Dyudin
625f7bc8cb
more robust exit code handling
2018-03-07 19:34:45 -08:00
Anton Dyudin
2dc151f021
fix ford stack trace detection
2018-03-07 19:34:09 -08:00
Anton Dyudin
0fe2592b0c
test building most .hoon files in CI
2018-03-07 19:26:10 -08:00
Anton Dyudin
8efeaa5efa
add ++ignore list of troublesome files
2018-03-07 19:26:09 -08:00
Anton Dyudin
f4b5883e66
clarify preamble paths
2018-03-07 17:45:04 -08:00
Anton Dyudin
3da5f858eb
remove historic mark-dashboard code
2018-03-07 17:27:39 -08:00
Anton Dyudin
c875c60f0c
move :mark-dashboard to :test
2018-03-07 17:27:39 -08:00
Anton Dyudin
95efbbcafc
guard ren/run from looping
2018-03-07 17:27:39 -08:00
Anton Dyudin
5715956caa
sort alphabetically earlier
2018-03-07 17:27:39 -08:00