]> gitweb.factorcode.org Git - factor.git/log
factor.git
2 years agodb2: not sure where to go from here db5
Doug Coleman [Wed, 19 Jan 2022 03:38:03 +0000 (21:38 -0600)]
db2: not sure where to go from here

2 years agodb2: upsert generic, locals
Doug Coleman [Wed, 19 Jan 2022 02:55:23 +0000 (20:55 -0600)]
db2: upsert generic, locals

2 years agoorm.queries: use $vars
Doug Coleman [Wed, 19 Jan 2022 02:38:05 +0000 (20:38 -0600)]
orm.queries: use $vars

2 years agopostgresql.orm.queries: fix interval
Doug Coleman [Wed, 19 Jan 2022 02:23:02 +0000 (20:23 -0600)]
postgresql.orm.queries: fix interval

2 years agodb2: fix usings
Doug Coleman [Wed, 19 Jan 2022 02:11:36 +0000 (20:11 -0600)]
db2: fix usings

2 years agodb2: Update latest code from db4 branch. on to db5!
Doug Coleman [Wed, 19 Jan 2022 01:07:00 +0000 (19:07 -0600)]
db2: Update latest code from db4 branch. on to db5!

2 years agopython.syntax: fix tests
John Benediktsson [Tue, 18 Jan 2022 22:58:11 +0000 (14:58 -0800)]
python.syntax: fix tests

2 years agopython: remove map(None, [1,2,3]) test that doesn't work in python3
John Benediktsson [Tue, 18 Jan 2022 22:53:49 +0000 (14:53 -0800)]
python: remove map(None, [1,2,3]) test that doesn't work in python3

2 years agopython: some cleanup.
John Benediktsson [Tue, 18 Jan 2022 22:48:04 +0000 (14:48 -0800)]
python: some cleanup.

2 years agopython: fix tests
John Benediktsson [Tue, 18 Jan 2022 21:47:25 +0000 (13:47 -0800)]
python: fix tests

2 years agopython: more test fixes
John Benediktsson [Tue, 18 Jan 2022 21:43:52 +0000 (13:43 -0800)]
python: more test fixes

2 years agopython: fix more tests
John Benediktsson [Tue, 18 Jan 2022 21:39:02 +0000 (13:39 -0800)]
python: fix more tests

2 years agopython: more test fixes
John Benediktsson [Tue, 18 Jan 2022 20:51:24 +0000 (12:51 -0800)]
python: more test fixes

2 years agopython.syntax: fix func_code => __code__
John Benediktsson [Tue, 18 Jan 2022 20:44:30 +0000 (12:44 -0800)]
python.syntax: fix func_code => __code__

2 years agopython: rename __builtin__ to builtins
John Benediktsson [Tue, 18 Jan 2022 20:35:56 +0000 (12:35 -0800)]
python: rename __builtin__ to builtins

2 years agopython: don't PySys_SetArgvEx in startup hook
John Benediktsson [Tue, 18 Jan 2022 19:29:44 +0000 (11:29 -0800)]
python: don't PySys_SetArgvEx in startup hook

2 years agopython: start updating to python3 API
John Benediktsson [Tue, 18 Jan 2022 18:44:14 +0000 (10:44 -0800)]
python: start updating to python3 API

2 years agomisc/vim: update vim syntax
John Benediktsson [Tue, 18 Jan 2022 04:34:56 +0000 (20:34 -0800)]
misc/vim: update vim syntax

2 years agoclasses.struct: slightly simpler using fry
John Benediktsson [Tue, 18 Jan 2022 03:12:10 +0000 (19:12 -0800)]
classes.struct: slightly simpler using fry

2 years agocore-graphics.types: use <struct-boa> for bootstrap
John Benediktsson [Tue, 18 Jan 2022 01:20:20 +0000 (17:20 -0800)]
core-graphics.types: use <struct-boa> for bootstrap

2 years agoclasses.struct: re-enable faster equal?
John Benediktsson [Tue, 18 Jan 2022 01:20:07 +0000 (17:20 -0800)]
classes.struct: re-enable faster equal?

2 years agoclasses.struct: disable faster equal? for now
John Benediktsson [Mon, 17 Jan 2022 19:35:05 +0000 (11:35 -0800)]
classes.struct: disable faster equal? for now

It was causing an issue bootstrapping.

2 years agoalien.data: rename some private words for readability
John Benediktsson [Mon, 17 Jan 2022 17:00:12 +0000 (09:00 -0800)]
alien.data: rename some private words for readability

