Herbert Vojčík
|
48b3be10a7
Globals are different object than smalltalk.
|
%!s(int64=10) %!d(string=hai) anos |
Herbert Vojčík
|
29c4f6e710
smalltalk.[A-Z] => globals.[A-Z]
|
%!s(int64=10) %!d(string=hai) anos |
Herbert Vojčík
|
9ecea28477
export/compile uses globals
|
%!s(int64=10) %!d(string=hai) anos |
Nicolas Petton
|
c5348e70ee
Issue #787: Do not create contexts for trivial methods
|
%!s(int64=10) %!d(string=hai) anos |
Herbert Vojčík
|
9c5c368f93
all but IDE: Smalltalk {current=>globals} at:; Smalltalk {current=>}
|
%!s(int64=10) %!d(string=hai) anos |
Herbert Vojčík
|
21fa1b0937
use methodsInProtocol:, added removeProtocolIfEmpty:
|
%!s(int64=11) %!d(string=hai) anos |
Herbert Vojčík
|
e379b09d18
use includesKey: and includesSelector:
|
%!s(int64=11) %!d(string=hai) anos |
Herbert Vojčík
|
296fc23e6d
use valuesDo:
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
a98c50468f
Uses protocol instead of category in method exports
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
c72222ef4e
Uses `protocol` in CompiledMethod instead of `category` (mixed with protocol)
|
%!s(int64=11) %!d(string=hai) anos |
Herbert Vojčík
|
1ccc1e24d3
var i in foo => Object.keys(foo).forEach(function(i)
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
2f776d200f
Revert "Simpler fix for previous commit"
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
04637ce678
Simpler fix for previous commit
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
5dc6745906
Remove empty protocols when recompiling a method, fixing issue #691
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
26a757a05f
reformatting to follow the coding conventions
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
ab78f6e3de
- Avoid too many aliasing due to send indexes (partial fix only)
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
6f3a1c1d42
Fixes issue with non aliased receivers of inlined sends as shown by
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
7211ee8408
- Adds Node >> isReferenced to avoid unneeded aliasing
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
803bb9fbcc
Recompiled all packages
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
1d3ea8649b
cleaner fix for issue #143. See comments on https://github.com/amber-smalltalk/amber/commit/97cc25cba063722aeb75cab7b293fd74ffe1feb3
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
a98076e134
Fixes issue #690.
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
97cc25cba0
Fixes issue #143
|
%!s(int64=11) %!d(string=hai) anos |
Herbert Vojčík
|
a3efef9cde
Recompiled amber.
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
c83689725d
recompiles all js files with the new compiler block index support
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
ff9730744a
Use Smalltalk >> createPackage: instead of #createDefaultPackage:
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
50f7720202
Merge branch 'master' into new-package-refactoring
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
b85076c509
adds Behavior >> ownMethods
|
%!s(int64=11) %!d(string=hai) anos |
Herbert Vojčík
|
79f2f932f2
Recompiled with amber_core namespace
|
%!s(int64=11) %!d(string=hai) anos |
Nicolas Petton
|
729c6f35ee
adds Behavior >> ownProtocols
|
%!s(int64=11) %!d(string=hai) anos |
Herbert Vojčík
|
4d262da3ef
Merge branch 'output-transport-type' into requirejs
|
%!s(int64=11) %!d(string=hai) anos |