Commit Graph

31754 Commits (master)

Author SHA1 Message Date
John Benediktsson cbdd559a75 misc/vim: some minor fixes.
- fix word definition to have dashes and other printables
- fix private to properly highlight and close the region
2020-09-29 10:04:43 -07:00
John Benediktsson ff6b75d030 misc/vim: remove TH{ syntax. 2020-09-28 16:32:33 -07:00
John Benediktsson 8fd437d877 Revert "core: Add TH{ for making assoc tuples."
This reverts commit e93d8f82bc.
2020-09-28 16:29:43 -07:00
John Benediktsson 36b2ac97ef sequences.extras: fix stack effect for filter-all-subseqs. 2020-09-28 12:30:15 -07:00
John Benediktsson f2a40f88dc bootstrap: rename layouts/layouts.factor to layouts.factor. 2020-09-26 21:29:52 -07:00
John Benediktsson fed5fd7c50 classes.tuple: speed up slots>tuple a bit.
Only get the initial values that are needed to supplement provided values.
2020-09-26 12:22:02 -07:00
John Benediktsson dc3a11bfc4 talks.tc-lisp-talk: fix typo. 2020-09-26 11:58:03 -07:00
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 840159710e classes: update with quotation stack effects. 2020-09-26 10:28:35 -07:00
John Benediktsson dbdf4540bc hints: switch to using instance?. 2020-09-25 11:11:52 -07:00
John Benediktsson 96d7da0169 classes.builtin: remove bootstrap-type>class.
Not currently used, if adding more builtins maybe useful.
2020-09-23 19:49:35 -07:00
John Benediktsson 7789bbc79c classes.union: speed up instance? on unions of tuple-classes. 2020-09-23 19:32:15 -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 11f060719a benchmark.completion: fix use of name-completions. 2020-09-22 11:32:52 -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
John Benediktsson f2deb82829 core: removing unnecessary method stack effects. 2020-09-09 15:00:53 -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
John Benediktsson 0b5cb42d95 cuda.libraries: remove duplicate definition of ?delete-at. 2020-09-01 13:20:49 -07:00
John Benediktsson c7959f2cb2 README: minor style tweak. 2020-08-30 16:58:41 -07:00
Doug Coleman 46be019527 assocs.extras: better implementation of rekey-new-assoc 2020-08-29 19:06:48 -05:00
Doug Coleman ce3049decd assocs.extra: Add a word to keep only certain keys in an assoc to the same assoc or to a new one. 2020-08-29 19:05:41 -05:00
Doug Coleman 87cce0ba6a build.sh: Warn if boot image url is nonexistent when falling back to master. 2020-08-29 18:22:38 -05:00
Doug Coleman 13b366e88b Revert "build.sh: Fix boot image download to current branch."
This reverts commit ec490587e7.

I didn't read the code, but the odds of a random branch working with master boot image are pretty low.
2020-08-29 18:04:19 -05:00
Doug Coleman 97d828a7f5 build.sh: recognize arm64 linux 2020-08-27 16:47:14 -05:00
Doug Coleman ec490587e7 build.sh: Fix boot image download to current branch. 2020-08-27 16:43:38 -05:00
Doug Coleman 3eb6e55ae4 db: Fix using list for walker. 2020-08-27 10:28:12 -05:00
John Benediktsson a861c4c732 assocs: improve stack effect for delete-at* and ?delete-at. 2020-08-23 13:04:48 -07:00
Alexander Iljin 00fc565111 sodium: add the "bindings" tag 2020-08-20 18:04:42 +00:00
John Benediktsson 3fdb0325ca misc: update vim syntax for ?change-at. 2020-08-17 10:14:13 -07:00
John Benediktsson 1ac7e08f59 assocs: adding ?change-at. 2020-08-17 10:08:41 -07: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 60dd083bcb misc/vim: highlight predicate classes. 2020-08-14 13:28:48 -07:00
John Benediktsson 5176b270d2 misc: more syntax tests. 2020-08-14 13:22:34 -07:00
John Benediktsson d535b62f50 vocabs.parser: faster name lookup. 2020-08-14 11:58:50 -07:00
John Benediktsson 8cc090950a tools.profiler.sampling: fixing missed rename. 2020-08-14 11:57:27 -07:00
John Benediktsson 997aaf005e Revert "Revert "vm: Allow larger 32bit code heaps.""
This reverts commit 0c0647f12c.
2020-08-14 10:47:18 -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 e1085ffef4 vm: add some allocates memory comments. 2020-08-14 10:27:54 -07:00
John Benediktsson f21deee3df vm: change some bools from cell to bool. 2020-08-14 10:27:18 -07:00