(local-allot) => local-allot
(cleanup-allot) => cleanup-allot

and a couple other private words

2 years agocore-graphics.types: fix typo
John Benediktsson [Mon, 17 Jan 2022 03:58:45 +0000 (19:58 -0800)]
core-graphics.types: fix typo

2 years agocore-graphics.types: fix help-lint
John Benediktsson [Mon, 17 Jan 2022 03:57:49 +0000 (19:57 -0800)]
core-graphics.types: fix help-lint

2 years agotools.time.struct: swap back to <struct> temporarily.
John Benediktsson [Mon, 17 Jan 2022 02:52:31 +0000 (18:52 -0800)]
tools.time.struct: swap back to <struct> temporarily.

2 years agoclasses.struct: moving to new/boa instead of <struct>/<struct-boa>
John Benediktsson [Mon, 17 Jan 2022 01:33:09 +0000 (17:33 -0800)]
classes.struct: moving to new/boa instead of <struct>/<struct-boa>

2 years agoclasses.struct: faster equal? method
John Benediktsson [Mon, 17 Jan 2022 00:22:59 +0000 (16:22 -0800)]
classes.struct: faster equal? method

2 years agoweabpps.wiki: .page not .contents
John Benediktsson [Sun, 16 Jan 2022 18:15:45 +0000 (10:15 -0800)]
weabpps.wiki: .page not .contents

2 years agowebapps.wiki: some css improvements
John Benediktsson [Sun, 16 Jan 2022 18:13:18 +0000 (10:13 -0800)]
webapps.wiki: some css improvements

2 years agowebapps.wiki: relative path for now
John Benediktsson [Sun, 16 Jan 2022 18:02:49 +0000 (10:02 -0800)]
webapps.wiki: relative path for now

we can do t:img later

2 years agowebapps.wiki: temporary fix
John Benediktsson [Sun, 16 Jan 2022 17:39:08 +0000 (09:39 -0800)]
webapps.wiki: temporary fix

2 years agowebapps.wiki: icons default relative to root
John Benediktsson [Sun, 16 Jan 2022 17:36:40 +0000 (09:36 -0800)]
webapps.wiki: icons default relative to root

It would be nicer to have a t:img that expanded t:src

2 years agowebapps.wiki: fix using
John Benediktsson [Sun, 16 Jan 2022 17:31:08 +0000 (09:31 -0800)]
webapps.wiki: fix using

2 years agowebapps.wiki: need $wiki for hamburger url
John Benediktsson [Sun, 16 Jan 2022 17:28:01 +0000 (09:28 -0800)]
webapps.wiki: need $wiki for hamburger url

2 years agowebsites.concatenative: meta charset=utf-8
John Benediktsson [Sun, 16 Jan 2022 17:26:14 +0000 (09:26 -0800)]
websites.concatenative: meta charset=utf-8

2 years agowebapps.wiki: adding hamburger.svg
John Benediktsson [Sun, 16 Jan 2022 17:19:02 +0000 (09:19 -0800)]
webapps.wiki: adding hamburger.svg

loading as a data:image/svg+xml;base64 causes an issue with the
Content Security Policy.

2 years agounicode: update version number
Doug Coleman [Sat, 15 Jan 2022 16:31:39 +0000 (10:31 -0600)]
unicode: update version number

2 years agotyped: fix using
John Benediktsson [Sat, 15 Jan 2022 04:19:53 +0000 (20:19 -0800)]
typed: fix using

2 years agocompiler.tree.propagation.transforms: only partial-eval struct-class in memory>struct
John Benediktsson [Sat, 15 Jan 2022 03:53:00 +0000 (19:53 -0800)]
compiler.tree.propagation.transforms: only partial-eval struct-class in memory>struct

2 years agotyped: disable struct-class typed unboxing for now
John Benediktsson [Sat, 15 Jan 2022 03:47:23 +0000 (19:47 -0800)]
typed: disable struct-class typed unboxing for now

2 years agoclasses.struct: better redefinition behavior.
John Benediktsson [Sat, 15 Jan 2022 01:33:35 +0000 (17:33 -0800)]
classes.struct: better redefinition behavior.

2 years agoRevert "stack-checker.dependencies: use existing add-depends-on-c-type"
John Benediktsson [Fri, 14 Jan 2022 22:26:49 +0000 (14:26 -0800)]
Revert "stack-checker.dependencies: use existing add-depends-on-c-type"

