Commit Graph

30177 Commits (c6f2cbdeaf8cc4a858dc93f0e4858a1f91bf8d58)

Author SHA1 Message Date
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
John Benediktsson c2c879c999 ui.gadgets: remove dependence on ui.tools.common. 2017-10-25 15:56:40 -07:00
John Benediktsson 59af2ae3d7 ui.gadgets.slots: use with-lines like other tools. 2017-10-25 15:48:20 -07:00
John Benediktsson e376724aa8 ui.gadgets.search-tables: remove slot-protocol.
... too much complexity for not enough gain, I think.
2017-10-25 15:41:23 -07:00
John Benediktsson 35efd72f3f merger: remove platforms.txt. 2017-10-25 15:06:03 -07:00
John Benediktsson d1f5282c6d ui.gadgets.labeled: cleanup labeled-gadget words. 2017-10-25 15:00:22 -07:00
John Benediktsson b28bb90167 docs: fix models-range article link. 2017-10-25 14:59:57 -07:00
John Benediktsson 059b6c7a1a merger: no idea what this does, but make it cross-platform. 2017-10-25 13:58:13 -07:00
John Benediktsson 5b4339e429 ui: use (poorly named) white-interior theme word in a few places. 2017-10-25 13:57:35 -07:00
John Benediktsson 10d5d471fe tools.errors.model: remove in favor of ui.tools.error-list. 2017-10-25 12:42:33 -07:00
John Benediktsson af254f7f0f models: change some article names. 2017-10-25 12:10:51 -07:00
John Benediktsson 1a38a6f63a calendar.model: delete in favor of inline timers in lcd vocab. 2017-10-25 11:53:37 -07:00