]> gitweb.factorcode.org Git - factor.git/log
factor.git
2 years agocolors: using 255 * round >integer for hex conversion
John Benediktsson [Tue, 11 Jan 2022 05:28:57 +0000 (21:28 -0800)]
colors: using 255 * round >integer for hex conversion

2 years agohelp.html: use help-header-background color exactly.
John Benediktsson [Tue, 11 Jan 2022 04:51:05 +0000 (20:51 -0800)]
help.html: use help-header-background color exactly.

2 years agocolors: fix issue introduced with spaces in names.
John Benediktsson [Tue, 11 Jan 2022 04:31:11 +0000 (20:31 -0800)]
colors: fix issue introduced with spaces in names.

2 years agocolors: adding CSS Color Module Level 4
John Benediktsson [Tue, 11 Jan 2022 04:24:00 +0000 (20:24 -0800)]
colors: adding CSS Color Module Level 4

this adds rebeccapurple #663399, among others

2 years agoui: fixing stack effect on slurp-vector
John Benediktsson [Tue, 11 Jan 2022 03:38:56 +0000 (19:38 -0800)]
ui: fixing stack effect on slurp-vector

2 years agomason.report: format benchmark times with 3 decimal places.
John Benediktsson [Tue, 11 Jan 2022 03:12:12 +0000 (19:12 -0800)]
mason.report: format benchmark times with 3 decimal places.

2 years agoweb-services.github: clone from orgs or users and clean up code.
Doug Coleman [Tue, 11 Jan 2022 02:12:56 +0000 (20:12 -0600)]
web-services.github: clone from orgs or users and clean up code.

2 years agowebapps.mason: giving img a width
John Benediktsson [Tue, 11 Jan 2022 01:40:55 +0000 (17:40 -0800)]
webapps.mason: giving img a width

2 years agowebapps.mason: adding img for logo resize
John Benediktsson [Tue, 11 Jan 2022 01:29:37 +0000 (17:29 -0800)]
webapps.mason: adding img for logo resize

2 years agohelp.tutorial: update copyright in example.
John Benediktsson [Tue, 11 Jan 2022 00:55:44 +0000 (16:55 -0800)]
help.tutorial: update copyright in example.

2 years agofixes for GitHub disabling unauthenticated git protocol
John Benediktsson [Tue, 11 Jan 2022 00:44:52 +0000 (16:44 -0800)]
fixes for GitHub disabling unauthenticated git protocol

2 years agowebapps.mason.report: padding around build report.
John Benediktsson [Tue, 11 Jan 2022 00:40:33 +0000 (16:40 -0800)]
webapps.mason.report: padding around build report.

2 years agowebapps.mason: need t:include
John Benediktsson [Tue, 11 Jan 2022 00:23:54 +0000 (16:23 -0800)]
webapps.mason: need t:include

2 years agowebapps.mason: needs css
John Benediktsson [Tue, 11 Jan 2022 00:16:30 +0000 (16:16 -0800)]
webapps.mason: needs css

2 years agowebapps.mason: some fixes.
John Benediktsson [Tue, 11 Jan 2022 00:14:52 +0000 (16:14 -0800)]
webapps.mason: some fixes.

2 years agohelp.html: change tr:hover color for div.a only
John Benediktsson [Tue, 11 Jan 2022 00:03:45 +0000 (16:03 -0800)]
help.html: change tr:hover color for div.a only

2 years agoRevert "help.html: remove tr:hover background-color"
John Benediktsson [Tue, 11 Jan 2022 00:03:00 +0000 (16:03 -0800)]
Revert "help.html: remove tr:hover background-color"

This reverts commit 1e37e6b941b2e263a09e605a8a7019c10e242c9d.

2 years agohelp.html: remove tr:hover background-color
John Benediktsson [Mon, 10 Jan 2022 23:59:25 +0000 (15:59 -0800)]
help.html: remove tr:hover background-color

2 years agohelp.html: improve help-header to match the UI
John Benediktsson [Mon, 10 Jan 2022 23:50:28 +0000 (15:50 -0800)]
help.html: improve help-header to match the UI