This reverts commit f7ba514a709cada4a1cc8d4c2799ba55d7c1daa5.

2 years agomisc/vim: Further improve `:FactorVocab` completion
Dusk Banks [Thu, 13 Jan 2022 11:50:22 +0000 (03:50 -0800)]
misc/vim: Further improve `:FactorVocab` completion

The approach to "vocab:" pathnames is more strict than Factor's, but it
also is less likely to infinitely recurse.

2 years agostack-checker.dependencies: use existing add-depends-on-c-type
John Benediktsson [Fri, 14 Jan 2022 04:19:16 +0000 (20:19 -0800)]
stack-checker.dependencies: use existing add-depends-on-c-type

2 years agoclasses.struct: resolve bootstrap dependency on stack-checker
John Benediktsson [Fri, 14 Jan 2022 04:08:22 +0000 (20:08 -0800)]
classes.struct: resolve bootstrap dependency on stack-checker

2 years agoclasses.struct: make new and boa work on struct-class
John Benediktsson [Fri, 14 Jan 2022 03:58:21 +0000 (19:58 -0800)]
classes.struct: make new and boa work on struct-class

2 years agostack-checker.dependencies: adding depends-on-struct-slots
John Benediktsson [Fri, 14 Jan 2022 03:51:25 +0000 (19:51 -0800)]
stack-checker.dependencies: adding depends-on-struct-slots

2 years agoclasses.tuple: make boa-effect generic.
John Benediktsson [Fri, 14 Jan 2022 03:40:22 +0000 (19:40 -0800)]
classes.tuple: make boa-effect generic.

2 years agovocabs: fewer namespace lookups for requiring
John Benediktsson [Thu, 13 Jan 2022 21:42:49 +0000 (13:42 -0800)]
vocabs: fewer namespace lookups for requiring

2 years agohelp.stylesheet: adding text-color to code-blocks.
John Benediktsson [Thu, 13 Jan 2022 21:37:54 +0000 (13:37 -0800)]
help.stylesheet: adding text-color to code-blocks.

2 years agozealot: fix for moving require-all
John Benediktsson [Wed, 12 Jan 2022 23:54:50 +0000 (15:54 -0800)]
zealot: fix for moving require-all

2 years agosee: need to clone variables
John Benediktsson [Wed, 12 Jan 2022 23:44:49 +0000 (15:44 -0800)]
see: need to clone variables

2 years agosee: use with-variables to start a new scope in synopsis
John Benediktsson [Wed, 12 Jan 2022 23:43:46 +0000 (15:43 -0800)]
see: use with-variables to start a new scope in synopsis

2 years agomason.test: stop using errorlist
John Benediktsson [Wed, 12 Jan 2022 23:25:40 +0000 (15:25 -0800)]
mason.test: stop using errorlist

2 years agovocabs: change from errorlist to requiring list
John Benediktsson [Wed, 12 Jan 2022 22:44:14 +0000 (14:44 -0800)]
vocabs: change from errorlist to requiring list

This fixes an issue with restarts in docs #2310.

For example, if you edit ui/tools/inspector/inspector-docs.factor:

    IN: ui.tools.inspector+lol
    \ inspector drop

And then refresh, then the restart would cascade.

2 years agoREADME: switch from travis badge to github badge
John Benediktsson [Wed, 12 Jan 2022 18:50:39 +0000 (10:50 -0800)]
README: switch from travis badge to github badge

2 years ago.github: rename to build.yml
John Benediktsson [Wed, 12 Jan 2022 18:49:31 +0000 (10:49 -0800)]
.github: rename to build.yml

2 years agohelp.html: larger title
John Benediktsson [Wed, 12 Jan 2022 17:04:45 +0000 (09:04 -0800)]
help.html: larger title

2 years agowebapps: less space in favicon link
John Benediktsson [Wed, 12 Jan 2022 16:58:22 +0000 (08:58 -0800)]
webapps: less space in favicon link

2 years agowebsites.concatenative: align navrow img
John Benediktsson [Wed, 12 Jan 2022 16:46:30 +0000 (08:46 -0800)]
websites.concatenative: align navrow img

2 years agowebapps: adding factor logo and link.
John Benediktsson [Wed, 12 Jan 2022 16:42:16 +0000 (08:42 -0800)]
webapps: adding factor logo and link.

2 years agowebapps.wiki: fix hamburger
John Benediktsson [Wed, 12 Jan 2022 07:23:12 +0000 (23:23 -0800)]
webapps.wiki: fix hamburger

