John Benediktsson
ae1890e0d7
vm: remove -console option, seems not necessary.
2020-09-26 11:46:56 -07:00
John Benediktsson
7bd1adb1c3
command-line: cleanup some documentation, change terminology slightly.
...
Refer to "options" instead of "VM args" or "Factor arguments".
2020-09-26 10:52:32 -07:00
John Benediktsson
5a71d98d29
compiler.tree.propagation.transforms: document not{ } as well.
2020-09-26 10:29:42 -07:00
John Benediktsson
09829bd506
compiler.tree.propagation.known-words: fix type in comment.
2020-09-26 10:29:25 -07:00
John Benediktsson
dbdf4540bc
hints: switch to using instance?.
2020-09-25 11:11:52 -07:00
John Benediktsson
9f8a791a3b
tools.completion: re-add chars-matching, not sure how i removed it.
2020-09-22 13:23:06 -07:00
John Benediktsson
16b144eaf5
fonts: simplify reverse-video-font
2020-09-22 13:05:17 -07:00
John Benediktsson
c200cfb8ca
tools.completion: merge qualified and unqualified word completions.
2020-09-22 11:30:43 -07:00
John Benediktsson
cc08ad38a4
tools.completion: allow fuzzy vocab name in qualified-matching.
2020-09-22 11:24:04 -07:00
John Benediktsson
03e62f3bc5
tools.completion: support qualified word completions.
2020-09-22 11:12:52 -07:00
John Benediktsson
979c13e156
math.complex: update test using.
2020-09-15 16:57:29 -07:00
John Benediktsson
bc0789ca91
math.complex: move malformed-complex and parse-complex to math.complex.
...
They were incorrectly defined in syntax vocabulary.
2020-09-15 13:24:17 -07:00
John Benediktsson
115b7b62df
basis: removing unnecessary method stack effects.
2020-09-09 15:00:54 -07:00
Doug Coleman
f3ae869536
editors.visual-studio-code: Prefer code-insiders on macOS.
2020-09-02 19:08:56 -05:00
Doug Coleman
946bbd1597
vscode: Prefer code-insiders version if installed.
2020-09-02 17:47:08 -05:00
Doug Coleman
3eb6e55ae4
db: Fix using list for walker.
2020-08-27 10:28:12 -05:00
John Benediktsson
699ebc960b
colors.hex: adding an invalid-hex-color error.
2020-08-17 08:04:04 -07:00
John Benediktsson
ce871f99dd
compiler.tree.escape-analysis.branches: no need for sift.
2020-08-14 13:43:02 -07:00
John Benediktsson
8cc090950a
tools.profiler.sampling: fixing missed rename.
2020-08-14 11:57:27 -07:00
John Benediktsson
6e83e00d22
vm: rename primitive_sampling_profiler to primitive_set_profiling.
...
also rename the private primitives words in tools.profiler.sampling.
2020-08-14 10:40:54 -07:00
John Benediktsson
995d717277
tools.profiler.sampling: assert that profile-data is created.
2020-08-13 14:50:52 -07:00
John Benediktsson
5eaaaf06d6
xml.tests: fix USING.
2020-08-13 09:57:29 -07:00
John Benediktsson
bb827a1565
furnace: require chloe-tags when loading furnace framework.
2020-08-13 09:17:43 -07:00
John Benediktsson
6bfc54b15c
xml.tests: require 8-bit encodings.
2020-08-13 09:17:20 -07:00
John Benediktsson
24e1080362
alien.libraries.finder.macosx: fix test USING.
2020-08-12 15:01:51 -07:00
John Benediktsson
126f3acf63
math.bitwise: remove duplicate logic in bitfield.
2020-08-05 15:57:27 -07:00
John Benediktsson
70687a0eb3
alien.libraries.finder.linux: return fully-qualified path.
2020-08-05 10:59:01 -07:00
John Benediktsson
40aedcb346
alien.libraries.finder: cleanup, add windows tests.
2020-08-05 10:58:43 -07:00
John Benediktsson
564720281d
command-line.startup: print default values for parameters.
2020-08-04 13:30:00 -07:00
Doug Coleman
464bd705f4
unix: Add more posix_spawnp and rename fork-process to call-fork.
...
- spawn-process will call posix_spawn()
- fork-process will call fork()
The environment variable should be used or else apps like VSCode won't open because the display isn't set.
2020-06-30 21:12:51 -05:00
John Benediktsson
3a091577ae
vocabs.hierarchy: use ensure-vocab-root/prefix.
2020-06-26 20:19:24 -07:00
John Benediktsson
d8f7bd067d
vocabs.hierarchy: fix (disk-vocabs) on subvocabs.
2020-06-26 20:13:13 -07:00
Doug Coleman
35719d11b6
vocabs.hierarchy: Fix typo.
...
Closes #2314 .
2020-06-26 19:17:11 -05:00
Doug Coleman
87022ea3b9
unix.linux.proc: Add cpuinfo flag "vmx flags".
...
Fixes #2315 .
I'm not sure how this would have stopped a vocabulary from loading.
cpuinfo flags are in linux kernel repo:
arch/x86/kernel/cpu/proc.c
2020-06-26 19:16:18 -05:00
Doug Coleman
b6373caa4f
system-info.macosx: 11.0
2020-06-22 13:49:48 -05:00
Doug Coleman
8aa76be5ed
system-info.macosx: Big Sur
2020-06-22 13:11:06 -05:00
John Benediktsson
0b7122350e
Revert "ui.gadgets.borders: don't convert border-loc to fixnum."
...
This reverts commit eb7aad96c0
.
2020-06-15 07:36:52 -07:00
Doug Coleman
d88ed6ce63
help.cookbook: Fix typo.
...
Fixes #2307 .
2020-06-13 08:48:00 -05:00
Doug Coleman
e9ab963df9
math.bitwise: Fix example for bitfield*
2020-06-12 19:40:47 -05:00
Doug Coleman
a7b058bed1
math.bitwise: I can't implement ``bitfield*`` as ``reverse bitfield``
...
I don't really know why. Add some tests in the docs and document bitfield*
2020-06-12 19:24:02 -05:00
Doug Coleman
c87811f611
ui.backend.cocoa: fix bootstrap -- vocab does not exist.
2020-06-12 18:43:01 -05:00
Doug Coleman
8efe213273
vocabs: On use-vocab we should throw an error if the vocabulary does not exist.
...
Also ui.pixel-formats.private does not exist so remove that.
Fixes #2298 .
2020-06-12 18:23:45 -05:00
John Benediktsson
c6f634d6a6
ui.tools.listener: re-order emacs keybinding docs.
2020-06-08 11:39:41 -07:00
John Benediktsson
d9210f738d
editors.vim.generate-syntax: merge in factor.vim.fgen.
2020-06-08 11:21:09 -07:00
Dusk
f70ce01b51
editors.vim.generate-syntax: Match new generation
...
Also update the vim/syntax README.
2020-06-06 20:32:17 -07:00
John Benediktsson
35681032d9
ui.tools.listener: change previous/next line to multiline-editor.
2020-06-06 16:47:30 -07:00
John Benediktsson
02386eebcc
ui.tools.listener: document emacs-style keybindings for now.
2020-06-06 16:28:40 -07:00
John Benediktsson
4f51adf8bf
Revert "ui: better support for Emacs-style key bindings."
...
This reverts commit 928b4c6abc
.
2020-06-06 16:20:21 -07:00
John Benediktsson
e446f34280
Revert "ui.gadgets.editors: adding Ctrl-u support."
...
This reverts commit 046d128c97
.
2020-06-06 16:19:51 -07:00
John Benediktsson
5c04baf757
Revert "ui.gadgets.editors: make Ctrl-A select-all if at column 0."
...
This reverts commit 9287b05d57
.
2020-06-06 16:19:50 -07:00