]> gitweb.factorcode.org Git - factor.git/log
factor.git
5 years ago*.txt: Add newlines, fix some spacing
Doug Coleman [Sun, 16 Dec 2018 17:54:52 +0000 (11:54 -0600)]
*.txt: Add newlines, fix some spacing

5 years agonotifications.macos: Notifications for macOS.
Doug Coleman [Sun, 16 Dec 2018 17:35:12 +0000 (11:35 -0600)]
notifications.macos: Notifications for macOS.

They don't seem to always pop up. I think the delegate needs to be set to respond to a message to always show the notification.

5 years agoui.backend.cocoa.views: fix macOS mojave opengl issue with new windows.
John Benediktsson [Tue, 11 Dec 2018 23:40:41 +0000 (15:40 -0800)]
ui.backend.cocoa.views: fix macOS mojave opengl issue with new windows.

5 years agostack-checker-docs: fix articles "a" -> "an"
Alexander Iljin [Sat, 15 Sep 2018 14:18:57 +0000 (16:18 +0200)]
stack-checker-docs: fix articles "a" -> "an"

5 years agostack-checker-docs: fix a typo
Alexander Iljin [Sat, 15 Sep 2018 14:18:13 +0000 (16:18 +0200)]
stack-checker-docs: fix a typo

5 years agoimap: Add a word to list all folders and fix a couple issues.
Doug Coleman [Wed, 21 Nov 2018 22:58:01 +0000 (16:58 -0600)]
imap: Add a word to list all folders and fix a couple issues.
- Fix a bug where the regex assumes double-quotes around a string but Outlook doesn't put them.
- Fix all the \\ escapes in the regexps to look a little better.
- Cleaner looping for reading emails.

! Example query to get some spams
imap-settings get [
  "[Gmail]/Spam" select-folder
  "ALL" "" search-mails 10 head
  "(BODY[1] BODY[HEADER.FIELDS (SUBJECT TO FROM CC BCC)])" fetch-mails
] with-imap-settings

5 years agometar: fix for timestamps like "2124" meaning "2200".
John Benediktsson [Tue, 20 Nov 2018 19:41:18 +0000 (11:41 -0800)]
metar: fix for timestamps like "2124" meaning "2200".

5 years agofix absolute path on windows
Craig Allen [Mon, 22 Oct 2018 14:47:12 +0000 (15:47 +0100)]
fix absolute path on windows

append-path ignores the first argument if the second is an absolute path, breaks the vocab on windows

5 years agoxdg: remove memoize.
John Benediktsson [Sat, 20 Oct 2018 05:28:15 +0000 (22:28 -0700)]
xdg: remove memoize.

5 years agowebsites.concatenative: Update recaptcha to work with v2.
Doug Coleman [Wed, 26 Sep 2018 02:23:47 +0000 (02:23 +0000)]
websites.concatenative: Update recaptcha to work with v2.

5 years agoSupport PUT and PATCH requests
Benjamin Pollack [Sat, 15 Sep 2018 19:39:51 +0000 (15:39 -0400)]
Support PUT and PATCH requests

Resolves #1431

5 years agofurance.recaptcha: update to reCAPTCHA2 2049/head
Benjamin Pollack [Wed, 15 Aug 2018 00:07:04 +0000 (20:07 -0400)]
furance.recaptcha: update to reCAPTCHA2

5 years agoui.gadgets.frames: default filled-cell to { 0 0 }.
John Benediktsson [Wed, 12 Sep 2018 14:01:23 +0000 (07:01 -0700)]
ui.gadgets.frames: default filled-cell to { 0 0 }.

5 years agofurance.auth: fix some help-lint errors...
John Benediktsson [Fri, 7 Sep 2018 22:25:50 +0000 (15:25 -0700)]
furance.auth: fix some help-lint errors...

...if only loading furance.auth.

5 years agopick a better caret color for the dark theme
Pi [Mon, 27 Aug 2018 02:33:07 +0000 (19:33 -0700)]
pick a better caret color for the dark theme

5 years agoactually remove caret-color slot
Pi [Sun, 6 May 2018 18:18:18 +0000 (11:18 -0700)]
actually remove caret-color slot

5 years agomake the caret color themeable
Pi [Wed, 25 Oct 2017 01:18:59 +0000 (18:18 -0700)]
make the caret color themeable