2 years agowebapps: few more fixes
John Benediktsson [Wed, 12 Jan 2022 07:16:27 +0000 (23:16 -0800)]
webapps: few more fixes

2 years agowebapps.pastebin: better css for iphones
John Benediktsson [Wed, 12 Jan 2022 07:11:55 +0000 (23:11 -0800)]
webapps.pastebin: better css for iphones

2 years agowebapps.pastebin: make table wider
John Benediktsson [Wed, 12 Jan 2022 06:55:06 +0000 (22:55 -0800)]
webapps.pastebin: make table wider

2 years agowebapps.wiki: fixing navbar
John Benediktsson [Wed, 12 Jan 2022 06:53:05 +0000 (22:53 -0800)]
webapps.wiki: fixing navbar

2 years agowebapps.wiki: adding back the container.
John Benediktsson [Wed, 12 Jan 2022 06:52:29 +0000 (22:52 -0800)]
webapps.wiki: adding back the container.

2 years agowebapps.pastebin: better css
John Benediktsson [Wed, 12 Jan 2022 06:51:07 +0000 (22:51 -0800)]
webapps.pastebin: better css

2 years agowebsites.concatenative: remove #container
John Benediktsson [Wed, 12 Jan 2022 06:45:41 +0000 (22:45 -0800)]
websites.concatenative: remove #container

2 years agowebapps: updating boilerplate navbar/navrow
John Benediktsson [Wed, 12 Jan 2022 06:40:58 +0000 (22:40 -0800)]
webapps: updating boilerplate navbar/navrow

2 years agohelp.html: need to hide img on iphones
John Benediktsson [Wed, 12 Jan 2022 06:26:48 +0000 (22:26 -0800)]
help.html: need to hide img on iphones

2 years agowebsites.factorcode: use https
John Benediktsson [Wed, 12 Jan 2022 06:23:16 +0000 (22:23 -0800)]
websites.factorcode: use https

2 years agohelp.html: couldn't resist tweaking the design a bit more
John Benediktsson [Wed, 12 Jan 2022 06:22:46 +0000 (22:22 -0800)]
help.html: couldn't resist tweaking the design a bit more

2 years agoextra: using https://factorcode.org
John Benediktsson [Wed, 12 Jan 2022 06:00:10 +0000 (22:00 -0800)]
extra: using https://factorcode.org

2 years agocalendar: Try out a potential locals syntax.
Doug Coleman [Wed, 12 Jan 2022 05:31:43 +0000 (23:31 -0600)]
calendar: Try out a potential locals syntax.

We are actually shadowing `f` in the `easter-month-day` word
before this patch.

2 years agoRevert "Revert "vm: Allow larger 32bit code heaps.""
Doug Coleman [Wed, 12 Jan 2022 04:49:12 +0000 (22:49 -0600)]
Revert "Revert "vm: Allow larger 32bit code heaps.""

This reverts commit c6785b71497bbab32999b53ccfaa36fdd6c7a795.

Trying to allow 96MiB codeheaps on 32bit. Can't remember why this didnt
work last time.

2 years agoRevert "Revert "Revert "alien: better resetting and forgetting."""
John Benediktsson [Wed, 12 Jan 2022 04:48:07 +0000 (20:48 -0800)]
Revert "Revert "Revert "alien: better resetting and forgetting."""

This reverts commit a415fa0cf52a2c6dca76f72d907d557183a550b9.

2 years agoRevert "Revert "alien: better resetting and forgetting.""
John Benediktsson [Wed, 12 Jan 2022 04:41:52 +0000 (20:41 -0800)]
Revert "Revert "alien: better resetting and forgetting.""

This reverts commit fad89ad3832bc08e06a648ca73911bb010067770.

2 years agohelp.syntax: fix nested help lookups.
John Benediktsson [Wed, 12 Jan 2022 04:32:19 +0000 (20:32 -0800)]
help.syntax: fix nested help lookups.

2 years agocalendar.holidays.us: fix unit tests for juneteenth
Doug Coleman [Wed, 12 Jan 2022 04:12:01 +0000 (22:12 -0600)]
calendar.holidays.us: fix unit tests for juneteenth

2 years agoRevert "Revert "words: use remove-word-prop instead of f set-word-prop.""
John Benediktsson [Wed, 12 Jan 2022 03:15:29 +0000 (19:15 -0800)]
Revert "Revert "words: use remove-word-prop instead of f set-word-prop.""

