Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002074.html

Name: Kernel-jcg.329
Ancestors: Kernel-ul.328

Support for using #future and #future: keywords to conveniently send asynchronous messages.

Core support is in the Kernel package, and the default behavior is defined by Project, in the System package.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002075.html

Name: System-jcg.198
Ancestors: System-ar.197

Support for using #future and #future: keywords to conveniently send asynchronous messages.

Core support is in the Kernel package, and the default behavior is defined by Project, in the System package.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002076.html

Name: Compiler-jcg.106
Ancestors: Compiler-ul.105

Inline the transformation defined by FutureMaker in Kernel-jcg.329.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002077.html

Name: Kernel-bs.330
Ancestors: Kernel-jcg.329

fixed AdditionalMethodState >> #at:put to make newly added test green

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002078.html

Name: KernelTests-bs.121
Ancestors: KernelTests-ar.120

added test case for method properties testing for updating existing keys. I could observe an endless loop, AdditionalMethodState calls CompiledMethod calls AdditionalMethodState ....

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002079.html

Name: Tools-ul.147
Ancestors: Tools-ul.146

- allow moving methods between different classes by drag and drop

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002080.html

Name: KernelTests-ul.122
Ancestors: KernelTests-ul.121, KernelTests-bs.121

- updated tests for #ifNil: #ifNotNil: and friends

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002081.html

Name: Balloon-nice.14
Ancestors: Balloon-ar.13

Cosmetic changes from Pharo:
- declare some temps inside blocks
- remove a false comment

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2009-December/002082.html

Name: Compression-nice.12
Ancestors: Compression-nice.11

Cosmetic changes from pharo
- temps local to block
- use ifNil:

=============================================