Slava Pestov
|
51e43d69ab
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-03-31 23:39:36 -05:00 |
Slava Pestov
|
ab7f433aa2
|
Fix stack effect declarations for (>>foo) words
|
2009-03-31 23:39:11 -05:00 |
Daniel Ehrenberg
|
9e9116f0ea
|
Better error message for syntax error in : foo ( : bar
|
2009-03-31 23:18:52 -05:00 |
Slava Pestov
|
932d44cab8
|
Small speedup for code using H{ } clone and with-scope
|
2009-03-31 08:16:04 -05:00 |
Slava Pestov
|
5a903d7bcd
|
Fix a bug in CONSTANT: -- it wasn't calling reset-word
|
2009-03-29 22:46:27 -05:00 |
Slava Pestov
|
4e260ff000
|
Fix syntax docs
|
2009-03-28 04:25:07 -05:00 |
Slava Pestov
|
f97389503f
|
Fix stream-read-until on byte-readers
|
2009-03-27 19:26:16 -05:00 |
Slava Pestov
|
6c0986f8b2
|
Add definition mixin in definitions vocab to replace hard-coded union in ui.tools.operations; add ?execute to kernel to replace dup word? [ execute ] when calls in unicode.breaks and opengl
|
2009-03-26 21:27:45 -05:00 |
Slava Pestov
|
b51ed8559e
|
Update GENERIC# docs now that stack effect is mandatory
|
2009-03-26 21:26:06 -05:00 |
Doug Coleman
|
b771758ff7
|
fix load errors, help lint
|
2009-03-26 10:45:52 -05:00 |
Doug Coleman
|
8b7fcce399
|
update code for usages of add-library
|
2009-03-25 23:00:19 -05:00 |
Doug Coleman
|
4b275c2861
|
make add-library normalize-path, use libfactor-ffi-tests for testing ffi
|
2009-03-25 13:05:34 -05:00 |
Slava Pestov
|
7741d2ca23
|
- definitions.icons now has a reference article
- move about to help.vocabs; it now opens the vocab browser instead
- help.vocabs is in default use list
- add runnable-vocab predicate class
|
2009-03-24 09:11:45 -05:00 |
Slava Pestov
|
637d06a4f8
|
Add silly 'tip of the day' feature, and 'recently visited' list to UI browser home page
|
2009-03-24 04:11:08 -05:00 |
Slava Pestov
|
6f4e5b4bd9
|
Move synopsis* from definitions to see
|
2009-03-23 19:25:10 -05:00 |
Slava Pestov
|
8385e9d9f5
|
Fixing compile errors, test failures and help lint failures
|
2009-03-23 17:12:41 -05:00 |
Slava Pestov
|
a3e05d8ecc
|
Add stack declarations to primitives during bootstrap now that ( is just a comment and won't affect HELP: anymore
|
2009-03-23 03:03:44 -05:00 |
Slava Pestov
|
356bff6424
|
kernel doesn't need to depend on classes.tuple.private
|
2009-03-23 01:18:39 -05:00 |
Slava Pestov
|
723bfab030
|
Fixing unit tests for syntax change
|
2009-03-23 00:34:02 -05:00 |
Slava Pestov
|
6080c6e734
|
Fix stack effect redefinition
|
2009-03-22 20:16:31 -05:00 |
Slava Pestov
|
4fc2182ac8
|
define-generic and define-simple-generic now take stack effect parameters; math-combination is a singleton instead of a tuple
|
2009-03-22 18:00:26 -05:00 |
Slava Pestov
|
e0d48e3ab6
|
New utility word: complete-effect
|
2009-03-22 17:59:40 -05:00 |
Slava Pestov
|
0ffc9247cc
|
words: Fix compile errors in unit tests, remove ?word-name word and replace its usages with present
|
2009-03-22 17:53:06 -05:00 |
Slava Pestov
|
c0154c1391
|
Change (:) to parse effect immediately, and remove ( parsing word
|
2009-03-21 03:17:35 -05:00 |
Slava Pestov
|
ea60f8ae93
|
Changing : foo ; parsing to SYNTAX: foo ;
|
2009-03-21 01:27:50 -05:00 |
Daniel Ehrenberg
|
db876598ed
|
Fixing code-point-length
|
2009-03-19 17:42:38 -05:00 |
Doug Coleman
|
92d58b1160
|
Add more unit tests for code-point-length
|
2009-03-19 17:36:49 -05:00 |
Slava Pestov
|
9d44b7620f
|
Fixing the build
|
2009-03-18 17:01:26 -05:00 |
Slava Pestov
|
2ed97f5a24
|
Various fixes for call(
|
2009-03-17 18:53:44 -05:00 |
Slava Pestov
|
786475102d
|
Make more code infer
|
2009-03-17 02:19:50 -05:00 |
Slava Pestov
|
bdec395130
|
Remove predicate-instance? hack; use call( instead
|
2009-03-16 20:49:19 -05:00 |
Slava Pestov
|
be4fb1e7d9
|
Move call( and execute( to core
|
2009-03-16 20:11:36 -05:00 |
Slava Pestov
|
38c6be94d4
|
Fixing some stack comments
|
2009-03-16 06:17:18 -05:00 |
Slava Pestov
|
1559b74640
|
Add new check-datastack primitive and re-implement call( with it, instead of using with-datastack. call( is now 5x faster
|
2009-03-16 06:16:51 -05:00 |
Slava Pestov
|
1fab364299
|
Updating some unit tests
|
2009-03-16 00:05:43 -05:00 |
Slava Pestov
|
fe8b55bb90
|
Moving mixin instances between source files works better now
|
2009-03-16 00:04:34 -05:00 |
Slava Pestov
|
47dc534901
|
Help lint fixes
|
2009-03-15 23:25:29 -05:00 |
Slava Pestov
|
54e824ffe4
|
Move dummy-compiler to compiler.units; throw a better error if make-image is passed an invalid architecture
|
2009-03-15 19:15:28 -05:00 |
Slava Pestov
|
943f0ee10f
|
Add test cases for problem with moving mixin instances and methods between vocabularies
|
2009-03-15 18:33:29 -05:00 |
Slava Pestov
|
07a5a46009
|
Add stream-element-type generic word
|
2009-03-15 17:11:18 -05:00 |
Slava Pestov
|
5cfa4a7677
|
Update primitives.factor for compiler.units changes
|
2009-03-13 19:42:35 -05:00 |
Slava Pestov
|
bf41b187b0
|
Re-organize code so that with-compilation-unit can infer
Fix with-compilation-unit to work in deployed code
|
2009-03-13 19:39:32 -05:00 |
Slava Pestov
|
a23a6a2870
|
Forgetting a predicate class now updates predicate-instance? word
|
2009-03-13 04:22:16 -05:00 |
Slava Pestov
|
8f1240cf96
|
Forgetting a word doesn't call reset-word anymore, fixing an issue where a word calling a forgotten word wouldn't compile because the 'declared-effect' word prop was not set
|
2009-03-13 00:40:18 -05:00 |
Slava Pestov
|
a6b57c495f
|
Fix check-slice
|
2009-03-12 20:37:26 -05:00 |
Slava Pestov
|
667eca9410
|
Fix unit tests and help lint for 'see' move
|
2009-03-11 17:33:54 -05:00 |
Slava Pestov
|
fdcd8f210a
|
Add 'see' to default vocab search path
|
2009-03-11 13:57:31 -05:00 |
Daniel Ehrenberg
|
eaf72b54f6
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-03-11 11:57:43 -05:00 |
Slava Pestov
|
eb0bedd9b0
|
Fixing up code after 'see' refactoring
|
2009-03-11 08:34:25 -05:00 |
Slava Pestov
|
abab72f80c
|
Move 'see' to its own vocabulary, and fix excess newlines after panes change
|
2009-03-11 07:18:24 -05:00 |