This reverts commit 62b994e1e5a33f6a293d84f203db9b1b03f1cdc5.

2 years agosequences: fix 1surround, add tests
Doug Coleman [Wed, 12 Jan 2022 03:06:17 +0000 (21:06 -0600)]
sequences: fix 1surround, add tests

2 years agoescape-strings.ui: fix typo
Doug Coleman [Wed, 12 Jan 2022 02:54:19 +0000 (20:54 -0600)]
escape-strings.ui: fix typo

2 years agovm: 64mb for codeheap is not enough for load-all. default to 96mb
Doug Coleman [Wed, 12 Jan 2022 02:31:30 +0000 (20:31 -0600)]
vm: 64mb for codeheap is not enough for load-all. default to 96mb

2 years agobasis: trim using lists
Doug Coleman [Wed, 12 Jan 2022 01:23:26 +0000 (19:23 -0600)]
basis: trim using lists

2 years agosequences: Add 1surround which is dup surround
Doug Coleman [Wed, 12 Jan 2022 01:14:18 +0000 (19:14 -0600)]
sequences: Add 1surround which is dup surround

add >string-list

2 years agocalendar.holidays.us: Add Juneteenth and us-market holidays.
Doug Coleman [Wed, 12 Jan 2022 00:07:38 +0000 (18:07 -0600)]
calendar.holidays.us: Add Juneteenth and us-market holidays.

2 years agohelp.html: one prepend instead of multiple prefix
John Benediktsson [Wed, 12 Jan 2022 01:48:52 +0000 (17:48 -0800)]
help.html: one prepend instead of multiple prefix

2 years agohelp.html: title should be black
John Benediktsson [Wed, 12 Jan 2022 01:46:53 +0000 (17:46 -0800)]
help.html: title should be black

2 years agoRevert "words: use remove-word-prop instead of f set-word-prop."
John Benediktsson [Wed, 12 Jan 2022 01:20:10 +0000 (17:20 -0800)]
Revert "words: use remove-word-prop instead of f set-word-prop."

This reverts commit 258839ae638ce4eabcce6fa8a854c0f457f79f7c.

2 years agoRevert "Revert "compiler.units: always call definition observers at the end of a...
John Benediktsson [Wed, 12 Jan 2022 00:06:01 +0000 (16:06 -0800)]
Revert "Revert "compiler.units: always call definition observers at the end of a compilation unit""

This reverts commit 14139ab4030f73054a4cc77ceb2d7d740caad2ef.

2 years agotools.annotations: simplify M\ word (reset)
John Benediktsson [Tue, 11 Jan 2022 23:59:17 +0000 (15:59 -0800)]
tools.annotations: simplify M\ word (reset)

2 years agohelp.html: trying a lightweight theme
John Benediktsson [Tue, 11 Jan 2022 23:51:39 +0000 (15:51 -0800)]
help.html: trying a lightweight theme

2 years agoRevert "compiler.units: always call definition observers at the end of a compilation...
John Benediktsson [Tue, 11 Jan 2022 23:00:24 +0000 (15:00 -0800)]
Revert "compiler.units: always call definition observers at the end of a compilation unit"

This reverts commit 68200f7703ee4afcd49824e11448c141dd089102.

2 years agohtml.templates: switch back to stream-copy
John Benediktsson [Tue, 11 Jan 2022 22:03:01 +0000 (14:03 -0800)]
html.templates: switch back to stream-copy

2 years agohelp.html: dark gray footer text
John Benediktsson [Tue, 11 Jan 2022 21:44:09 +0000 (13:44 -0800)]
help.html: dark gray footer text

2 years agocolors.hwb: remove unused copied private word
John Benediktsson [Tue, 11 Jan 2022 21:36:17 +0000 (13:36 -0800)]
colors.hwb: remove unused copied private word

2 years agoRevert "colors.hcl: adding HCL color space"
John Benediktsson [Tue, 11 Jan 2022 21:18:41 +0000 (13:18 -0800)]
Revert "colors.hcl: adding HCL color space"

This reverts commit 52ef49cdfe92a4dc36aa5562adc801e364941523.

2 years agoRevert "colors: adding link to colors.hcl docs"
John Benediktsson [Tue, 11 Jan 2022 21:18:38 +0000 (13:18 -0800)]
Revert "colors: adding link to colors.hcl docs"

This reverts commit 57d78de1eca2f90995a07a4b550b4d0bb50ea158.