2 years agohelp.html: tweak help-header to match the UI
John Benediktsson [Mon, 10 Jan 2022 23:32:57 +0000 (15:32 -0800)]
help.html: tweak help-header to match the UI

2 years agoformatting: simplify plain-text ebnf rule
John Benediktsson [Mon, 10 Jan 2022 22:03:17 +0000 (14:03 -0800)]
formatting: simplify plain-text ebnf rule

2 years agochecksums.crc16: fix use of crc16-polynomial in the literal
John Benediktsson [Mon, 10 Jan 2022 21:48:13 +0000 (13:48 -0800)]
checksums.crc16: fix use of crc16-polynomial in the literal

2 years agobasis: use check-instance in a few places
John Benediktsson [Mon, 10 Jan 2022 21:34:50 +0000 (13:34 -0800)]
basis: use check-instance in a few places

2 years agoalien.strings: rename check-string to check-c-string
John Benediktsson [Mon, 10 Jan 2022 21:31:29 +0000 (13:31 -0800)]
alien.strings: rename check-string to check-c-string

2 years agohints: adding suffix/prefix to match append/prepend
John Benediktsson [Mon, 10 Jan 2022 21:18:54 +0000 (13:18 -0800)]
hints: adding suffix/prefix to match append/prepend

2 years agosequences: make mismatch and subseq not inline.
John Benediktsson [Mon, 10 Jan 2022 21:18:35 +0000 (13:18 -0800)]
sequences: make mismatch and subseq not inline.

2 years agomath.combinatorics: slight performance improvement
John Benediktsson [Mon, 10 Jan 2022 20:46:27 +0000 (12:46 -0800)]
math.combinatorics: slight performance improvement

2 years agochecksums.crc16: use literals to build the table
John Benediktsson [Mon, 10 Jan 2022 20:34:46 +0000 (12:34 -0800)]
checksums.crc16: use literals to build the table

2 years agocompiler.units: always call definition observers at the end of a compilation unit
John Benediktsson [Mon, 10 Jan 2022 19:50:45 +0000 (11:50 -0800)]
compiler.units: always call definition observers at the end of a compilation unit

2 years agolistener: if prompt is empty, then don't stream-bl
John Benediktsson [Mon, 10 Jan 2022 19:29:09 +0000 (11:29 -0800)]
listener: if prompt is empty, then don't stream-bl

2 years agowebapps.help: actually, lets use <base>
John Benediktsson [Mon, 10 Jan 2022 19:01:25 +0000 (11:01 -0800)]
webapps.help: actually, lets use <base>

2 years agowebapps.help: better relative links.
John Benediktsson [Mon, 10 Jan 2022 18:57:13 +0000 (10:57 -0800)]
webapps.help: better relative links.

2 years agowebapps.help: prevent duplicate styles in template
John Benediktsson [Mon, 10 Jan 2022 18:29:10 +0000 (10:29 -0800)]
webapps.help: prevent duplicate styles in template

2 years agoRevert "alien: better resetting and forgetting."
John Benediktsson [Mon, 10 Jan 2022 18:13:25 +0000 (10:13 -0800)]
Revert "alien: better resetting and forgetting."

This reverts commit db4d090b1046e59b99cfba20e35abdb8fd6252c2.

2 years agowebapps.help: fix silly typo.
John Benediktsson [Mon, 10 Jan 2022 18:10:44 +0000 (10:10 -0800)]
webapps.help: fix silly typo.

2 years agowebapps.help: need boilerplate for t:style support
John Benediktsson [Mon, 10 Jan 2022 18:10:04 +0000 (10:10 -0800)]
webapps.help: need boilerplate for t:style support

2 years agowebapps.help: use the same CSS.
John Benediktsson [Mon, 10 Jan 2022 17:53:38 +0000 (09:53 -0800)]
webapps.help: use the same CSS.

2 years agoalien: better resetting and forgetting.
John Benediktsson [Mon, 10 Jan 2022 17:28:46 +0000 (09:28 -0800)]
alien: better resetting and forgetting.

2 years agowebapps.wiki: setting no-follow by default
John Benediktsson [Mon, 10 Jan 2022 16:36:24 +0000 (08:36 -0800)]
webapps.wiki: setting no-follow by default

