Doug Coleman
c652a6c455
travis: os name
2018-12-29 16:47:44 -06:00
Doug Coleman
ae1a9285dc
travis: choco is already installed, just use it
2018-12-29 16:42:56 -06:00
Doug Coleman
15e3715744
travis: Try using chocolatey to install make on a branch.
2018-12-29 16:36:11 -06:00
Doug Coleman
382e43889b
build.sh: Add the correct travis platform.
2018-12-29 16:29:40 -06:00
Doug Coleman
5e16c067ef
travis.yml: Run ``uname -s`` to find the right platform string.
2018-12-29 16:27:12 -06:00
Doug Coleman
eb57b8a6c2
build.sh: Add target for TravisCI Windows.
2018-12-29 16:24:33 -06:00
Doug Coleman
c997438502
travis: Don't build udis on windows
2018-12-29 16:18:08 -06:00
Doug Coleman
7ed7c84383
travisci: Test on Windows!
...
Let's fix this til it's clean.
Blog post: https://blog.travis-ci.com/2018-10-11-windows-early-release
2018-12-29 16:00:44 -06:00
Doug Coleman
0f996e9342
random.xoshiro: Implement xoshiro256starstar.
...
It's rather slow because Factor doesn't have 64bit integers.
[
1,000,000 <iota>
1 2 3 4 <xoshiro-256-star-star> '[ drop _ next-256 ] map
] profile
Reference implementation: http://xoshiro.di.unimi.it/xoshiro256starstar.c
Debugging C code: https://paste.factorcode.org/paste?id=3949
Related issue: #1518
2018-12-29 13:27:41 -06:00
Doug Coleman
b73f1bd8b1
mason.test: Help travisci complete the testing without false errors.
2018-12-24 19:23:53 -06:00
Doug Coleman
688c1df534
travis: Apparently we already had some code for this, but it needs the second key.
2018-12-24 18:02:46 -06:00
Doug Coleman
0ae80531e8
travis: Try the workaround since travis doesn't like the url to the gpg keys.
2018-12-24 17:45:56 -06:00
Doug Coleman
2404660b68
travis.yml: Wow, ordering. install gnupg before trying to use it
2018-12-24 17:23:29 -06:00
Doug Coleman
5348dee486
travis: Try to fix rvm on macos.
2018-12-24 17:13:20 -06:00
Doug Coleman
319e1e6ac3
editors.visual-studio-code: Don't memoize the vscode path and add code.cmd per melted's suggestion:
...
450730b612
2018-12-24 13:12:53 -06:00
Doug Coleman
9572c87646
io.standard-paths: Add yet another path for Windows.
...
My vscode is in ``C:\Users\erg\AppData\Local\Programs\Microsoft VS
Code`` for some reason and vscode stopped working. This fixes it.
2018-12-24 13:08:28 -06:00
Alexander Iljin
2f605617a1
sodium: the add essential crypto-box-* words and a unit-test
2018-12-24 00:51:08 +01:00
Alexander Iljin
0f57380074
sodium: prepare some code for reuse
2018-12-24 00:51:08 +01:00
Alexander Iljin
ce6f4ee249
sodium: move some words into the <PRIVATE> section
2018-12-24 00:51:08 +01:00
Alexander Iljin
c84410f3c6
sodium.ffi: add the remaining APIs
2018-12-24 00:31:23 +01:00
Alexander Iljin
edbe701626
sodium.ffi: add the year 2018 to the copyright notice
2018-12-24 00:31:22 +01:00
Alexander Iljin
682817bef8
sodium.ffi: fix source code formatting for consistency
2018-12-24 00:31:22 +01:00
Doug Coleman
9c29759775
sequences.extras: Allow row variables in loop>array etc.
2018-12-16 13:30:55 -06:00
Doug Coleman
08e5340c9d
furnace.auth: Rather have clean builds than loaded docs.
...
Fixes #2068
Fixes #2077
2018-12-16 12:35:31 -06:00
Doug Coleman
17ed798178
*.txt: Add newlines, fix some spacing
2018-12-16 12:04:35 -06:00
Doug Coleman
00fd59aa39
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.
2018-12-16 11:38:14 -06:00
John Benediktsson
f879a012c5
ui.backend.cocoa.views: fix macOS mojave opengl issue with new windows.
2018-12-11 15:40:41 -08:00
Alexander Iljin
df7d4040bf
stack-checker-docs: fix articles "a" -> "an"
2018-12-04 18:43:32 -08:00
Alexander Iljin
6590e5d25d
stack-checker-docs: fix a typo
2018-12-04 18:43:32 -08:00
Doug Coleman
f77d46f0c8
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
2018-11-21 19:27:42 -06:00
John Benediktsson
d82ce045ea
metar: fix for timestamps like "2124" meaning "2200".
2018-11-20 11:41:18 -08:00
Craig Allen
9804c3c744
fix absolute path on windows
...
append-path ignores the first argument if the second is an absolute path, breaks the vocab on windows
2018-10-24 09:46:48 -07:00
John Benediktsson
f3d1d785cd
xdg: remove memoize.
2018-10-19 22:28:15 -07:00
Doug Coleman
5a420cabc3
websites.concatenative: Update recaptcha to work with v2.
2018-09-26 02:23:47 +00:00
Benjamin Pollack
b52fc788bf
Support PUT and PATCH requests
...
Resolves #1431
2018-09-16 08:34:25 -07:00
Benjamin Pollack
84d480700c
furance.recaptcha: update to reCAPTCHA2
2018-09-14 20:58:52 -04:00
John Benediktsson
b246c06345
ui.gadgets.frames: default filled-cell to { 0 0 }.
2018-09-12 07:01:23 -07:00
John Benediktsson
91b17cb28b
furance.auth: fix some help-lint errors...
...
...if only loading furance.auth.
2018-09-07 15:25:50 -07:00
Pi
fd7e19b6a0
pick a better caret color for the dark theme
2018-09-07 10:02:25 -07:00
Pi
7a248c0cda
actually remove caret-color slot
2018-09-07 10:02:25 -07:00
Pi
7c383a52ba
make the caret color themeable
2018-09-07 10:02:25 -07:00
John Benediktsson
a51fd04d0b
editors.emacs: change emacsclient-args to fully override default arguments.
2018-09-03 08:06:26 -07:00
Doug Coleman
d4729bdde2
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 .
2018-08-27 21:03:04 -05:00
Doug Coleman
e427f0f34e
zealot.cli-test-changed-vocabs: Fix using and stack effect.
...
I changed the code in the wrong branch.
2018-08-26 20:24:45 -05:00
Doug Coleman
faae03cdba
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.
2018-08-26 16:53:38 -05:00
John Benediktsson
4dcfefc0b9
timers: simplify stop-timer.
2018-08-23 20:37:20 -07:00
John Benediktsson
a27f560475
timers: fix issue with restart-timer after timer went off.
2018-08-23 20:32:01 -07:00
John Benediktsson
91e55dc02a
Revert "alien.data: Make with-scoped-allocation an $unchecked-example because it's breaking travisci"
...
This reverts commit 739fb5d94f
.
2018-08-21 13:12:28 -07:00
Cat Stevens
3214332510
build.sh: final two local vars
2018-08-21 11:36:29 -07:00
Cat Stevens
60785ef0fc
build.sh: pacman: never use -S without -yu syncing
...
https://wiki.archlinux.org/index.php/Pacman#Usage
2018-08-21 11:36:29 -07:00