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
John Benediktsson
2cb673ccfc
readline-listener: implement vocab-word-completions.
2018-01-24 17:11:44 -08:00
John Benediktsson
7f37709c04
ui.tools.listener: implement vocab-word-completions.
2018-01-24 17:11:26 -08:00
John Benediktsson
9887829103
tools.completion: adding complete-vocab-words?.
2018-01-24 17:11:08 -08:00
Alexander Iljin
8a4dba4cd9
Fix the existing IN: suffixes for the test vocabs
...
Change some existing vocab name suffixes from "-tests" or ".test" to
".tests". Add no new suffixes.
2018-01-24 16:03:48 -08:00
Björn Lindqvist
71d2a373fe
openssl.libcrypto.tests: should not forget to free the BIO
2018-01-24 20:20:38 +01:00
Björn Lindqvist
cd5a0c420d
pdf.layout: change-last needs prefix due to name clash from accessors
2018-01-24 18:20:30 +01:00
Björn Lindqvist
3b45c93ece
gtk.*,gdk.*: not using find-library again
2018-01-24 15:37:47 +01:00
Björn Lindqvist
dbf21ca102
FUEL: better font-locking of gl-related words
2018-01-24 14:27:31 +01:00
Björn Lindqvist
3a7c1ead3b
alien.libraries.finder: find-library for gtk libs
...
This should make the code find the correct .so's when compiling Factor
yourself.
2018-01-24 13:17:54 +01:00
Björn Lindqvist
2424a77507
alien.libraries.finder.linux.tests: correcting in
2018-01-24 13:13:20 +01:00
Björn Lindqvist
cc389c4bed
ops, trying to fix travis
2018-01-24 03:17:49 +01:00
John Benediktsson
ed92cb066b
math.bitwise: add >signed to docs next to >even, >odd.
2018-01-23 15:37:21 -08:00
Björn Lindqvist
c3f04e773b
travis: only compile for now
...
This is to make Travis green. When we have solved the timeout issues, we can add more tests.
2018-01-23 22:56:33 +01:00