5 years agoeditors.emacs: change emacsclient-args to fully override default arguments.
John Benediktsson [Mon, 3 Sep 2018 15:06:26 +0000 (08:06 -0700)]
editors.emacs: change emacsclient-args to fully override default arguments.

5 years agococoa.messages: Add a Cocoa union type to import NSData.
Doug Coleman [Tue, 28 Aug 2018 02:01:38 +0000 (21:01 -0500)]
cocoa.messages: Add a Cocoa union type to import NSData.

Fixes bootstrap for macOS 10.14 for the error:
```
no-objc-type
name "("
```

Fixes #2059.

5 years agozealot.cli-test-changed-vocabs: Fix using and stack effect.
Doug Coleman [Mon, 27 Aug 2018 01:24:45 +0000 (20:24 -0500)]
zealot.cli-test-changed-vocabs: Fix using and stack effect.

I changed the code in the wrong branch.

5 years agozealot.cli-test-changed-vocabs: The ``test`` word tests all child vocabs in the hiera...
Doug Coleman [Sun, 26 Aug 2018 21:53:38 +0000 (16:53 -0500)]
zealot.cli-test-changed-vocabs: The ``test`` word tests all child vocabs in the hierarchy, ``test-vocab`` tests only the specific vocabulary.

This should test fewer vocabularies and find more bugs where vocabularies are expected to be loaded but aren't loaded.

5 years agotimers: simplify stop-timer.
John Benediktsson [Fri, 24 Aug 2018 03:37:20 +0000 (20:37 -0700)]
timers: simplify stop-timer.

5 years agotimers: fix issue with restart-timer after timer went off.
John Benediktsson [Fri, 24 Aug 2018 03:32:01 +0000 (20:32 -0700)]
timers: fix issue with restart-timer after timer went off.

5 years agoRevert "alien.data: Make with-scoped-allocation an $unchecked-example because it...
John Benediktsson [Tue, 21 Aug 2018 20:12:28 +0000 (13:12 -0700)]
Revert "alien.data: Make with-scoped-allocation an $unchecked-example because it's breaking travisci"

This reverts commit 739fb5d94f827fbc2377faf08173ba5f43aa3d00.

5 years agobuild.sh: final two local vars
Cat Stevens [Sun, 19 Aug 2018 11:30:03 +0000 (07:30 -0400)]
build.sh: final two local vars

5 years agobuild.sh: pacman: never use -S without -yu syncing
Cat Stevens [Sat, 18 Aug 2018 15:24:14 +0000 (11:24 -0400)]
build.sh: pacman: never use -S without -yu syncing

https://wiki.archlinux.org/index.php/Pacman#Usage

5 years agobuild.sh: more variables are local
Cat Stevens [Fri, 17 Aug 2018 23:56:31 +0000 (19:56 -0400)]
build.sh: more variables are local

5 years agobuild.sh: correctness / safety and fixups
Cat Stevens [Fri, 17 Aug 2018 00:26:16 +0000 (20:26 -0400)]
build.sh: correctness / safety and fixups

5 years agosplitting-docs: mention two existing words in documentation
Alexander Iljin [Sun, 5 Aug 2018 18:24:13 +0000 (20:24 +0200)]
splitting-docs: mention two existing words in documentation

5 years ago*-docs: remove extra space character at the end of paragraghs
Alexander Iljin [Wed, 18 Jul 2018 13:54:21 +0000 (20:54 +0700)]
*-docs: remove extra space character at the end of paragraghs

5 years agorosetta-code.ternary-logic: add a missing type cast to t=
Alexander Iljin [Mon, 30 Jul 2018 07:14:32 +0000 (09:14 +0200)]
rosetta-code.ternary-logic: add a missing type cast to t=

5 years agorosetta-code.ternary-logic: remove useless type casts before drops
Alexander Iljin [Mon, 30 Jul 2018 07:13:59 +0000 (09:13 +0200)]
rosetta-code.ternary-logic: remove useless type casts before drops

5 years agoRevert "io.files.temp: When using temp-file, it's possible that it fails since"
John Benediktsson [Tue, 21 Aug 2018 17:44:10 +0000 (10:44 -0700)]
Revert "io.files.temp: When using temp-file, it's possible that it fails since"

This reverts commit a274f9943760cd6c72a38ffa59c0ca605f3bc09a.

