Doug Coleman
6ab59c4446
present: add callable and pointer defs.
2017-12-28 17:56:50 -08:00
Doug Coleman
fbe8d639d6
ui.gadgets.charts.lines: Fix using list.
...
Use ``SPECIALIZED-ARRAYS: float`` in order to create it if it doesnt exist.
2017-12-28 17:54:14 -08:00
Doug Coleman
fed7da34e2
travis: group: deprecated-2017Q4 to keep using sudo and the "fast version" of the images.
...
it seems linux is timing out after the recent travisci changes.
2017-12-28 09:11:26 -08:00
Doug Coleman
9dbfc9351c
math.functions: nan: -> NAN: oops
2017-12-28 00:43:51 -08:00
Doug Coleman
6931d54008
build.sh: change apt-get to apt
2017-12-27 23:21:57 -08:00
Doug Coleman
099549940a
math.functions: disable a test.
2017-12-27 22:28:20 -08:00
Doug Coleman
08db99a471
cpu.arm.assembler: Use arrays for unit-tests
2017-12-23 16:08:19 -08:00
Doug Coleman
97303bc475
travis: don't test fftw.
...
On mac it installs gcc. Also, it's just ffi calls, and if ffi calls break, we will notice elsewhere.
2017-12-22 12:43:22 -06:00
Doug Coleman
17b9133a4c
factor: disable benchmarks in a better way to get travis and macs unstuck.
2017-12-22 11:40:50 -06:00
Doug Coleman
6bbd1c99fb
mason.child: 6 hour timeout! slow computer life
2017-12-18 17:51:20 -06:00
Doug Coleman
f49de64752
imap: Disable tests until we start using dovecot locally.
...
These tests time out and are flaky.
2017-12-18 17:50:19 -06:00
Doug Coleman
c6f2cbdeaf
glib.ffi: look for glib-2.0.dylib not glib-2.0.0.dylib
2017-12-18 17:02:06 -06:00
Doug Coleman
24ebb0eb35
mason.report: Last patch for travisci to work?
...
More benchmark spaghetti code to disable.
2017-12-18 03:58:02 -06:00
Doug Coleman
4983408c0a
mason.child: Give mac 5 hours!
2017-12-18 02:53:48 -06:00
Doug Coleman
268c645d24
mason.report: fix stack effect for output>array.
2017-12-18 00:48:52 -06:00
Doug Coleman
9dbcce0cfe
mason.report: try with get-global. the code seems to be running...
2017-12-18 00:09:31 -06:00
Doug Coleman
2668203704
mason.report: More benchmark code to skip.
2017-12-17 23:05:29 -06:00
Doug Coleman
77492bb4b3
factor: fix tests that depended on LICENSE.txt never changing.
2017-12-17 21:45:10 -06:00
Doug Coleman
45766ff4e9
tools.deploy: cheat on file sizes.
2017-12-17 21:44:57 -06:00
Doug Coleman
cc4ad4aaaa
mason.report: Crazy mason code sucks. So brittle. So fragile.
...
If we skip benchmarks, don't report them in the final email.
2017-12-17 21:30:28 -06:00
Doug Coleman
f6f15b9c82
io.socketes.secure: Use TLS 1.0 or TLS 1.2 certs.
...
Fixes #1887 .
2017-12-17 20:02:29 -06:00
Doug Coleman
db9073d98d
openssl: Add TLS 1.0 test certs back for macOS 10.11.6.
...
Fixes #1887 .
2017-12-17 20:01:27 -06:00
Doug Coleman
64d8b29ac3
LICENSE.txt: Use the proper BSD2 license text so that github recognizes it. Fixes #1876 .
2017-12-17 19:14:43 -06:00
Doug Coleman
889d426ab7
mason.test: Fix benchmarks for mason. Proper fix eventually...
2017-12-17 18:51:30 -06:00
Doug Coleman
7d8fe2b54c
io.sockets.secure.unix: Stop these tests from hanging on errors.
...
Specifically, the server writes its port to a mailbox. On Mac 10.11.6, the last macOS for my old computers, TLS1.0 is the last supported SSL protocol, and there is a yet-undebugged error. This patch at least exposes the error for debugging.
2017-12-17 18:49:52 -06:00
Doug Coleman
02a9bbefe7
concurrency.messaging: Fix a couple of confusing typos.
2017-12-17 18:49:30 -06:00
Doug Coleman
1aaa6b316c
travis.yml: Skip benchmarks on travis-ci.
2017-12-17 17:10:07 -06:00
Doug Coleman
4f15a3a2d4
mason.test: Add option to skip benchmarks to mason.
2017-12-17 17:09:43 -06:00
Doug Coleman
75b88b33fb
mason.child: revert builder change for mac32/64.
2017-12-11 17:30:42 -06:00
Doug Coleman
93d0dcf357
travis: Don't test forestdb.
2017-12-10 13:03:11 -06:00
Doug Coleman
65acaaff47
python.syntax: Make a couple python tests long-unit-test.
...
They take 5s or more.
2017-12-09 16:31:21 -06:00
Doug Coleman
3a7f8c4c3a
forestdb: Moving this to github.com/factor/factor-unmaintained because forestdb isn't being worked on.
2017-12-09 13:46:16 -06:00
Doug Coleman
53951c4ade
ui.gadgets.labeled: Fix a random failing unit test.
2017-12-09 04:02:11 -06:00
Doug Coleman
33c9097217
mason.child: Remove unit tests since they're hard to maintain and if they
...
fail then the CI fails as well anyway.
2017-12-09 03:58:19 -06:00
Doug Coleman
089904fed6
mason.child: Also allow 32bit build on Windows.
2017-12-09 03:49:43 -06:00
Doug Coleman
454efe0942
build.sh: Use the branch for downloading images, which was the entire point of these patches.
2017-12-09 09:38:23 +00:00
Doug Coleman
a2facf56aa
build.sh: Use the TRAVIS_CI variable if it's provided.
...
Travisci appears to work in a detached head, but commands like ``git symbolic-ref --short HEAD`` return ``HEAD`` instead of ``master`` in detached head states. At least if we're in travisci this should work.
https://stackoverflow.com/questions/6245570/how-to-get-the-current-branch-name-in-git
2017-12-09 09:26:29 +00:00
Doug Coleman
3a78b68dd5
build.sh: Print current branch for travis-ci
2017-12-09 08:54:34 +00:00
Doug Coleman
034337fd02
factor: latest -> master
2017-12-09 01:56:12 -06:00
Doug Coleman
2d8d374d7d
build.cmd: Get boot images from the branch you're on.
2017-12-09 01:42:55 -06:00
Doug Coleman
f96f6d787e
bootstrap.image.upload: Downloads moved.
2017-12-09 00:25:17 -06:00
Doug Coleman
37163a96d6
mason.child: Use nmake instead of calling build.cmd
...
build.cmd takes about 15 minutes instead of 45 seconds on the Windows mason
machine. I'm not sure why, but running it from a cmd script takes a lot
longer.
2017-12-09 00:19:55 -06:00
John Benediktsson
c95a565619
ui.render: fix ghosting in gpu.demos.raytrace. fixes #1881 .
2017-11-20 15:02:39 -08:00
John Benediktsson
da4550348e
gopher.ui: open non-gopher urls using webbrowser vocab.
2017-11-19 14:04:45 -08:00
Jon Harper
2a2aa7f915
ui.backend.x11, implement (fullscreen?)
2017-11-19 13:24:40 -08:00
John Benediktsson
d2f3977768
ui.backend.cocoa.views: remove listener touchbar support (temporarily).
...
... it breaks deploys of other UI apps that aren't the listener.
2017-10-29 15:38:20 -07:00
John Benediktsson
da0ca21fc8
ui.traverse: cleanup tests a little.
2017-10-25 19:00:47 -07:00
John Benediktsson
e06b1d7ded
ui.traverse: some cleanup, use locals to understand logic better.
2017-10-25 18:06:47 -07:00
John Benediktsson
c22e55ce48
ui.gadgets.slots: move to ui.tools.inspector.slots.
2017-10-25 16:17:08 -07:00
John Benediktsson
b90f37b13e
ui.tools.common: only save tool-dim when not fullscreen.
2017-10-25 16:16:53 -07:00