2 years agofarkup: fix check-url reversed comparison
John Benediktsson [Mon, 10 Jan 2022 16:34:13 +0000 (08:34 -0800)]
farkup: fix check-url reversed comparison

2 years agoRevert "webapps.wiki: print absolute urls as no-follow by default."
John Benediktsson [Mon, 10 Jan 2022 04:05:04 +0000 (20:05 -0800)]
Revert "webapps.wiki: print absolute urls as no-follow by default."

This reverts commit 15d539765ebff8dee38ec5094e7a47637d01641e.

2 years agofarkup: invalid absolute urls don't need nofollow
John Benediktsson [Mon, 10 Jan 2022 03:56:28 +0000 (19:56 -0800)]
farkup: invalid absolute urls don't need nofollow

2 years agowebapps.wiki: print absolute urls as no-follow by default.
John Benediktsson [Mon, 10 Jan 2022 03:49:43 +0000 (19:49 -0800)]
webapps.wiki: print absolute urls as no-follow by default.

2 years agofarkup: only absolute urls should be no-follow.
John Benediktsson [Mon, 10 Jan 2022 03:46:27 +0000 (19:46 -0800)]
farkup: only absolute urls should be no-follow.

2 years agoeditors: use reload instead of require
John Benediktsson [Mon, 10 Jan 2022 03:23:06 +0000 (19:23 -0800)]
editors: use reload instead of require

this lets you re-run top-level code which currently sets the editor
class as a side effect.

2 years agobinhex: initial version of BinHex 4.0 encoding/decoding
John Benediktsson [Mon, 10 Jan 2022 00:18:10 +0000 (16:18 -0800)]
binhex: initial version of BinHex 4.0 encoding/decoding

2 years agojamshred: Don't (move-player) in a tight loop.
Doug Coleman [Sun, 9 Jan 2022 19:53:35 +0000 (13:53 -0600)]
jamshred: Don't (move-player) in a tight loop.

Add ESC as quit

Fixes #1910

2 years agovm: macosx re-add the else/if block for symlinked executable
John Benediktsson [Sun, 9 Jan 2022 17:48:59 +0000 (09:48 -0800)]
vm: macosx re-add the else/if block for symlinked executable

2 years agovm: only set cwd when not on a terminal
John Benediktsson [Sun, 9 Jan 2022 17:42:26 +0000 (09:42 -0800)]
vm: only set cwd when not on a terminal

2 years agoadd xdg-state-dir
Rudi Grinberg [Sun, 9 Jan 2022 07:53:46 +0000 (00:53 -0700)]
add xdg-state-dir

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
ps-id: F8159B75-B5E7-4700-8D15-ABA1DD27EF1B

2 years agoadd PATCH http method
Rudi Grinberg [Sun, 9 Jan 2022 05:23:09 +0000 (22:23 -0700)]
add PATCH http method

ps-id: 4B1F8D46-147C-4C89-8318-074F328E564D

2 years agovm: setting current directory when launching Factor.app
John Benediktsson [Sun, 9 Jan 2022 04:29:00 +0000 (20:29 -0800)]
vm: setting current directory when launching Factor.app

2 years agowords: use remove-word-prop instead of f set-word-prop.
John Benediktsson [Sun, 9 Jan 2022 03:45:53 +0000 (19:45 -0800)]
words: use remove-word-prop instead of f set-word-prop.

2 years agowords.constant: store true for "constant" word prop
John Benediktsson [Sun, 9 Jan 2022 03:39:20 +0000 (19:39 -0800)]
words.constant: store true for "constant" word prop

Fixes ``CONSTANT: foo f``

2 years agounix.scheduler.macosx: fix stack effect for help-lint
John Benediktsson [Sun, 9 Jan 2022 03:39:08 +0000 (19:39 -0800)]
unix.scheduler.macosx: fix stack effect for help-lint

2 years agounix.scheduler: small new vocab to get Unix scheduler info
Cat Stevens [Sun, 9 Jan 2022 02:08:59 +0000 (21:08 -0500)]
unix.scheduler: small new vocab to get Unix scheduler info

The unix.scheduler vocabulary currently implements a subset
of the functions specified by POSIX to exist in the
<sched.h> header.