5 years agoio.files.temp: When using temp-file, it's possible that it fails since
Doug Coleman [Mon, 13 Aug 2018 02:12:58 +0000 (21:12 -0500)]
io.files.temp: When using temp-file, it's possible that it fails since
the temporary-directory does not exist yet.

Always check if the directory exists and create it if not.

5 years agowebapps.help: All docs.factorcode.org traffic should go to https.
Doug Coleman [Sun, 12 Aug 2018 22:47:08 +0000 (17:47 -0500)]
webapps.help: All docs.factorcode.org traffic should go to https.

Per request on irc.

5 years agofurnance.auth: fix documentation 2038/head
Benjamin Pollack [Sun, 12 Aug 2018 15:11:55 +0000 (11:11 -0400)]
furnance.auth: fix documentation

The docs were attempting to reference the CouchDB auth provider, but
that fails, because the help vocab didn't include furnance.auth.couchdb.
Since the CouchDB auth vocab has some pretty serious caveats (see its
docs), remove it entirely for now.

Also fixes two minor typos in the furnace.auth.couchdb docs.

5 years ago.gitignore: only ignore logs and work in root 2028/head
Benjamin Pollack [Thu, 2 Aug 2018 21:04:50 +0000 (17:04 -0400)]
.gitignore: only ignore logs and work in root

5 years ago.gitignore: ignore Unix and macOS binaries
Benjamin Pollack [Thu, 2 Aug 2018 18:39:37 +0000 (14:39 -0400)]
.gitignore: ignore Unix and macOS binaries

5 years ago.gitignore: sort ignores
Benjamin Pollack [Thu, 2 Aug 2018 18:37:55 +0000 (14:37 -0400)]
.gitignore: sort ignores

5 years agohelp.tutorial: use array for test output 2032/head
Mohamed Akram [Sat, 4 Aug 2018 13:24:39 +0000 (17:24 +0400)]
help.tutorial: use array for test output

5 years agohelp.tutorial: fix unicode vocabulary path
Mohamed Akram [Sat, 4 Aug 2018 13:23:29 +0000 (17:23 +0400)]
help.tutorial: fix unicode vocabulary path

5 years agoeditors.ui: merge the authors file hanging around on my local repo.
Doug Coleman [Fri, 3 Aug 2018 14:39:30 +0000 (10:39 -0400)]
editors.ui: merge the authors file hanging around on my local repo.

5 years agoalien.data: Make with-scoped-allocation an $unchecked-example because it's breaking...
Doug Coleman [Fri, 3 Aug 2018 14:38:42 +0000 (10:38 -0400)]
alien.data: Make with-scoped-allocation an $unchecked-example because it's breaking travisci

5 years agotools.hexdump: use re-decode.
John Benediktsson [Thu, 2 Aug 2018 20:34:38 +0000 (13:34 -0700)]
tools.hexdump: use re-decode.

5 years agoui.tools.listener: minor cleanup to completion stuff.
John Benediktsson [Thu, 2 Aug 2018 04:08:43 +0000 (21:08 -0700)]
ui.tools.listener: minor cleanup to completion stuff.

5 years agotools.wc: use re-decode here also.
John Benediktsson [Thu, 2 Aug 2018 04:03:40 +0000 (21:03 -0700)]
tools.wc: use re-decode here also.

5 years agotools.cat: use re-encode/re-decode.
John Benediktsson [Wed, 1 Aug 2018 21:25:25 +0000 (14:25 -0700)]
tools.cat: use re-encode/re-decode.

5 years agotools.cat: significant performance improvement using binary.
John Benediktsson [Wed, 1 Aug 2018 19:52:33 +0000 (12:52 -0700)]
tools.cat: significant performance improvement using binary.

Before (using strings): 77MiB/s
After (using byte-arrays): 3.06GiB/s

5 years agoodbc: add windows platform.txt.
John Benediktsson [Wed, 1 Aug 2018 01:12:54 +0000 (18:12 -0700)]
odbc: add windows platform.txt.

5 years agoVersion bump to 0.99 (-dev).
John Benediktsson [Tue, 31 Jul 2018 19:40:12 +0000 (12:40 -0700)]
Version bump to 0.99 (-dev).

5 years agoFactor.app: update copyrights.
John Benediktsson [Tue, 31 Jul 2018 17:19:09 +0000 (10:19 -0700)]
Factor.app: update copyrights.

5 years agoRevert "lists: Add list literal doc example." 0.98
Doug Coleman [Mon, 30 Jul 2018 17:02:42 +0000 (12:02 -0500)]
Revert "lists: Add list literal doc example."

