Nicolas Petton
							
						 | 
						
							
							
								029b1911d0
							
							Fixed ClassBuilder >> addSubclass:... with class migration
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								6383aef67c
							
							Updated MethodContext class comment
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								baa1f1ec32
							
							Moved MethodContext >> asString to protocol converting
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								f0f92bb855
							
							Fixed MethodContext >> asString
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								e88a04f0c0
							
							Merge branch 'master' into ast-interpreter
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								8b6f1a7e86
							
							Merge pull request #331 from mkroehnert/fixes
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								68a217f84d
							
							Commented the (expected) failing test for now to make Travis happy
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								04a8ef36fc
							
							IRClosure/IRMethod refactoring
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								c5a513a221
							
							- Merged contexts locals and args into one object
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								1cb1af086d
							
							Fixed block context home contexts
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								54aec497e2
							
							Merge pull request #330 from herby/context-defaults
						 | 
						12 年之前 | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								cfeaa4906c
							
							ClassCommentReader: update class comment
						 | 
						12 年之前 | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								a0221a8b85
							
							REPL: recompile
						 | 
						12 年之前 | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								eaea314d51
							
							REPL.st: fix deprecation warning
						 | 
						12 年之前 | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								cc549ca84e
							
							ClassCommentReader: remove unused variable 'chunkParser'
						 | 
						12 年之前 | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								c82d71b094
							
							ClassCategoryReader: remove unused variable 'chunkParser'
						 | 
						12 年之前 | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								9098952ddb
							
							A way for block context to see parent context.
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								744ebb56eb
							
							- Added MethodContext >> method
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								b4f9a7f555
							
							- improved MethodContext >> asString
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								e689c26b17
							
							fillBlock() takes the args and locals as arguments
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								bb028de524
							
							Merge pull request #329 from herby/fillblock
						 | 
						12 年之前 | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								0b67c09583
							
							Fixing and shortening block context setup.
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								fadbe674a2
							
							- fixed context locals filling
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								7b9e44855c
							
							- Use JS temp variables
						 | 
						12 年之前 | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								1539da9430
							
							Error: set default messageText to the name of the error class
						 | 
						12 年之前 | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								0007083ebf
							
							UnknownVariableError: add >>messageText
						 | 
						12 年之前 | 
					
				
					
						
							
								   Manfred Kroehnert
							
						 | 
						
							
							
								37d84d90c7
							
							Kernel-Tests: fix compilation error with new compiler
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								862f54e3c7
							
							Merge pull request #328 from herby/gh-326
						 | 
						12 年之前 | 
					
				
					
						
							
								   Herbert Vojčík
							
						 | 
						
							
							
								1dbac0d828
							
							Fixes #326. Stops subtree aliasing at block boundary.
						 | 
						12 年之前 | 
					
				
					
						
							
								   Nicolas Petton
							
						 | 
						
							
							
								611d24d82e
							
							Merge pull request #327 from herby/nil-subclass-symbol-fix
						 | 
						12 年之前 |