Alexander Iljin
|
0637557cca
|
*-docs: remove extra space character at the end of paragraghs
|
2018-08-21 10:45:52 -07:00 |
Doug Coleman
|
9f213f96f6
|
core: Add the shuffler words but without primitives.
The nipd branch slowed bootstrap by a minute, this patch does not.
sorry about changing the fjsc line endings...
|
2018-06-19 22:52:58 -05:00 |
Björn Lindqvist
|
483325d0f0
|
core/: bunch of more docs
|
2017-06-24 16:42:59 +02:00 |
Doug Coleman
|
e189954ecc
|
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ;
|
2017-06-02 11:57:05 -05:00 |
Doug Coleman
|
7c7bb93c55
|
factor: Rename GENERIC# to GENERIC#:.
Fixes #1670.
|
2017-06-01 13:58:58 -05:00 |
John Benediktsson
|
0bb297ed92
|
slots: silly formatting change.
|
2016-04-14 16:59:33 -07:00 |
Doug Coleman
|
c133c16377
|
core: Trim using lists from -tests and clean up a few irregularities.
|
2016-03-30 18:43:41 -07:00 |
Björn Lindqvist
|
85c3ccbb98
|
slots: add initial value for integer-array-capacity, fixes part of #1571
|
2016-03-21 18:10:39 +01:00 |
John Benediktsson
|
35ca557ce7
|
core: use $sequence help-markup in a few places.
|
2016-03-16 10:13:56 -07:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
02008979d9
|
factor: Change ERROR: foo ; to define ``throw-foo`` instead of having ``foo`` throw implicitly. The old ``foo`` still throws implicitly because this is a big change to get right in one patch, but it should be removed soon.
|
2015-08-12 15:26:18 -05:00 |
Doug Coleman
|
330c7ba156
|
factor: Removing SLOT: nth/at/global in favor of using change: at for tuple slots named ``at`` and change-at for hashtables.
Redo many FROM: and QUALIFIED: and using lists.
|
2015-08-12 08:49:02 -05:00 |
Doug Coleman
|
43d6f1d3e2
|
factor: Retrying on the unit tests. Also normalize some syntax with FUNCTION:.
|
2015-07-02 17:28:17 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
44e8e7b344
|
primitives: Change PRIMITIVE: to check that the word is in that vocabulary and the stack effect is correct.
Use PRIMITIVE: in core/ and basis/
|
2015-06-25 18:02:03 -07:00 |
Doug Coleman
|
6e60c811ac
|
core: Rename create to create-word, create-in to create-word-in.
|
2015-06-08 12:47:35 -07:00 |
Doug Coleman
|
632ee276e1
|
core: Remove trailing whitespace.
|
2014-10-31 01:14:31 -07:00 |
John Benediktsson
|
77e8346ec0
|
slots: fix typo, cleanup style a little bit.
|
2013-03-28 20:04:19 -07:00 |
John Benediktsson
|
6a1f280e88
|
slots: make predicates return booleans.
|
2012-08-14 18:09:50 -07:00 |
Doug Coleman
|
78db66a924
|
slots: Don't coerce flots to integers in tuple slots. Add an initial value for bignums so they can be used as tuple slot types. Fixes #593.
|
2012-07-30 18:16:44 -07:00 |
Doug Coleman
|
82c5388f68
|
classes: add syntax for intersection{ and union{ anonymous classes. make classoid a mixin.
|
2011-11-22 18:49:42 -08:00 |
Doug Coleman
|
fac17c10ba
|
classes.maybe: move maybe definition from classes.union to classes.maybe
|
2011-11-22 02:46:36 -08:00 |
Doug Coleman
|
067f9830ef
|
classes.union: Define a maybe: word that makes a tuple that acts as an anonymous union for a type and f. Updated all the places we define UNION: ?foo foo POSTPONE: f ;. Fixes #416 and lots of headaches.
|
2011-11-22 01:56:13 -08:00 |
John Benediktsson
|
95d5daaa7d
|
slots: fix initial value tests.
|
2011-11-14 10:26:08 -08:00 |
Slava Pestov
|
03d6665166
|
Fix ambiguity between 'initial: f' and no initial value in a slot spec. Fixes #382
|
2011-11-12 15:35:51 -08:00 |
John Benediktsson
|
5a943b32c4
|
Remove stack effects from HELP: declarations.
|
2011-10-20 19:36:11 -07:00 |
John Benediktsson
|
80e1c8e3f2
|
Eliminate duplicate syntax for stack effects "(" no longer drops and is identical to the old "((", which is now removed.
|
2011-10-18 13:19:39 -07:00 |
Joe Groff
|
2bd6de9a02
|
slots: pre-create the "at", "nth", and "global" slots to make deterministic the currently nondeterministic ambiguity between accessors:change-* and assocs:change-at, sequences:change-nth, and namespaces:change-global
|
2011-09-19 10:03:43 -07:00 |
Philipp Brüschweiler
|
f36d351012
|
slots: use em dashes
|
2010-08-14 18:27:30 +02:00 |
Philipp Brüschweiler
|
71ee9d5197
|
slots: the docs for writer used obsolete (>>slot) syntax
|
2010-08-13 23:50:10 +02:00 |
Slava Pestov
|
627295f094
|
Language change: tuple slot setter words with stack effect ( value object -- ) are now named FOO<< instead of (>>FOO)
|
2010-05-06 17:21:02 -04:00 |
Slava Pestov
|
11be5a4bd5
|
Rename update to assoc-union!, add assoc-filter! assoc-diff! words
|
2010-02-04 02:55:00 +13:00 |
Slava Pestov
|
df55fed478
|
generic: rename method-body predicate class to method
|
2010-02-03 23:11:24 +13:00 |
Slava Pestov
|
9bc328b50d
|
slots: fix declaration unit test
|
2010-01-17 00:30:36 +13:00 |
Slava Pestov
|
d0dc6ba8af
|
slots, classes.tuple: make 'integer'-declared slots call >integer on the new value before storing it in, and remove code duplication between type checks in writer methods and boa constructors
|
2010-01-16 19:29:19 +13:00 |
Slava Pestov
|
0612bc6177
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Slava Pestov
|
d7dceed096
|
slots: another bootstrap fix
|
2009-11-02 20:28:43 -06:00 |
Slava Pestov
|
857d0ba1fd
|
core: bootstrap fixes
|
2009-11-02 20:21:10 -06:00 |
Keith Lazuka
|
405e5d015b
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Joe Groff
|
06ecb30140
|
make slot initial-values check the class for an "initial-value" word prop; set this word prop on classes.c-types types
|
2009-08-19 21:28:20 -05:00 |
Joe Groff
|
15a7148de0
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-19 15:48:07 -05:00 |
Slava Pestov
|
507e2b7f3a
|
Fix some unit test failures
|
2009-08-18 03:49:05 -05:00 |
Slava Pestov
|
030b1b816c
|
Add inline declarations for various assorted methods
|
2009-08-17 22:32:21 -05:00 |
Joe Groff
|
6fe7fe72c7
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-08-14 10:55:05 -04:00 |
Doug Coleman
|
3f3d57032b
|
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places, minor refactoring
|
2009-08-13 19:21:44 -05:00 |
Joe Groff
|
fd02e59ea1
|
fix bootstrap
|
2009-08-13 12:05:20 -04:00 |
Joe Groff
|
ca592b9654
|
extend T{ } syntax to build structs
|
2009-08-12 15:40:06 -04:00 |
Joe Groff
|
3ac907cbc2
|
tuple-ish structs
|
2009-08-11 22:13:18 -04:00 |
Joe Groff
|
06eeedcb4c
|
change-tracking-tuple class. subclasses will have a "changed?" slot that gets set to true when any slot is modified
|
2009-07-31 21:48:17 -05:00 |