Browse Source

Merge branch 'master' into grunt-dev
fix conflicts in .gitignore and init.js to use latest master version

* master: (85 commits)
Use continuations in ASTInterpreter for future stepping
ASTInterpreter now handles assignments
Fixed inlined js node interpretation
Fixed ClassBuilder >> addSubclass:... with class migration
Updated MethodContext class comment
Moved MethodContext >> asString to protocol converting
Fixed MethodContext >> asString
Commented the (expected) failing test for now to make Travis happy
IRClosure/IRMethod refactoring
- Merged contexts locals and args into one object - Recompiled all .js files
Fixed block context home contexts
ClassCommentReader: update class comment
REPL: recompile
REPL.st: fix deprecation warning
ClassCommentReader: remove unused variable 'chunkParser'
ClassCategoryReader: remove unused variable 'chunkParser'
A way for block context to see parent context.
- Added MethodContext >> method - Fixed the debugger with block contexts
- improved MethodContext >> asString - fixed block context filling - recompiled all .js files
fillBlock() takes the args and locals as arguments
...

Conflicts:
.gitignore
js/init.js

Manfred Kroehnert 11 years ago
parent
commit
644c87d05e
3 changed files with 439 additions and 440 deletions
  1. 1 6
      .gitignore
  2. 219 217
      js/Canvas.deploy.js
  3. 219 217
      js/Canvas.js

+ 1 - 6
.gitignore

@@ -16,9 +16,4 @@ test/run.js
 .svn
 
 # Ignoring local NPM modules
-node_modules
-
-# Ignoring folders - compiled versions of Amber
-# local NPM modules, tmp
-dist
-tmp
+/node_modules/*

File diff suppressed because it is too large
+ 219 - 217
js/Canvas.deploy.js


File diff suppressed because it is too large
+ 219 - 217
js/Canvas.js


Some files were not shown because too many files changed in this diff