Cat Stevens
08b55b6a62
core/combinators docs: fix unclearness in case help
2018-02-14 07:41:22 -08:00
John Benediktsson
35591cc13b
fix couple more typos in docs.
2018-02-13 11:44:32 -08:00
John Benediktsson
3e15dfc4cb
documents: simplify text+loc.
2018-02-12 17:45:48 -08:00
John Benediktsson
0bd052500e
fix another typo.
2018-02-12 17:17:44 -08:00
John Benediktsson
a92d67fcb2
fix more typos in docs.
2018-02-12 16:43:08 -08:00
John Benediktsson
7d628b833d
fix some typos in docs.
2018-02-12 16:22:49 -08:00
Cat Stevens
b14d6085d6
fix a typo in compiler.tree.propagation.constraints documentation
2018-02-12 13:05:27 -08:00
Cat Stevens
5fb53c851c
repair overwritten changes
2018-02-11 20:24:48 -08:00
Cat Stevens
52410dee2b
final fixups
2018-02-11 20:24:40 -08:00
John Benediktsson
3aee29e373
minesweeper: workaround world initialization problem.
...
Needs a better long term fix.
2018-02-11 20:00:18 -08:00
John Benediktsson
61df87db07
minesweeper: code golfing.
2018-02-11 18:56:19 -08:00
John Benediktsson
ffb42c913e
minesweeper: always relayout-1 on click/mark.
...
This fixes the smiley uhoh to repaint immediately rather than
waiting for the next timer tick.
2018-02-11 10:09:36 -08:00
John Benediktsson
52a503fef3
minesweeper: click cells around question but not flagged.
2018-02-11 10:02:36 -08:00
John Benediktsson
9c22098dec
ui.gadgets.labeled: make <labeled-gadget> not take a color.
...
This allows backwards compatibility with 0.97 API. Adding
<colored-labeled-gadget> for a version with a colored divider
and implementing it with a gap between title bar and content
intead of a shelf border gadget.
2018-02-11 09:53:48 -08:00
Doug Coleman
2a45023e2f
windows.dragdrop-listener: Fix the other using!
2018-02-11 00:12:47 -06:00
Doug Coleman
2464e70fad
ui.pens.caching: Fix using.
2018-02-10 19:52:03 -06:00
Doug Coleman
c8d63c56a9
factor: Clean up wrong form of specialized-arrays in using lists.
2018-02-10 15:25:36 -06:00
John Benediktsson
9d732a4ccb
minesweeper: adding a fun minesweeper game.
2018-02-09 17:27:04 -08:00
John Benediktsson
8f9bfae37c
vocabs.metadata: rename vocab-file-contents to vocab-file-lines.
2018-02-09 10:19:33 -08:00
John Benediktsson
77f56b648f
vocabs.metadata.resources: sometimes vocab-resources can be ``f``.
2018-02-09 10:19:06 -08:00
John Benediktsson
69b8555b32
help.markup: allow { $maybe { $sequence "lines" } } in docs.
2018-02-09 10:18:36 -08:00
Björn Lindqvist
6dac2075df
machine-learning.decision-trees: vocab for creating decision trees
...
not done
2018-02-08 19:48:08 +01:00
Björn Lindqvist
7b2c2a93f5
project-euler.*: uses for arg-max and arg-min
2018-02-08 19:48:08 +01:00
Björn Lindqvist
603354a02e
sequences.extras: this formulation of arg-max/min should be better
2018-02-08 19:48:08 +01:00
Björn Lindqvist
cb98fd07c6
this file wasn't intended
2018-02-08 18:07:57 +01:00
Björn Lindqvist
114cc52022
machine-learning.data-sets: adding the monks problems
2018-02-08 16:39:49 +01:00
Björn Lindqvist
8c223d4073
FUEL: fuel-edit-word is kind of redundant
...
fuel-edit-word-at-point does the same job when the caret is not on a
word.
2018-02-07 20:49:46 +01:00
Björn Lindqvist
d2b58e93e0
FUEL: fix the test that broke due to refactoring
2018-02-07 20:37:06 +01:00
Björn Lindqvist
d13a8b6325
FUEL: fix cmd syntax of call to fuel-scaffold-vocab
2018-02-07 20:29:05 +01:00
Björn Lindqvist
f86d9edec3
FUEL: remove fuel-scaffold-developer-name
...
It seem unlikely that someone would need this variable when you can
instead use user-full-name or set developer-name in Factor.
2018-02-07 19:41:48 +01:00
Björn Lindqvist
5d27f004a1
FUEL: refactoring to eliminate the eval-result variable
...
This makes the FUEL <-> Elisp ipc much simpler. All code called from
Elisp should put one result item on the stack. The fuel-pprint word
serializes it.
2018-02-07 18:38:28 +01:00
John Benediktsson
9d19fb939a
calendar.holidays: simplify M\ all holidays.
2018-02-06 20:54:09 -08:00
Björn Lindqvist
e257280abd
FUEL: a bunch of functions replaced with alist-get calls
2018-02-06 06:16:29 +01:00
Björn Lindqvist
428023ad22
FUEL: alist-get instead of (cdr (assoc key alist))
...
alist-get is a new function in emacs 25. It makes working with assocs
a bit simpler.
2018-02-06 06:16:29 +01:00
Björn Lindqvist
aa407d1016
git: better use assert= than custom error + test
2018-02-06 06:16:29 +01:00
John Benediktsson
3a23a92531
help.lint.coverage: change to use a find-word that doesn't use search.
...
When run with the test runner, manifest is ``f``, so ``search`` breaks.
2018-02-05 15:42:36 -08:00
John Benediktsson
849b6d76f4
fuel.help: change find-word to use words-named.
...
It still returns the "first" word found (which might be dubious), but
now it supports qualified search like "math:+" find-word.
2018-02-05 15:40:46 -08:00
John Benediktsson
8667655b3d
help.lint.coverage: fix tests using.
2018-02-05 07:48:42 -08:00
John Benediktsson
a791d297ea
Revert "add $related-subsections"
...
This reverts commit 7c22e764f9
.
2018-02-05 07:46:42 -08:00
Cat Stevens
7c22e764f9
add $related-subsections
2018-02-04 20:21:15 -08:00
Cat Stevens
e4d6ea40ca
refactor help.lint.coverage with complete docs and tests
2018-02-04 20:19:57 -08:00
Björn Lindqvist
0763be780f
game.input.gtk: throw in case no display is found
2018-02-04 23:24:04 +01:00
Björn Lindqvist
5edc976941
google.gmail: vocab needs some docs
2018-02-04 21:53:08 +01:00
Björn Lindqvist
2e112a7920
oauth2: vocab needs some docs
2018-02-04 21:25:07 +01:00
Cat Stevens
0b6e1b2a5c
v0.3 rename / rebrand pedantic lint to help coverage; rewrite again
2018-02-03 14:58:32 -08:00
Cat Stevens
de3d01daef
v0.2 help.lint.pedantic: move to extra
2018-02-03 14:58:32 -08:00
Cat Stevens
28336323b4
v0.1 help.lint.pedantic
2018-02-03 14:58:32 -08:00
Cat Stevens
e3e41db6aa
fix syntax typo in shaders docs
2018-02-01 21:21:01 +01:00
Björn Lindqvist
d4e8d0a1fe
FUEL: fix rendering of $synopsis markup.
...
It is rendered exactly the same as $see markup. It works well and was
the easiest fix to the problem.
2018-02-01 15:43:27 +01:00
Björn Lindqvist
8eb76bdee0
travis: DEBUG build, makes factor slower but catches more errors (hopefully)
2018-01-31 18:26:46 +01:00