This reverts commit 47408528d0374dd9b015a0b8d06b5d7157652890.

5 years agoRevert "lists: Add list literals."
Doug Coleman [Mon, 30 Jul 2018 17:01:28 +0000 (12:01 -0500)]
Revert "lists: Add list literals."

This reverts commit ae74a794e1ef8e76a1fbf6fe07b649662dc17874.

The listener forces lazy lists, which is not what we want. We need a different approach for prettyprinting lazy lists.

5 years agovm: Fix some really minor warnings.
Doug Coleman [Sat, 28 Jul 2018 02:35:55 +0000 (21:35 -0500)]
vm: Fix some really minor warnings.

5 years agobuild: allow any GCC version 2025/head
Benjamin Pollack [Thu, 26 Jul 2018 20:59:27 +0000 (16:59 -0400)]
build: allow any GCC version

The existing test didn't work on modern GCC; a clean fix didn't work
on modern macOS due to its aliasing gcc to clang; and the test being
done is for a version of GCC from 2013 that doesn't ship on any modern
Linux system. (RHEL7 is on GCC 4, but hasn't shipped the buggy version
either ever or since 2015, depending on which source material I look
at.)

Closes #2023

5 years agolayouts: Add 32bit? and 64bit? words.
Doug Coleman [Sun, 22 Jul 2018 16:34:29 +0000 (11:34 -0500)]
layouts: Add 32bit? and 64bit? words.

5 years agosystem: Make the git version code more robust.
Doug Coleman [Sun, 22 Jul 2018 16:32:02 +0000 (11:32 -0500)]
system: Make the git version code more robust.

Really confusing sequence errors if Factor vm isn't compiled with proper git label.

e.g. good: -DFACTOR_GIT_LABEL="heads/master-102fe6154e9deec5dff38ee70519f7bbe506f6ce"

bad: -DFACTOR_GIT_LABEL=""
before this patch gave an integer comparison error comparing ``f 16 <``

5 years agoci.run-process platforms: getting uid/gid, so unix only for now
Doug Coleman [Sat, 21 Jul 2018 20:28:43 +0000 (15:28 -0500)]
ci.run-process platforms: getting uid/gid, so unix only for now

5 years agoci: Start new vocabs.
Doug Coleman [Sat, 21 Jul 2018 20:26:37 +0000 (15:26 -0500)]
ci: Start new vocabs.

Add ci.docker for running commands in docker.
Add ci.run-process for running commands and capturing everything from their run.

USE: ci.docker USE: ci.run-process
{ "run" "hello-world" } "docker" find-in-standard-login-path prefix
ci-run-process>autopsy autopsy.

5 years agoescape-strings: Add a tag-payload word to make a string payload and tag.
Doug Coleman [Sat, 21 Jul 2018 20:18:29 +0000 (15:18 -0500)]
escape-strings: Add a tag-payload word to make a string payload and tag.

5 years agoio.launcher: Add process-lines word.
Doug Coleman [Tue, 17 Jul 2018 02:02:11 +0000 (21:02 -0500)]
io.launcher: Add process-lines word.

5 years agovocabs.platforms: Add <LINUX LINUX> sections that ignore code for the wrong platform.
Doug Coleman [Mon, 16 Jul 2018 03:30:03 +0000 (22:30 -0500)]
vocabs.platforms: Add <LINUX LINUX> sections that ignore code for the wrong platform.

5 years agolists: Add list literal doc example.
Doug Coleman [Sat, 14 Jul 2018 03:58:18 +0000 (22:58 -0500)]
lists: Add list literal doc example.

5 years agolists: Add list literals.
Doug Coleman [Sat, 14 Jul 2018 01:36:07 +0000 (20:36 -0500)]
lists: Add list literals.

Fixes #2019.

5 years agofactor: Make source files/resources 644 instead of 755.
Doug Coleman [Mon, 9 Jul 2018 06:58:04 +0000 (01:58 -0500)]
factor: Make source files/resources 644 instead of 755.

5 years agovm: Fix unused variable warnings on Windows.
Doug Coleman [Fri, 13 Jul 2018 05:48:58 +0000 (00:48 -0500)]
vm: Fix unused variable warnings on Windows.

5 years agocontexts.cpp: Don't warn on unused variables.
Doug Coleman [Fri, 13 Jul 2018 04:59:02 +0000 (23:59 -0500)]
contexts.cpp: Don't warn on unused variables.