This subset is needed to provide important functionality to
the upcoming posix-spawn backend for io.launcher and
the <process> interface.

2 years agovocabs.cache: reset all-authors and all-tags also.
John Benediktsson [Sun, 9 Jan 2022 02:54:12 +0000 (18:54 -0800)]
vocabs.cache: reset all-authors and all-tags also.

2 years agovocabs.cache: Reset the all-disk-vocabs-recursive memoized every time a vocab is...
Doug Coleman [Sun, 9 Jan 2022 01:32:51 +0000 (19:32 -0600)]
vocabs.cache: Reset the all-disk-vocabs-recursive memoized every time a vocab is loaded.

Test case if "fuel.pprint" is not loaded:
all-disk-vocabs-recursive filter-vocabs [ vocab-name "fuel.pprint" = ] filter
"fuel.pprint" load
all-disk-vocabs-recursive filter-vocabs [ vocab-name "fuel.pprint" = ] filter
! vocab-link
! vocab

Fixes #2545

2 years agoui.tools.listener.completion: fix color for vocab completions
John Benediktsson [Sat, 8 Jan 2022 22:05:14 +0000 (14:05 -0800)]
ui.tools.listener.completion: fix color for vocab completions

2 years agowindows.errors: remove one more unused error function
Doug Coleman [Sat, 8 Jan 2022 21:28:29 +0000 (15:28 -0600)]
windows.errors: remove one more unused error function

2 years agowindows.erros: Remove some unused error handling words.
Doug Coleman [Sat, 8 Jan 2022 21:23:59 +0000 (15:23 -0600)]
windows.erros: Remove some unused error handling words.

2 years agomemoize: fix pprint of IDENTITY-MEMO: words
John Benediktsson [Sat, 8 Jan 2022 17:04:14 +0000 (09:04 -0800)]
memoize: fix pprint of IDENTITY-MEMO: words

2 years agomath.extras: adding Stein's algorithm
John Benediktsson [Sat, 8 Jan 2022 00:59:32 +0000 (16:59 -0800)]
math.extras: adding Stein's algorithm

2 years agovocabs.loader: fix vocab:path to use an existing path
Doug Coleman [Thu, 6 Jan 2022 16:24:51 +0000 (10:24 -0600)]
vocabs.loader: fix vocab:path to use an existing path

This particular path would have been found in core/ if it did
not exist in basis/ already.

Fixes bootstrap

2 years agoio.pathnames: Allow vocab: to find paths that do not exist as long as the vocab exists.
Doug Coleman [Thu, 6 Jan 2022 05:21:02 +0000 (23:21 -0600)]
io.pathnames: Allow vocab: to find paths that do not exist as long as the vocab exists.

`"benchmark/sum-file/sum-file.txt" vocab-path` can now reference a file
in a vocab.

Add `has-path-extension?` word which ensures a path is not a
directory (does not end in / or any path-separator), and if
that's the case then it is true if there's a dot in the file name.

The cases we check in vocab-path (triggered with vocab:)
- if path ends in /, we assume it must be a vocab that exists
-- you can't create a vocab that doesn't exist with vocab:foo syntax
because there the root is ambiguous

- if path has extension, we assume it's a file name and allow it
to look up if the parent vocabulary exists

- finally we just try the current behavior, e.g. the vocab has
to exist

Added a lot of tests, please file bugs if you disagree!

Fixes #592.

2 years agoui.gadgets.scrollers: use relayout-1 in scroll>* methods
John Benediktsson [Thu, 6 Jan 2022 01:27:52 +0000 (17:27 -0800)]
ui.gadgets.scrollers: use relayout-1 in scroll>* methods

2 years agovocabs.loader: Delete errors after using list is fixed with restarts.
Doug Coleman [Thu, 6 Jan 2022 03:53:44 +0000 (21:53 -0600)]
vocabs.loader: Delete errors after using list is fixed with restarts.

If a vocabulary needs restarts to fix its using list and that
vocabulary is used from another vocabulary that then recompiles,
the restarts were left in the `errorlist` hash even if they were
fixed. This caused that error to be again thrown and parsing to
resume at the end of the file.

