Slava Pestov
|
7d0ae65adc
|
Don't call notify-error-observers if there weren't any new definitions
|
2009-04-24 01:19:28 -05:00 |
Slava Pestov
|
ba40acda28
|
Merge Joe Groff's booleans vocab into kernel
|
2009-04-23 22:39:31 -05:00 |
Slava Pestov
|
5649cc7a0a
|
Compiler warnings are no more
|
2009-04-23 22:17:25 -05:00 |
Slava Pestov
|
c074c2c93b
|
Fix >alist docs
|
2009-04-23 19:07:27 -05:00 |
Slava Pestov
|
c2fe2a4fea
|
Improve stack checker documentation
|
2009-04-23 03:48:32 -05:00 |
Slava Pestov
|
8432c30ed1
|
Fix docs
|
2009-04-22 21:20:36 -05:00 |
Slava Pestov
|
85426d1d7d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-04-22 19:36:13 -05:00 |
Slava Pestov
|
c9defa6494
|
Make FORGET: M\ ... work
|
2009-04-22 19:36:01 -05:00 |
Doug Coleman
|
7f983f12d4
|
fix help lint failures, fix example in words
|
2009-04-22 12:26:28 -05:00 |
Slava Pestov
|
3353a777f7
|
Fixing some unit test failures
|
2009-04-22 07:05:00 -05:00 |
Slava Pestov
|
48e70b65fa
|
Move cross-referencing stuff to tools.crossref since compiler doesn't depend on it anymore, and compute cross-referencing index as needed; reduces image size by ~4Mb
|
2009-04-22 04:20:38 -05:00 |
Slava Pestov
|
a3c0dd44a1
|
Revert "Remove method-declaration stuff from generic.standard since hints accomplishes the same thing"
This reverts commit 487b92074c .
|
2009-04-22 00:15:48 -05:00 |
Slava Pestov
|
487b92074c
|
Remove method-declaration stuff from generic.standard since hints accomplishes the same thing
|
2009-04-21 23:19:13 -05:00 |
Slava Pestov
|
97a522da0e
|
Fix conflict
|
2009-04-21 16:26:22 -05:00 |
Slava Pestov
|
bd8787d540
|
Tweak unit test in classes vocab to yield more information on failure
|
2009-04-21 16:23:54 -05:00 |
Slava Pestov
|
469c9ee21d
|
Debugging stack checking
|
2009-04-21 16:09:53 -05:00 |
Slava Pestov
|
a9b4a724a4
|
Remove "compiled-status" word prop and simplify associated machinery
|
2009-04-21 03:23:11 -05:00 |
Slava Pestov
|
461ddfac1a
|
Fix 'become'
|
2009-04-21 00:05:39 -05:00 |
Slava Pestov
|
f38d2f91f6
|
Words which didn't compile cannot be run at all
|
2009-04-20 22:05:41 -05:00 |
Slava Pestov
|
05f3f9dcb9
|
Fixing unit tests for stack effect inference changes
|
2009-04-20 21:15:19 -05:00 |
Slava Pestov
|
ad943f6c4c
|
Merge branch 'master' into more_robust_stack_checking
|
2009-04-20 20:11:32 -05:00 |
Slava Pestov
|
0d0c7f2d55
|
Fix unit test failures caused by stricter type checking in M: encoder stream-write
|
2009-04-20 20:05:17 -05:00 |
Slava Pestov
|
8414693142
|
stack-checker: trust word declarations instead of recursively checking them
|
2009-04-20 18:44:45 -05:00 |
Slava Pestov
|
5165d811d5
|
Changing the stack effect of a generic word could break the compiler
|
2009-04-20 04:21:00 -05:00 |
Slava Pestov
|
0f26d02d41
|
Passing the wrong type of sequence to M\ encoder write now throws an error
|
2009-04-20 03:26:56 -05:00 |
Slava Pestov
|
ec72f33fcb
|
Documentation updates
|
2009-04-20 02:23:52 -05:00 |
Slava Pestov
|
bcd0533794
|
Improve example in syntax vocab
|
2009-04-20 01:42:54 -05:00 |
Alex Chapman
|
dac233992a
|
Merge branch 'master' into experimental
|
2009-04-20 12:21:54 +10:00 |
Slava Pestov
|
e811dd6192
|
Reverse compiler.errors => tools.errrs dependency to reduce deploy image size
|
2009-04-18 03:21:31 -05:00 |
Doug Coleman
|
7eaa20a4c5
|
fix stack effect of n*quot, use iota in core/slots
|
2009-04-17 18:04:41 -05:00 |
Slava Pestov
|
f80c89f128
|
Add fatal? flag to error types; non-fatal errors are hidden by default in error list, not shown in summary
|
2009-04-17 16:16:12 -05:00 |
Doug Coleman
|
7a1841f59b
|
(( -- )) eval -> eval( -- )
|
2009-04-17 15:49:21 -05:00 |
Doug Coleman
|
364ea217ef
|
fix more compiler errors
|
2009-04-17 14:44:08 -05:00 |
Doug Coleman
|
aad6a3d504
|
fixing compiler error in core
|
2009-04-17 12:45:57 -05:00 |
Alex Chapman
|
c2a35ecf33
|
Fix an example in syntax docs
|
2009-04-17 19:07:45 +10:00 |
Slava Pestov
|
0a5b076c11
|
Make the walker infer
|
2009-04-16 23:14:11 -05:00 |
Slava Pestov
|
c0874e64cc
|
Documentation updates
|
2009-04-15 18:19:35 -05:00 |
Slava Pestov
|
a7eb21659d
|
Merge branch 'smarter_error_list' of git://factorcode.org/git/factor into smarter_error_list
|
2009-04-15 00:27:36 -05:00 |
Slava Pestov
|
83b7ac3f3a
|
Forgetting a definition removes compile error
Notify definition observers with nested compilation units
|
2009-04-15 00:27:02 -05:00 |
Slava Pestov
|
b5b80cd0e9
|
Documentation updates
|
2009-04-14 20:36:10 -05:00 |
Slava Pestov
|
128715def4
|
Documentation updates
|
2009-04-14 17:55:58 -05:00 |
Slava Pestov
|
d582c260ac
|
Merge branch 'smarter_error_list' of git://factorcode.org/git/factor into smarter_error_list
|
2009-04-14 15:09:07 -05:00 |
Slava Pestov
|
65b27354ad
|
Merge branch 'master' into smarter_error_list
|
2009-04-14 15:07:22 -05:00 |
Slava Pestov
|
1c68b389cc
|
Document special float values
|
2009-04-14 15:05:10 -05:00 |
Slava Pestov
|
30a44225cd
|
Fix code for floats syntax change
|
2009-04-14 15:04:58 -05:00 |
Slava Pestov
|
eface15ffa
|
Merge branch 'master' into smarter_error_list
|
2009-04-13 20:35:35 -05:00 |
Slava Pestov
|
cb6f59ff5b
|
Fix unit test failure in math.parser
|
2009-04-13 20:25:55 -05:00 |
Slava Pestov
|
28687d73c5
|
delete-file-errors calls notify-error-observers
|
2009-04-13 20:25:31 -05:00 |
Slava Pestov
|
c01266300a
|
Merge branch 'master' into smarter_error_list
|
2009-04-13 20:08:48 -05:00 |
Slava Pestov
|
0ffd43e2e3
|
1.0/0.0 => 1/0.
|
2009-04-13 19:48:08 -05:00 |