Herbert Vojčík
|
62805574a3
Fixed base testFirstN, using it in ArrayTest
|
11 years ago |
Herbert Vojčík
|
d38bf9a76b
Pushing collection{,WithDuplicates} down from base class
|
11 years ago |
Nicolas Petton
|
58cc0bbce9
- fixes SequenceableCollection >> endsWith:
|
11 years ago |
Nicolas Petton
|
cdaeb205e7
Fixes #779
|
11 years ago |
Nicolas Petton
|
a98c50468f
Uses protocol instead of category in method exports
|
11 years ago |
Nicolas Petton
|
c72222ef4e
Uses `protocol` in CompiledMethod instead of `category` (mixed with protocol)
|
11 years ago |
Herbert Vojčík
|
dc44e0f409
Fixes #763
|
11 years ago |
Nicolas Petton
|
a3110cb681
Makes JSObjectProxy a subclass of AbstractProxy
|
11 years ago |
Herbert Vojčík
|
d726202146
Collection >> {none,any,all}Satisfy:
|
11 years ago |
Herbert Vojčík
|
9f071e04cd
Collection >> testContains is generic
|
11 years ago |
Herbert Vojčík
|
fc0c32187a
Collection >> anyOne
|
11 years ago |
Herbert Vojčík
|
fc6c75521f
combined ifEmpty:ifNotEmpty: and vice versa
|
11 years ago |
Herbert Vojčík
|
cb0acaa032
tests for if{,Not}Empty:
|
11 years ago |
Nicolas Petton
|
db549096be
Merge pull request #731 from mkroehnert/announcement
|
11 years ago |
Herbert Vojčík
|
ce483647b2
Collection >> removeAll
|
11 years ago |
Manfred Kroehnert
|
57b61ed35c
Announcer: add first unit tests
|
11 years ago |
Nicolas Petton
|
26a757a05f
reformatting to follow the coding conventions
|
11 years ago |
Nicolas Petton
|
ab78f6e3de
- Avoid too many aliasing due to send indexes (partial fix only)
|
11 years ago |
Nicolas Petton
|
6f3a1c1d42
Fixes issue with non aliased receivers of inlined sends as shown by
|
11 years ago |
Nicolas Petton
|
7211ee8408
- Adds Node >> isReferenced to avoid unneeded aliasing
|
11 years ago |
Nicolas Petton
|
19ef15eb42
Small StringTest reformattings
|
11 years ago |
Nicolas Petton
|
985796161f
- Moves TestFirst, etc. from ArrayTest to SequenceableCollectionTest
|
11 years ago |
Nicolas Petton
|
74816856f8
Merge pull request #699 from tony-tran/newTestFeatures
|
11 years ago |
Tony Tran
|
09dd710252
Update unit tests
|
11 years ago |
Tony Tran
|
8f649afd34
Adding new test features in Collection, Queue, Point and Random
|
11 years ago |
Nicolas Petton
|
803bb9fbcc
Recompiled all packages
|
11 years ago |
Nicolas Petton
|
aa4150f4c1
Fixes issue #681
|
11 years ago |
Matthias Springer
|
0322b3550e
Merge branch 'master' of github.com:amber-smalltalk/amber into class-ast-node
|
11 years ago |
Matthias Springer
|
467f45ada3
Add String>>capitalized and isCapitalized.
|
11 years ago |
Matthias Springer
|
f03a6c6035
Add mathematical functions.
|
11 years ago |