Commit History

Author SHA1 Message Date
  Nicolas Petton e9d2f1e009 Update years in LICENSE 11 years ago
  Nicolas Petton f741f52a17 Merge pull request #369 from mkroehnert/gh-366 11 years ago
  Nicolas Petton 2f1eef3197 Removed .gitmodules 11 years ago
  Nicolas Petton b203de5bb8 Removed Helios from master (again) 11 years ago
  Manfred Kroehnert 8d69b3e390 amber.js: fix default Smalltalk commit path as suggested by Herby (fixes #366) 11 years ago
  Nicolas Petton bdbc839848 Moved examples to https://github.com/amber-smalltalk/amber-examples 11 years ago
  Nicolas Petton c9bb32ef7a Moved helios to its won branch 11 years ago
  Nicolas Petton 44beb7b666 Moving Helios back to its own branch 11 years ago
  Nicolas Petton 808f097524 Fixes issue #353 11 years ago
  Nicolas Petton 808393e7da Removed a console log: 11 years ago
  Nicolas Petton 5601d56f93 Merge branch 'grunt' 11 years ago
  Nicolas Petton b4909979ae Merge pull request #368 from mkroehnert/unittests 11 years ago
  Nicolas Petton 3ed8b38659 - Many small fixed for grunt to compile amber. 11 years ago
  Nicolas Petton 0d3285b38b Merge branch 'master' into grunt 11 years ago
  Manfred Kroehnert c8b4404f1c SUnit-Tests: fix order of actual and expected parameter 11 years ago
  Manfred Kroehnert d92cdfdfc6 SUnit-Tests: fix equality tests to use assert: (a = b) 11 years ago
  Manfred Kroehnert 377dc01072 Kernel-Tests: fix equality tests to use assert: (a = b) 11 years ago
  Manfred Kroehnert 43c9b33255 CollectionTest>>assertSameContents:as: revert to assert: (a = b) 11 years ago
  Manfred Kroehnert 3cbf3fc359 Compiler-Tests: fix TestCase>>assert:equals: usage 11 years ago
  Manfred Kroehnert c6987653fa Kernel-Tests: fix TestCase>>assert:equals: usage 11 years ago
  Manfred Kroehnert 64b604d616 SUnit-Tests: fix usage of >>assert:equals: 11 years ago
  Manfred Kroehnert d83b55a161 TestCase: fix order of arguments in >>assert:equals: 11 years ago
  Nicolas Petton c70d83e871 Merge pull request #361 from mkroehnert/proxy 11 years ago
  Manfred Kroehnert b4e91be3fd JSObjectProxyTest>>testAtIfAbsent: also test for property with 'undefined' value 11 years ago
  Manfred Kroehnert 603a366512 JSObjectProxy>>at:ifAbsent: take care of property which is set to 'undefined' (as suggested by Herby) 11 years ago
  Manfred Kroehnert 91bb47c341 JSObjectProxy: add unit tests for >>value 11 years ago
  Manfred Kroehnert 1b7fd0345b JSObjectProxy>>value: use >>at:ifAbsent: 11 years ago
  Nicolas Petton 07c390b2fc Merge pull request #362 from herby/gh-182 11 years ago
  Manfred Kroehnert 2ce4e33ba9 JSObjectProxyTest: add test for >>at:ifAbsent: 11 years ago
  Manfred Kroehnert c0b0e6d897 JSObjectProxy: add >>at:ifAbsent: 11 years ago