5 years agowindows.registry: add change-registry-value and delete-value
Alexander Iljin [Wed, 11 Jul 2018 09:58:08 +0000 (16:58 +0700)]
windows.registry: add change-registry-value and delete-value

5 years agoeditors.ui: Make the editors ui its own thing.
Doug Coleman [Thu, 12 Jul 2018 02:52:17 +0000 (21:52 -0500)]
editors.ui: Make the editors ui its own thing.

5 years agoRevert "editors: Add a MAIN-WINDOW: to editors to easily reload editors."
Doug Coleman [Thu, 12 Jul 2018 02:51:26 +0000 (21:51 -0500)]
Revert "editors: Add a MAIN-WINDOW: to editors to easily reload editors."

This reverts commit cb4ca7cca410fcd9c3a76b633f47e5475e442024.

5 years agoeditors: Add a MAIN-WINDOW: to editors to easily reload editors.
Doug Coleman [Thu, 12 Jul 2018 02:41:46 +0000 (21:41 -0500)]
editors: Add a MAIN-WINDOW: to editors to easily reload editors.

5 years agoRevert "gpu: Load all the links for the docs to not error with: ``Help article does...
Doug Coleman [Tue, 10 Jul 2018 07:06:54 +0000 (02:06 -0500)]
Revert "gpu: Load all the links for the docs to not error with: ``Help article does not exist  name "gpu.textures"``"

This reverts commit 76f4678a963a1adb90861fea7cd8bf6dbb8d3db3.

This breaks ``"cuda" load`` with circularity.

5 years agosystem-info.macosx: Fix using
Doug Coleman [Mon, 9 Jul 2018 14:10:27 +0000 (09:10 -0500)]
system-info.macosx: Fix using

5 years agotools.directory-to-file: Add a command-line program to make a directory into a file...
Doug Coleman [Mon, 9 Jul 2018 06:33:26 +0000 (01:33 -0500)]
tools.directory-to-file: Add a command-line program to make a directory into a file and restore it.

5 years agocalendar.format: Add a word to format time to a string for convenience.
Doug Coleman [Mon, 9 Jul 2018 03:57:24 +0000 (22:57 -0500)]
calendar.format: Add a word to format time to a string for convenience.

5 years agosystem-info: Add computer-name
Doug Coleman [Mon, 9 Jul 2018 03:46:18 +0000 (22:46 -0500)]
system-info: Add computer-name

5 years agohelp.lint.checks: Ignore linux-monitors as not real leaks.
Doug Coleman [Sat, 7 Jul 2018 22:32:06 +0000 (17:32 -0500)]
help.lint.checks: Ignore linux-monitors as not real leaks.

Fixes #2014.

5 years agohelp.lint.coverage: Clean up test a bit. Hopefully this fixes an error on macOS in...
Doug Coleman [Sat, 7 Jul 2018 20:40:33 +0000 (15:40 -0500)]
help.lint.coverage: Clean up test a bit. Hopefully this fixes an error on macOS in travisci.

5 years agotravis.yml: rvm sucks, travisci sucks...
Doug Coleman [Sat, 7 Jul 2018 20:02:30 +0000 (15:02 -0500)]
travis.yml: rvm sucks, travisci sucks...

5 years ago.travis.yml: Still running out of time on macOS, test fewer.
Doug Coleman [Sat, 7 Jul 2018 19:49:17 +0000 (14:49 -0500)]
.travis.yml: Still running out of time on macOS, test fewer.

5 years ago.travis.yml: Fix rvm error hopefully.
Doug Coleman [Sat, 7 Jul 2018 19:46:32 +0000 (14:46 -0500)]
.travis.yml: Fix rvm error hopefully.

/Users/travis/build.sh: line 109: shell_session_update: command not found

https://github.com/travis-ci/travis-ci/issues/6307

5 years ago.travis.yml: The travisci macOS machines are slower, so only test half of the core...
Doug Coleman [Sat, 7 Jul 2018 18:50:26 +0000 (13:50 -0500)]
.travis.yml: The travisci macOS machines are slower, so only test half of the core-vocabs randomly on macOS.

5 years agoyaml: Docs don't help-lint unless the yaml library is present.
Doug Coleman [Sat, 7 Jul 2018 17:47:45 +0000 (12:47 -0500)]
yaml: Docs don't help-lint unless the yaml library is present.