The fix is to remove the errors from the errorlist whenever a
vocabulary finishes loading successfully.

Related to #444.

2 years agoRevert "html.templates: remove the stream-copy version of call-template*"
John Benediktsson [Wed, 5 Jan 2022 15:54:46 +0000 (07:54 -0800)]
Revert "html.templates: remove the stream-copy version of call-template*"

This reverts commit a52dd48b04e9131dacf944e6af32798e9779ccf1.

2 years agohtml.templates: remove the stream-copy version of call-template*
John Benediktsson [Wed, 5 Jan 2022 04:15:02 +0000 (20:15 -0800)]
html.templates: remove the stream-copy version of call-template*

2 years agomisc/vim: update generated syntax.
John Benediktsson [Wed, 5 Jan 2022 04:10:20 +0000 (20:10 -0800)]
misc/vim: update generated syntax.

2 years agohtml.templates: call-template* should not dispose the streams
John Benediktsson [Wed, 5 Jan 2022 03:43:16 +0000 (19:43 -0800)]
html.templates: call-template* should not dispose the streams

we may want to write to the output-stream after calling the template.

2 years agoio.sockets.secure.openssl: fix when SSL_read returns 0.
Doug Coleman [Wed, 5 Jan 2022 01:27:24 +0000 (19:27 -0600)]
io.sockets.secure.openssl: fix when SSL_read returns 0.

SSL_read returns 0 which is an error condition, and SSL_get_error
returns 6 which is SSL_ERROR_ZERO_RETURN. In this case, we just need
to do nothing instead of setting ``f >>connected`` which would cause
the socket to attempt a reconnect.

test case:
USE: gemini
"gemini://gemini.circumlunar.space" gemini.

Fixes #2540

2 years agobenchmark.fib6: assert result
John Benediktsson [Tue, 4 Jan 2022 23:34:44 +0000 (15:34 -0800)]
benchmark.fib6: assert result

2 years agoui.backend.cocoa.views: leave prepareOpenGL for now
John Benediktsson [Tue, 4 Jan 2022 23:28:31 +0000 (15:28 -0800)]
ui.backend.cocoa.views: leave prepareOpenGL for now

2 years agoui.backend.cocoa.views: fix retina in deploy images
John Benediktsson [Tue, 4 Jan 2022 23:08:59 +0000 (15:08 -0800)]
ui.backend.cocoa.views: fix retina in deploy images

this is a workaround for some kind of issue using globals
in the objc alien callbacks inside of deployed images.

2 years agofixups: add init-namespaces.
John Benediktsson [Tue, 4 Jan 2022 23:07:59 +0000 (15:07 -0800)]
fixups: add init-namespaces.

2 years agonamespaces: rename init-namespaces to init-namestack
John Benediktsson [Tue, 4 Jan 2022 23:07:11 +0000 (15:07 -0800)]
namespaces: rename init-namespaces to init-namestack

2 years agoui.backend.cocoa.views: clear cached-lines in windowDidChangeBackingProperties:
John Benediktsson [Tue, 4 Jan 2022 21:19:20 +0000 (13:19 -0800)]
ui.backend.cocoa.views: clear cached-lines in windowDidChangeBackingProperties:

2 years agoboolean-expr: add some more expression simplification rules
Alexander Ilin [Tue, 4 Jan 2022 00:11:58 +0000 (01:11 +0100)]
boolean-expr: add some more expression simplification rules

Add some tests and comments.

2 years agoboolean-expr: fix the implication implementation
Alexander Ilin [Mon, 3 Jan 2022 21:55:50 +0000 (22:55 +0100)]
boolean-expr: fix the implication implementation

2 years agoui.gadgets.borders: round border-pref-dim
John Benediktsson [Mon, 3 Jan 2022 20:47:10 +0000 (12:47 -0800)]
ui.gadgets.borders: round border-pref-dim

2 years agobasis/extra: use remove in a few places
John Benediktsson [Mon, 3 Jan 2022 20:32:55 +0000 (12:32 -0800)]
basis/extra: use remove in a few places

