8c19602ae9 
								
							
								 
							
						 
						
							
							
								
								assocs: Add of and ?of. Change all the things at once!  Fixes   #701 .  
							
							
							
						 
						
							2013-03-23 14:59:07 -07:00  
				
					
						
							
							
								 
						
							
							
								5bcdeee745 
								
							
								 
							
						 
						
							
							
								
								classes: Add a check that arguments to classoids are themselves classoids.  
							
							... 
							
							
							
							Introduce a new word-prop that makes tuple-class words classoids at parse-time so that
self-referential tuple definitions with maybe{} work, e.g. TUPLE: node { next maybe{ node } } ;
Add unit test.
Fixes  #766 . 
							
						 
						
							2013-03-22 16:00:46 -07:00  
				
					
						
							
							
								 
						
							
							
								af29a16aeb 
								
							
								 
							
						 
						
							
							
								
								classes: finish converting update-map to use hash-sets.  
							
							
							
						 
						
							2013-03-08 23:23:39 -08:00  
				
					
						
							
							
								 
						
							
							
								f84df9d190 
								
							
								 
							
						 
						
							
							
								
								classes: change class-usage to return a sequence like it's documented to do.  
							
							
							
						 
						
							2013-03-08 23:06:16 -08:00  
				
					
						
							
							
								 
						
							
							
								bca13622f5 
								
							
								 
							
						 
						
							
							
								
								classes: use faster closure in class-usages.  
							
							
							
						 
						
							2013-03-08 23:04:31 -08:00  
				
					
						
							
							
								 
						
							
							
								4da798920e 
								
							
								 
							
						 
						
							
							
								
								Revert "graphs: change closure to use a set and operate on sequences."  
							
							... 
							
							
							
							This reverts commit 2cc201a38a 
							
						 
						
							2013-03-08 18:08:09 -08:00  
				
					
						
							
							
								 
						
							
							
								67e3cfae22 
								
							
								 
							
						 
						
							
							
								
								graphs: change closure to use a set and operate on sequences.  
							
							
							
						 
						
							2013-03-08 17:53:31 -08:00  
				
					
						
							
							
								 
						
							
							
								f06bfef276 
								
							
								 
							
						 
						
							
							
								
								classes: store implementors in hash-sets.  
							
							
							
						 
						
							2013-03-08 10:29:50 -08:00  
				
					
						
							
							
								 
						
							
							
								559b5bfa5b 
								
							
								 
							
						 
						
							
							
								
								using the new H{ } make.  
							
							
							
						 
						
							2012-07-19 09:50:09 -07:00  
				
					
						
							
							
								 
						
							
							
								5e16810075 
								
							
								 
							
						 
						
							
							
								
								using reverse! when possible.  
							
							
							
						 
						
							2012-04-25 20:09:36 -07:00  
				
					
						
							
							
								 
						
							
							
								82c5388f68 
								
							
								 
							
						 
						
							
							
								
								classes: add syntax for intersection{ and union{ anonymous classes. make classoid a mixin.  
							
							
							
						 
						
							2011-11-22 18:49:42 -08:00  
				
					
						
							
							
								 
						
							
							
								cab0369fec 
								
							
								 
							
						 
						
							
							
								
								classes: Make methods dispatch on maybes. Fix a couple bugs in the implementation of maybe. classoid? is now a dumb test if an object could be a well-formed classoid; valid-classoid? tests for well-formedness. Move maybe tests. Make pprint* work better on methods.  
							
							
							
						 
						
							2011-11-22 15:12:20 -08:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								f9257959fd 
								
							
								 
							
						 
						
							
							
								
								Rename class to class-of  
							
							
							
						 
						
							2011-10-24 06:47:42 -05:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								7074979745 
								
							
								 
							
						 
						
							
							
								
								Moving new-sets to sets  
							
							
							
						 
						
							2010-02-26 16:01:01 -05:00  
				
					
						
							
							
								 
						
							
							
								cd1986a906 
								
							
								 
							
						 
						
							
							
								
								classes: fix regression from recent bug fix  
							
							
							
						 
						
							2010-02-15 23:46:55 +13:00  
				
					
						
							
							
								 
						
							
							
								3e5e3a6d3f 
								
							
								 
							
						 
						
							
							
								
								classes: call reset-generic on predicate word to avoid redefinition problems (reported by littledan)  
							
							
							
						 
						
							2010-02-15 18:34:45 +13:00  
				
					
						
							
							
								 
						
							
							
								e929d906ce 
								
							
								 
							
						 
						
							
							
								
								classes: If a tuple class with subclasses is redefined into something that's not a tuple class, subclasses are changed to inherit from 'tuple' instead of being forgotten. Also, changing the metaclass of a union or intersection member no longer removes it from the union or intersection. Finally, make some internal words private  
							
							
							
						 
						
							2010-02-01 02:48:39 +13:00  
				
					
						
							
							
								 
						
							
							
								3addfcc2ad 
								
							
								 
							
						 
						
							
							
								
								classes: more robust code for detecting circular inheritance, move it out of classes.tuple since predicate classes need the same check too  
							
							
							
						 
						
							2010-02-01 00:08:18 +13:00  
				
					
						
							
							
								 
						
							
							
								c027046857 
								
							
								 
							
						 
						
							
							
								
								New 'conditional dependency' mechanism for more accurate recording of recompilation information  
							
							
							
						 
						
							2010-01-30 09:28:57 +13:00  
				
					
						
							
							
								 
						
							
							
								4f68808a72 
								
							
								 
							
						 
						
							
							
								
								Rename predicate-word to create-predicate-word and add a new predicate-word word  
							
							
							
						 
						
							2010-01-30 09:28:55 +13:00  
				
					
						
							
							
								 
						
							
							
								830e25c70b 
								
							
								 
							
						 
						
							
							
								
								More changes so that mixins trigger even less recompilation  
							
							
							
						 
						
							2010-01-30 09:28:53 +13:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								8414693142 
								
							
								 
							
						 
						
							
							
								
								stack-checker: trust word declarations instead of recursively checking them  
							
							
							
						 
						
							2009-04-20 18:44:45 -05:00  
				
					
						
							
							
								 
						
							
							
								7bf0a46d3d 
								
							
								 
							
						 
						
							
							
								
								Updating tests for method-spec removal  
							
							
							
						 
						
							2009-04-06 04:16:39 -05:00  
				
					
						
							
							
								 
						
							
							
								6080c6e734 
								
							
								 
							
						 
						
							
							
								
								Fix stack effect redefinition  
							
							
							
						 
						
							2009-03-22 20:16:31 -05:00  
				
					
						
							
							
								 
						
							
							
								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  
				
					
						
							
							
								 
						
							
							
								f34c14a0f5 
								
							
								 
							
						 
						
							
							
								
								Remove some usages of tuck  
							
							
							
						 
						
							2009-01-23 18:20:47 -06:00  
				
					
						
							
							
								 
						
							
							
								c5160d76e9 
								
							
								 
							
						 
						
							
							
								
								Merge qualified, alias, symbols, constants into core  
							
							
							
						 
						
							2008-12-17 18:10:01 -06:00  
				
					
						
							
							
								 
						
							
							
								4fd1767768 
								
							
								 
							
						 
						
							
							
								
								Old fix for classes-intersect? no-method bug was incorrect; we were  
							
							... 
							
							
							
							ignoring anonymous classes in compiled-generic-crossref. Also,
forget* now calls reset-word so that references to predicates of
forgotten classes don't break the compiler with a similar error. 
							
						 
						
							2008-11-05 18:32:02 -06:00  
				
					
						
							
							
								 
						
							
							
								9b492b55e0 
								
							
								 
							
						 
						
							
							
								
								Fix minor leak: class-caches were not reset if a class was forgotten  
							
							
							
						 
						
							2008-11-04 02:17:37 -06:00  
				
					
						
							
							
								 
						
							
							
								c19f2257f4 
								
							
								 
							
						 
						
							
							
								
								Fix permission bits  
							
							
							
						 
						
							2008-10-02 08:34:49 -05:00  
				
					
						
							
							
								 
						
							
							
								34952ff5c4 
								
							
								 
							
						 
						
							
							
								
								Faster call-next-method  
							
							
							
						 
						
							2008-10-01 08:20:49 -05:00  
				
					
						
							
							
								 
						
							
							
								44f53de164 
								
							
								 
							
						 
						
							
							
								
								Move make to its own vocabulary, remove fry _ feature  
							
							
							
						 
						
							2008-09-10 20:07:00 -05:00  
				
					
						
							
							
								 
						
							
							
								f5fbd94a4c 
								
							
								 
							
						 
						
							
							
								
								New compiled crossref implementation  
							
							
							
						 
						
							2008-08-31 01:34:00 -05:00  
				
					
						
							
							
								 
						
							
							
								86e04a81dc 
								
							
								 
							
						 
						
							
							
								
								Fix conflict  
							
							
							
						 
						
							2008-08-30 02:32:17 -05:00  
				
					
						
							
							
								 
						
							
							
								3cef7c9992 
								
							
								 
							
						 
						
							
							
								
								Smarter usage tracking system  
							
							
							
						 
						
							2008-08-30 02:31:27 -05:00  
				
					
						
							
							
								 
						
							
							
								b3f3068bdc 
								
							
								 
							
						 
						
							
							
								
								Massive focused action  #1  
							
							
							
						 
						
							2008-08-30 00:09:45 -05:00  
				
					
						
							
							
								 
						
							
							
								2440fc1ceb 
								
							
								 
							
						 
						
							
							
								
								Fixing remaining issues  
							
							
							
						 
						
							2008-08-22 17:38:23 -05:00  
				
					
						
							
							
								 
						
							
							
								44c1c1f679 
								
							
								 
							
						 
						
							
							
								
								Move tuple-class to classes.tuple where it belongs  
							
							
							
						 
						
							2008-07-05 00:59:39 -05:00  
				
					
						
							
							
								 
						
							
							
								091484de98 
								
							
								 
							
						 
						
							
							
								
								Fix ERROR:, erg's mixin bug  
							
							
							
						 
						
							2008-07-04 01:32:11 -05:00  
				
					
						
							
							
								 
						
							
							
								0be00f03e6 
								
							
								 
							
						 
						
							
							
								
								Mirrors now check sot t slot types, support type coercion for setters, instance? now infers, better transform for 'new', more efficient 'case' where keys are all wrappers  
							
							
							
						 
						
							2008-06-29 02:12:44 -05:00  
				
					
						
							
							
								 
						
							
							
								b36e06d0d6 
								
							
								 
							
						 
						
							
							
								
								Builtinn types now use new slot accessors; tuple slot type declaration work in progress  
							
							
							
						 
						
							2008-06-28 02:36:20 -05:00  
				
					
						
							
							
								 
						
							
							
								6e0d35e615 
								
							
								 
							
						 
						
							
							
								
								Split up huge parser vocabulary  
							
							
							
						 
						
							2008-06-25 03:25:08 -05:00  
				
					
						
							
							
								 
						
							
							
								685d53e264 
								
							
								 
							
						 
						
							
							
								
								Add gather word; faster 'implementors' using inverted index  
							
							
							
						 
						
							2008-06-12 05:49:46 -05:00  
				
					
						
							
							
								 
						
							
							
								c1509d5fe5 
								
							
								 
							
						 
						
							
							
								
								Fix more redefinition problems  
							
							
							
						 
						
							2008-06-11 20:46:53 -05:00  
				
					
						
							
							
								 
						
							
							
								80720cea0d 
								
							
								 
							
						 
						
							
							
								
								More redefinition fixes  
							
							
							
						 
						
							2008-06-11 17:40:33 -05:00  
				
					
						
							
							
								 
						
							
							
								c95851e34f 
								
							
								 
							
						 
						
							
							
								
								Bug fixes and cleanups  
							
							
							
						 
						
							2008-06-11 02:58:38 -05:00  
				
					
						
							
							
								 
						
							
							
								ba8f1388ab 
								
							
								 
							
						 
						
							
							
								
								Fixing everything for mandatory stack effects  
							
							
							
						 
						
							2008-06-09 02:14:14 -05:00