We need a better docs system, after .98

5 years agogpu: Load all the links for the docs to not error with: ``Help article does not exist...
Doug Coleman [Sat, 7 Jul 2018 17:33:08 +0000 (12:33 -0500)]
gpu: Load all the links for the docs to not error with: ``Help article does not exist  name "gpu.textures"``

There might be a better way.

5 years agofuel.help: Help test requires io.servers to be loaded, so load it.
Doug Coleman [Sat, 7 Jul 2018 17:26:27 +0000 (12:26 -0500)]
fuel.help: Help test requires io.servers to be loaded, so load it.

5 years agoio.pathnames: Fix using list.
Doug Coleman [Sat, 7 Jul 2018 17:09:02 +0000 (12:09 -0500)]
io.pathnames: Fix using list.

5 years agoio.pathnames: Add canonicalize-path.
Doug Coleman [Sat, 7 Jul 2018 16:59:59 +0000 (11:59 -0500)]
io.pathnames: Add canonicalize-path.

The idea is to make a canonical representation of any path, taking into
account . and .. and unicode-prefix on Windows.

The use case is in a shell you have a current-directory and you can do
crazy commands like ``cd ../foo/bar/baz/../.././././`` and get the
canonical/shortened directory name. You can also use this word to
compare if two paths are the same.

5 years agococoa.messages: fix docs..
Doug Coleman [Sat, 7 Jul 2018 16:16:23 +0000 (11:16 -0500)]
cocoa.messages: fix docs..

5 years agogrouping: Fix some spacing.
Doug Coleman [Sat, 7 Jul 2018 16:14:57 +0000 (11:14 -0500)]
grouping: Fix some spacing.

5 years agohelp.lint.checks: Save lint disposables in hash.
Doug Coleman [Sat, 7 Jul 2018 16:14:16 +0000 (11:14 -0500)]
help.lint.checks: Save lint disposables in hash.

5 years agodocs: fix docs for help-lint
Doug Coleman [Sat, 7 Jul 2018 13:24:05 +0000 (08:24 -0500)]
docs: fix docs for help-lint

5 years ago.travis.yml: Test all of core/ because it stopped hanging.
Doug Coleman [Sat, 7 Jul 2018 08:35:09 +0000 (03:35 -0500)]
.travis.yml: Test all of core/ because it stopped hanging.

5 years agokernel: Only test that it fails 10 times for TravisCI to pass.
Doug Coleman [Sat, 7 Jul 2018 08:15:09 +0000 (03:15 -0500)]
kernel: Only test that it fails 10 times for TravisCI to pass.

5 years ago.travis.yml: Don't test on clean branches.
Doug Coleman [Sat, 7 Jul 2018 08:04:05 +0000 (03:04 -0500)]
.travis.yml: Don't test on clean branches.

5 years agokernel: Test if one ``-1 f <array>`` hangs travisci.
Doug Coleman [Sat, 7 Jul 2018 07:44:32 +0000 (02:44 -0500)]
kernel: Test if one ``-1 f <array>`` hangs travisci.

Related to #2013.

5 years agohelp.lint.coverage: Add yet another sanity test, clean up broken words after lint...
Doug Coleman [Sat, 7 Jul 2018 07:03:55 +0000 (02:03 -0500)]
help.lint.coverage: Add yet another sanity test, clean up broken words after lint test.

5 years ago.travis.yml: Add the clean repositories.
Doug Coleman [Sat, 7 Jul 2018 06:47:46 +0000 (01:47 -0500)]
.travis.yml: Add the clean repositories.

I also had to force push to these from factorcode's script that syncs factorcode to github.

5 years ago.travis.yml: Print out changed vocabularies again. Also do help-lint-all.
Doug Coleman [Sat, 7 Jul 2018 06:11:56 +0000 (01:11 -0500)]
.travis.yml: Print out changed vocabularies again. Also do help-lint-all.

5 years agodocs: Fix help-lint-all mistakes.
Doug Coleman [Sat, 7 Jul 2018 05:44:46 +0000 (00:44 -0500)]
docs: Fix help-lint-all mistakes.

5 years agozealot.factor: Test against the clean branch if we are pushing to master.
Doug Coleman [Sat, 7 Jul 2018 05:18:23 +0000 (00:18 -0500)]
zealot.factor: Test against the clean branch if we are pushing to master.