Commit Graph

65 Commits (63089a21247d93389be2d2684fece06a50bc673b)

Author SHA1 Message Date
Eduardo Cavazos 34ba89025b combinators.lib: fix bug 2008-06-01 10:46:38 -05:00
Eduardo Cavazos 73b0e07277 combinators.lib: Add || variants 2008-05-28 21:44:02 -05:00
Doug Coleman f706b50ac7 remove dipd, it's 2dip 2008-05-23 22:48:58 -05:00
Slava Pestov 2cbfa9c2d7 Move destructors to core 2008-05-14 23:23:12 -05:00
Doug Coleman 7c09936f30 use butlast, butlast-slice
"extra/foo" resource-path -> "resource:extra/foo"
2008-05-06 12:37:11 -05:00
Doug Coleman 72080fda4a construct-boa -> boa
construct-empty -> new
2008-04-13 15:06:27 -05:00
Eduardo Cavazos d1c9082cd4 combinators.cleave: Major insurgency assault 2008-04-01 16:22:14 -06:00
Slava Pestov 9e13e61a74 Fix some load errors 2008-03-29 04:07:06 -05:00
Slava Pestov aec04edbda Phasing out get-slots and cleaning up some code 2008-03-29 00:59:05 -05:00
Slava Pestov ea45fe2b45 Move more cleave stuff into core 2008-03-28 23:38:03 -05:00
Slava Pestov 1f3e6fd0b7 combinators.cleave is now core 2008-03-28 23:00:20 -05:00
Slava Pestov 89a531d4a2 Fixing unit tests 2008-03-26 17:07:50 -05:00
Slava Pestov 8d7ccf2596 Add unit test for ifte 2008-03-21 17:48:01 -05:00
Doug Coleman 3e7940216e swap append to swap append
refactoring path+ to append-path
swap path+ to prepend-path
calendar gmt-offset to duration
2008-03-19 19:15:32 -05:00
Doug Coleman 3e14b0fac0 Merge branch 'master' of git://factorcode.org/git/factor 2008-03-19 16:21:17 -05:00
Doug Coleman 077df62492 add 2bi* 2008-03-19 16:20:14 -05:00
Doug Coleman 40aab45282 add do-while and use it in generate 2008-03-19 16:16:35 -05:00
Joe Groff 6f89d7921b Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/combinators/lib/lib.factor
	extra/io/windows/files/files.factor
	extra/opengl/demo-support/demo-support.factor
	extra/opengl/shaders/shaders.factor
2008-03-15 20:39:43 -07:00
Joe Groff fe9ab0e26b COM unit tests. Remove redundant call-with word and use cleave instead. 2008-03-15 17:45:05 -07:00
Eduardo Cavazos 02758aeadb combinators.cleave: <arr> and <arr*> 2008-03-14 12:59:17 -06:00
Eduardo Cavazos acdbfeb728 cleave-docs: minor additions 2008-03-14 00:17:00 -06:00
Eduardo Cavazos 70e160d08c combinators.cleave-docs: Add a couple of items 2008-03-13 15:39:54 -06:00
Eduardo Cavazos a5551f8f56 combinators.cleave: add 2cleave and improve stack effect comments 2008-03-13 15:39:25 -06:00
Slava Pestov fd9bf040ba Removing call-with call-with2; use cleave instead 2008-03-13 03:41:57 -05:00
Joe Groff 07baa20969 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/combinators/lib/lib.factor
2008-03-12 20:52:00 -07:00
Eduardo Cavazos 925b9e241b combinators.cleave: add help 2008-03-12 10:57:57 -06:00
Eduardo Cavazos 8b8d2316b7 combinators.cleave: more helpful effects 2008-03-12 10:57:11 -06:00
Slava Pestov 32526206f1 Help fixes 2008-03-11 19:51:58 -05:00
Slava Pestov e98cd1fd59 New convention for unit tests 2008-03-01 17:00:45 -05:00
Doug Coleman adf5cfda59 clean up retry 2008-02-29 18:04:09 -06:00
Doug Coleman 0102689b1e make retry inline 2008-02-29 00:11:50 -06:00
Doug Coleman fbfa1f8de9 add retry combinator to combinators.lib 2008-02-28 15:42:34 -06:00
Eduardo Cavazos 73ba7221af combinators.cleave: add general cleave macro 2008-02-23 15:51:10 -06:00
Eduardo Cavazos 00333096e1 combinators.cleave: add general spread macro 2008-02-23 14:22:04 -06:00
Joe Groff 5f79372789 Rename out-keep to multikeep and move it into combinators.lib 2008-02-15 22:51:52 -08:00
Aaron Schaefer b4324cdd58 Update search paths after combinators.lib -> sequences.lib move 2008-02-12 16:49:53 -05:00
Slava Pestov e66e6d70e4 Moved dispatch to sequences.private 2008-02-11 01:19:53 -06:00
Slava Pestov a423ca63f4 Tiny cleanup of combinators.lib and sequences.lib 2008-02-11 00:14:40 -06:00
Slava Pestov 5ecf3f7225 Improve unit test documentation and update some tests 2008-02-06 22:58:41 -06:00
Slava Pestov 8428f66933 Fixing unit tests 2008-02-06 15:00:10 -06:00
Slava Pestov be2c8b13d7 Rename unit-test-fails to must-fail and add must-fail-with to replace [ t ] [ [ ... ] catch ... ] unit-test idiom 2008-02-06 13:47:19 -06:00
Slava Pestov 578ee72509 Fix conflict 2008-01-27 23:17:48 -06:00
Slava Pestov 1c91a286e5 Updating summary and authors 2008-01-27 01:02:31 -04:00
Slava Pestov 6458d6e946 Remove word moved to core 2008-01-26 23:40:01 -04:00
Joe Groff c28f6ee6ff Merge git://factorcode.org/git/factor 2008-01-25 07:08:25 -08:00
Joe Groff c5f0829b09 Add call-with and call-with2 to combinators.lib, which act like map-call-with except they do not collect the results into an array 2008-01-20 10:08:36 -08:00
Doug Coleman 93187f356b add map-index, each-index, 2quot-with, or?, and? 2008-01-16 10:19:50 -10:00
Doug Coleman 8b8ebaacc8 small cleanups from lint 2008-01-12 07:42:47 -10:00
Doug Coleman 824c696e96 change over slip -> keep 2008-01-11 11:04:26 -10:00
Doug Coleman f627598905 add with* assoc-each-with 2008-01-10 16:55:38 -10:00