2 years agocore-text: remove retina? flag in favor of gl-scale-factor
John Benediktsson [Mon, 3 Jan 2022 20:32:03 +0000 (12:32 -0800)]
core-text: remove retina? flag in favor of gl-scale-factor

2 years agoboolean-expr: eliminate double negations
Alexander Ilin [Mon, 3 Jan 2022 20:12:22 +0000 (21:12 +0100)]
boolean-expr: eliminate double negations

2 years agoio.launcher-docs: fix example code to match its description
Alexander Ilin [Wed, 30 Dec 2020 17:18:58 +0000 (18:18 +0100)]
io.launcher-docs: fix example code to match its description

2 years agocontributors: add a contributor alias
Alexander Ilin [Wed, 30 Dec 2020 19:07:39 +0000 (20:07 +0100)]
contributors: add a contributor alias

2 years agohello-unicode: change Russian greeting to informal to match the other ones
Alexander Ilin [Thu, 31 Dec 2020 08:20:15 +0000 (09:20 +0100)]
hello-unicode: change Russian greeting to informal to match the other ones

2 years agototp: add 2022 to the copyright years
Alexander Ilin [Mon, 3 Jan 2022 18:44:42 +0000 (19:44 +0100)]
totp: add 2022 to the copyright years

2 years agototp: ignore spaces in the key string
Alexander Ilin [Sun, 2 Jan 2022 01:53:14 +0000 (02:53 +0100)]
totp: ignore spaces in the key string

2 years agoRevert "Revert "math.parser: faster hex-string conversions with less bounds checking.""
John Benediktsson [Mon, 3 Jan 2022 19:44:25 +0000 (11:44 -0800)]
Revert "Revert "math.parser: faster hex-string conversions with less bounds checking.""

This reverts commit 44d403230f8ccca79c95116ee57504a134e9e502.

2 years agoRevert "math.parser: faster hex-string conversions with less bounds checking."
John Benediktsson [Mon, 3 Jan 2022 18:52:38 +0000 (10:52 -0800)]
Revert "math.parser: faster hex-string conversions with less bounds checking."

This reverts commit 89a8817c170c1539a735fa6f3e6ab302d9674e5a.

2 years agobasis/extra: removing unnecessary IN: statements.
John Benediktsson [Mon, 3 Jan 2022 15:46:06 +0000 (07:46 -0800)]
basis/extra: removing unnecessary IN: statements.

2 years agomath.parser: faster hex-string conversions with less bounds checking.
John Benediktsson [Mon, 3 Jan 2022 15:26:13 +0000 (07:26 -0800)]
math.parser: faster hex-string conversions with less bounds checking.

2 years agocalendar: adding days-since.
John Benediktsson [Mon, 3 Jan 2022 15:24:30 +0000 (07:24 -0800)]
calendar: adding days-since.

2 years agoimages.processing.rotation: fix "separate" typo.
John Benediktsson [Mon, 3 Jan 2022 04:57:12 +0000 (20:57 -0800)]
images.processing.rotation: fix "separate" typo.

2 years agoui.tools.traceback: fix use of error-in-pprint.
John Benediktsson [Mon, 3 Jan 2022 04:53:08 +0000 (20:53 -0800)]
ui.tools.traceback: fix use of error-in-pprint.

2 years agoprettyprint.sections: better pprint-error.
John Benediktsson [Mon, 3 Jan 2022 04:43:06 +0000 (20:43 -0800)]
prettyprint.sections: better pprint-error.

2 years agosyntax: auto-use should set the global namespace so it works with the
Doug Coleman [Mon, 3 Jan 2022 04:41:03 +0000 (22:41 -0600)]
syntax: auto-use should set the global namespace so it works with the
command-line listener

2 years agoprettyprint: change how we trap pprint errors.
John Benediktsson [Mon, 3 Jan 2022 04:39:20 +0000 (20:39 -0800)]
prettyprint: change how we trap pprint errors.

2 years agocommand-line: Clear errors for rc files before running.
Doug Coleman [Mon, 3 Jan 2022 03:54:04 +0000 (21:54 -0600)]
command-line: Clear errors for rc files before running.

Dont' forget to notify observers or else the f3 window will be clear
but the Listener window bottom banner will still show the errors.

Fixes #2537.