Commit History

Author SHA1 Message Date
  Nicolas Petton 917f475e13 Merge pull request #202 from herby/es5 12 years ago
  Herbert Vojčík 900079a789 Be on the safe side, ObjectTest>>testIdentity checks all pairs from ObjectTest>>testEquality. 12 years ago
  Herbert Vojčík 89f1212eba Tests for primitive identity. Regression for GH-203. 12 years ago
  Herbert Vojčík 041329efee Fix to explicitly have value: in any Object.defineProp... call. Now it should work with kriskowal/es5-shim. 12 years ago
  Herbert Vojčík 4b137ba3e5 identityHash now non-enumerable. No other self.xxx=yyy found which should be non-enumerable. 12 years ago
  Herbert Vojčík 242b3f8c68 Methods and common st infrastructure in fn.prototype made non-enumberable. 12 years ago
  Nicolas Petton 67e5546af1 Merge pull request #198 from herby/morecompilers 12 years ago
  Herbert Vojčík 470a01b0ab Compiler API part split from CodeGenerator part. 12 years ago
  Nicolas Petton afd7523ef3 - Renamed AbstractCompiler >> loadExpression: to #evaluateExpression: 12 years ago
  Nicolas Petton 3f3dc22141 Merge branch 'master', remote-tracking branch 'herby/master' 12 years ago
  Herbert Vojčík e7097c4711 Refactored load:forClass: pervasively calling setupClass: into install:forClass:category: and refactoring all senders. 12 years ago
  Nicolas Petton 255a5a798a - New methods Error >> #signal and Error class >> signal 12 years ago
  Nicolas Petton 2ed620a330 - Removed smalltalk.setDeploymentMode() as it was not used anymore 12 years ago
  Nicolas Petton 075dab2bdf Merge pull request #196 from herby/master 12 years ago
  Herbert Vojčík 9588b76045 Fix super-call to use MethodCLass.superclass instead of hardwiring CompileTimeSuperclass. 12 years ago
  Nicolas Petton f0de1014b1 Fixed issue #173 in the compiler (Compiler>>visitJSStatementNode:) 12 years ago
  Nicolas Petton dcf7ef1acb Fixed issue #167 12 years ago
  Nicolas Petton a5f0e6e7b6 Fixed issue #127 12 years ago
  Nicolas Petton 171054834f Fixed issue #141 12 years ago
  Nicolas Petton af2e579d59 Fixed issue #181 + unit tests 12 years ago
  Nicolas Petton 8eccdff129 String>>matchesOf: implementation (see issue #162) 12 years ago
  Nicolas Petton 38c949e9d3 Fix for issue #169 12 years ago
  Nicolas Petton 770d7f7600 Merge pull request #188 from herby/master 12 years ago
  Herbert Vojčík 5edf7448ef Another, simple take on GH-177, no wrapper function, value computed before throw. 12 years ago
  Herbert Vojčík 0427a9582b Repetitious recursive calls of init on metaclasses fixed. Load speed improved considerably. 12 years ago
  Herbert Vojčík 989e3138ca Speeding boot.js (for-in removed in favour for-i/Object.keys if possible) 12 years ago
  Herbert Vojčík 440b615b37 Fixes GH-192 12 years ago
  Herbert Vojčík f1f20af820 subclassResponsibility 12 years ago
  Herbert Vojčík 61421686d6 Formatting 12 years ago
  Nicolas Petton 622a8fc5d2 Split the Compiler into 2 classes: AbstractCompiler and Compiler 12 years ago