Commit Graph

30407 Commits (c8d63c56a9d53ffa1bf34e67a492e7d6f0369307)

Author SHA1 Message Date
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
Cat Stevens 21cb42edf3 cast fixes undefined behaviour; closes #1919 in upstream 2018-01-31 17:15:54 +01:00
Björn Lindqvist 62f9acdbbc opengl.shaders: probably better to call the gl functions directly 2018-01-31 01:42:04 +01:00
Björn Lindqvist 713543644d opengl.shaders: docs + removing an unused word 2018-01-31 01:23:11 +01:00
Björn Lindqvist 5709e0b621 FUEL: improved fuel-get-uses
The path to the source file needs to be set when parsing, in case a
syntax word uses 'where' or some similar word.
2018-01-29 12:12:07 +01:00
Björn Lindqvist d95d9e0ec8 gpu.shaders: simplified in-word's-path 2018-01-29 12:12:07 +01:00
Björn Lindqvist a9ebc772df ui.backend.gtk: gtk_init terminates, better throw exception 2018-01-29 11:44:27 +01:00
Björn Lindqvist f281a8cb87 ui.tests: remove badly baked unit test 2018-01-29 11:42:49 +01:00
Björn Lindqvist 62542c52a9 ui: try and ensure that the ui thread finishes #1905 2018-01-29 07:55:36 +01:00
Björn Lindqvist dd36f6ad57 ui: the with-ui-running combinator can be removed
It was only used within the (with-ui) words which in turn were only
called by with-ui.
2018-01-29 07:18:39 +01:00
John Benediktsson f0347b71cf Revert "cocoa.touchbar: try this."
This reverts commit f976d97983.
2018-01-28 11:23:31 -08:00
Björn Lindqvist 26b6a378ac gpu.*: docs 2018-01-27 22:44:26 +01:00
Björn Lindqvist 88e1f091b9 extra/: more uses of the do-state combinator 2018-01-27 22:44:26 +01:00
Björn Lindqvist 66ce47e30a gdbm: patch over an ABI change in version 1.14 2018-01-27 22:44:26 +01:00
John Benediktsson f976d97983 cocoa.touchbar: try this. 2018-01-26 16:48:12 -08:00
John Benediktsson 10a3af39da tools.deploy: bump up deploy size for gpu.bunny. 2018-01-26 10:20:45 -08:00
Björn Lindqvist d454072564 VM: init object_counter, silences valgrind #1886 2018-01-26 17:17:29 +01:00